Name: cvs2svn Version: 1.3.0 Release: 4%{?dist} Summary: CVS to Subversion Repository Converter. Group: Development/Tools License: CollabNet/Tigris.org Apache-style license URL: http://cvs2svn.tigris.org/ Source0: http://cvs2svn.tigris.org/files/documents/1462/25036/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel >= 2 Requires: /usr/bin/co, /usr/bin/cvs, /bin/sort %description cvs2svn is a Python script that converts a CVS repository to a Subversion repository. It is designed for one-time conversions, not for repeated synchronizations between CVS and Subversion. %prep %setup -q %build CFLAGS="%{optflags}" python setup.py build %install python setup.py install -O1 --root=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README COPYING HACKING BUGS COMMITTERS design-notes.txt %{_bindir}/cvs2svn %{python_libdir}/cvs2svn_rcsparse %changelog * Tue Aug 23 2005 Axel Thimm - Initial build.