Summary: CVS Utilities Name: cvsutils Version: @VERSION@ Release: 1 Copyright: GPL Group: Development/Tools Source: http://www.red-bean.com/cvsutils/cvsutils-@VERSION@.tar.gz Requires: cvs BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-root %description CVS Utilities is a collection of tools to facilitate working with Concurrent Versions System (CVS). %prep %setup -q %build %configure make %install rm -rf ${RPM_BUILD_ROOT} #make prefix=${RPM_BUILD_ROOT}%{_prefix} install %makeinstall %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %{_bindir}/* %{_mandir}/* %doc NEWS README FAQ