2009-02-20 23:53:18 +01:00
|
|
|
#
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2009-02-26 15:49:59 +01:00
|
|
|
Name: specRPM_CREATION_NAME
|
2009-02-20 23:53:18 +01:00
|
|
|
Version:
|
|
|
|
Release:
|
|
|
|
Summary:
|
|
|
|
Group:
|
|
|
|
License:
|
|
|
|
Url:
|
|
|
|
PreReq:
|
|
|
|
Provides:
|
|
|
|
BuildRequires:
|
|
|
|
Source:
|
|
|
|
Patch:
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
AutoReqProv: on
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Name Surname
|
2009-02-26 15:49:59 +01:00
|
|
|
|
2009-02-20 23:53:18 +01:00
|
|
|
%prep
|
|
|
|
%setup
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?jobs:-j%jobs}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post
|
|
|
|
%postun
|
|
|
|
|
|
|
|
%files
|
2009-02-26 15:49:59 +01:00
|
|
|
%defattr(-,root,root)
|
2009-02-20 23:53:18 +01:00
|
|
|
%doc ChangeLog README COPYING
|
|
|
|
|
|
|
|
%changelog
|
2009-02-26 15:49:59 +01:00
|
|
|
* specRPM_CREATION_DATE specRPM_CREATION_AUTHOR_MAIL
|