%define name python2-rpm %define version 1.0 %define release 1 Summary: This is what python2-rpm does. Name: %{name} Version: %{version} Release: %{release}%{?dist} Source: %{name}-%{version}.tar.gz License: GNU GPL version 2 Group: SMEserver/addon BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix} BuildArchitectures: noarch BuildRequires: smeserver-devtools Requires: smeserver-release >= 11.0 AutoReqProv: no %description The python2-rpm package contains a module that permits applications written in the Python programming language to use the interface supplied by RPM Package Manager libraries. This package should be installed if you want to develop Python 2 programs that will manipulate RPM packages and databases. %changelog * Day MMMM DD YYYY 1.0-1.sme - Initial code - create RPM [SME:99999] %prep %setup -q %build %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ > %{name}-%{version}-filelist #echo "%doc COPYING" >> %{name}-%{version}-filelist #--dir 'attr(755,user,grp)' \ #--file 'attr(755,root,root)' \ %clean cd .. rm -rf %{name}-%{version} %pre %preun %post %postun #uninstall %files -f %{name}-%{version}-filelist %defattr(-,root,root)