Summary: @PACKAGE_SUMMARY@ Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ Release: 0 Group: Utilities/File Source: @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -un) Vendor: @PACKAGE_MAINTAINER@ Packager: Dick Marinus dick.marinus@etos.nl License: GPL %description @PACKAGE_NAME@ is a GNU/Linux command-line utility that reports when files have been altered. This software is a client to the FAM (File Alteration Monitor) server that is now available in some distributions. Here's how the fileschanged FAM client works: you give it some filenames on the command line and then it monitors those files for changes. When it discovers that a file has changed (or has been altered), it displays the filename on the standard-output. %prep %setup %configure %build make %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %makeinstall %files %defattr(-,root,root) %{_bindir}/* %{_mandir}/*/* %{_infodir}/*.info* %{_datadir}/%{name} %{_datadir}/locale/*/* %changelog * Fri May 7 2004 Dick Marinus - version 0.6.0 - tidied specfile