%define _source_payload w9.gzdio %define _binary_payload w9.gzdio Summary: RPM Package Manager Name: rpm Version: 5.1.4 Release: 1 License: GPL Group: System/Base Source: %{name}-%{version}.tar.gz #Dependances Buildrequires: neon Buildrequires: popt Buildrequires: beecrypt %description RPM Package Manage version 5 is the default package manager used in Blue Square Linux. %prep %setup -q %build ./configure --prefix=/usr --with-bzip2=/usr/lib --without-python make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install rm -v $RPM_BUILD_ROOT/usr/lib/rpm/macros rm -Rv $RPM_BUILD_ROOT/usr/src/rpm %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) / %changelog * Tue Aug 19 2008 Jonathan Norman 5.1.4-2 - Removed created base folders for SPECS, RPM etc - Removed marcros file. to be made with install script.