Skip to content

Instantly share code, notes, and snippets.

@borntyping
Created April 9, 2014 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borntyping/10252256 to your computer and use it in GitHub Desktop.
Save borntyping/10252256 to your computer and use it in GitHub Desktop.
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