Summary: grep Name: grep Version: 2.5.3 Release: 2 License: GPL Group: System/Base Source: %{name}-%{version}.tar.bz2 Patch0: %{name}-%{version}-debian_fixes-1.patch Patch1: %{name}-%{version}-upstream_fixes-1.patch %description Grep can search through files. %prep %setup -q %build ./configure --prefix=/usr --bindir=/bin make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) / %changelog * Fri Jul 25 2008 Jonathan Norman 2.5.3-2 - Removed buildroot - Fixed listed files - Added debian patch - Added upstream patch