Created
April 9, 2014 10:29
-
-
Save borntyping/10252256 to your computer and use it in GitHub Desktop.
Example blank specfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: supervisor | |
Version: | |
Release: 1 | |
Summary: | |
Group: | |
License: | |
URL: | |
Source0: | |
BuildRequires: | |
Requires: | |
%description | |
%prep | |
%setup -q | |
%build | |
%configure | |
make %{?_smp_mflags} | |
%install | |
rm -rf $RPM_BUILD_ROOT | |
make install DESTDIR=$RPM_BUILD_ROOT | |
%clean | |
rm -rf $RPM_BUILD_ROOT | |
%files | |
%defattr(-,root,root,-) | |
%doc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment