Summary: Searching tool Name: findutils Version: 4.4.0 Release: 1 License: GPL Group: System/Base Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-buildroot %description This is a command line tool used to search for files. %prep %setup -q %build ./configure --prefix=/usr --libexecdir=/usr/lib/locate \ --localstatedir=/var/lib/locate make %install rm -rf $RPM_BUILD_ROOT mkdir -pv $RPM_BUILD_ROOT/bin make DESTDIR=$RPM_BUILD_ROOT install mv -v $RPM_BUILD_ROOT/usr/bin/find $RPM_BUILD_ROOT/bin sed -i 's@find:=${BINDIR}@find:=/bin@' $RPM_BUILD_ROOT/usr/bin/updatedb %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /* %changelog * Wed Jun 25 2008 Jonathan Norman 4.4.0-1 - Updated version to 4.4.0 - Edited the description - Fixed changelog date format * Wed May 14 2008 Jonathan Norman 4.2.33-2 - updated configure options - modifies updatedb for find's location