Skip to content

Commit

Permalink
Add Hello/C project
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersin committed May 3, 2021
1 parent 24051d1 commit abdabcc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Binary file added SOURCES/hello_c-1.0.0.tar.gz
Binary file not shown.
29 changes: 29 additions & 0 deletions SPECS/hello_c.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Name: hello_c
Version: 1.0.0
Release: alt1

Summary: Hello/C project summary

License: GPL
Group: Education
Url: https://github.com/boringplace/rpm-projects

Source: %name-%version.tar.gz

%description
Hello/C project description

%prep
%setup

%build
%make_build

%install
mkdir -p %buildroot%_bindir
install %name %buildroot%_bindir

%files
%_bindir/%name

%changelog

0 comments on commit abdabcc

Please sign in to comment.