%define name rpmtools %define version 1.0 %define release 8mdk Summary: contains various rpm command-line tools Name: %{name} Version: %{version} Release: %{release} Source0: %{name}.tar.bz2 Copyright: GPL Group: System Environment/Base BuildRoot: /tmp/%{name}-buildroot Prefix: %{_prefix} BuildRequires: rpm- %description Various rpmtools. %prep %setup -n %{name} %build make %install make install PREFIX=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /usr/bin/* %changelog * Thu Feb 17 2000 Chmouel Boudjnah 1.0-8mdk - Porting to rpm-3.0.4. * Tue Jan 4 2000 Pixel - renamed hdlist2files in hdlist2names - added hdlist2files * Sun Dec 19 1999 Pixel - added ability to read from stdin to hdlist2files * Sat Dec 18 1999 Pixel - modified gendepslist to accept hdlist's from stdin * Thu Nov 25 1999 Pixel - removed rpm-find-leaves (now in urpmi) * Sun Nov 21 1999 Pixel - now installed in /usr/bin - added rpm-find-leaves - replaced -lrpm by /usr/lib/librpm.so.0 to make it dynamic (why is this needed?) * Mon Nov 15 1999 Pixel - first version # end of file