Summary: File type guesser Name: file Version: 4.24 Release: 1 License: GPL Group: System/Base Source: %{name}-%{version}.tar.gz %description File tells you what type of data a file contains. %prep %setup -q %build ./configure --prefix=/usr make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) / %changelog * Wed Jun 25 2008 Jonathan Norman - Updated from version 4.23 to 4.24 - Changed summary and description