Example blank specfile
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