Blob Blame History Raw
Summary: 	CVS Utilities
Name: 		cvsutils
Version: 	0.2.3
Release: 	3%{?dist}
License: 	GPL
Group: 		Development/Tools
URL: 		http://www.red-bean.com/cvsutils
Source: 	http://www.red-bean.com/cvsutils/cvsutils-%{version}.tar.gz
Requires: 	cvs
BuildArch: 	noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
CVS Utilities is a collection of tools to facilitate working with
Concurrent Versions System (CVS).

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf ${RPM_BUILD_ROOT}
make install DESTDIR="${RPM_BUILD_ROOT}"

for f in ${RPM_BUILD_ROOT}%{_bindir}/*; do
  echo ".so man1/cvsutils.1" > \
          ${RPM_BUILD_ROOT}%{_mandir}/man1/$(basename $f).1 
done

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%doc NEWS README COPYING AUTHORS TODO
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Mon Sep 10 2005 Ralf Corsépius <rc040203@freenet.de> - 0.2.3-3
- Add AUTHORS, TODO.

* Mon Sep 10 2005 Ralf Corsépius <rc040203@freenet.de> - 0.2.3-2
- Cleanup.

* Mon Sep 05 2005 Ralf Corsépius <rc040203@freenet.de> - 0.2.3-1
- FE submission preps.