Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > c2c1010247ff1eb23eb29a17b85e176d > files > 2

cvs2svn-2.0.0-1mdv2008.0.src.rpm

%define name	cvs2svn
%define version	2.0.0
%define release	%mkrel 1

Name: %{name}
Version: %{version}
Release: %{release}
License: BSD
Group: Development/Other
Summary: Convert CVS repositories to Subversion repositories
Url: http://cvs2svn.tigris.org/
Source0: http://cvs2svn.tigris.org/files/documents/1462/39396/%{name}-%{version}.tar.gz
BuildRequires: locales-en
BuildRequires: subversion 
BuildRequires: subversion-tools
BuildRequires: cvs 
BuildRequires: rcs
BuildRequires: python-devel
%py_requires 
Requires: python 
Requires: subversion 
Requires: subversion-tools
Requires: cvs	
Requires: rcs
BuildArch: noarch 
BuildRoot: %{_tmppath}/%{name}-%{version}

%description
cvs2svn aims to allows you to convert a CVS repository to 
a Subversion one. This work for complete conversion, not a synchronisation
for each commit.

The software is still in beta stage, so use it to your own risk.

%prep
%setup -q

%install
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc BUGS COMMITTERS COPYING HACKING README www/
%{_bindir}/*
%{py_sitedir}/*




%changelog
* Mon Sep 03 2007 Guillaume Rousse <guillomovitch@mandriva.org> 2.0.0-1mdv2008.0
+ Revision: 78820
- new version
- update to new version 2.0.0

  + Helio Chissini de Castro <helio@mandriva.com>
    - Proper instalation

* Sun Aug 12 2007 Helio Chissini de Castro <helio@mandriva.com> 1.5.1-1mdv2008.0
+ Revision: 62352
- New upstream version


* Sun Dec 10 2006 Michael Scherer <misc@mandriva.org> 1.3.1-3mdv2007.0
+ Revision: 94452
- Rebuild for new python
- run test slower, too fast on my workstation, so it may cause problem on the
  build cluster too

* Tue Oct 31 2006 Michael Scherer <misc@mandriva.org> 1.3.1-2mdv2007.1
+ Revision: 74780
- Fix BuildRequires for testing
- Enable more verbose test
- Bump release
- Fix BuildRequires, and remove python-svn as it is not needed ( not imported, test work without it )

  + Scott Karns <scottk@mandriva.org>
    - Version 1.3.1
    - Updated spec so it will build on 2006.0
    - Fixed file attributes so executables are executable by all
    - Import cvs2svn