]> git.pld-linux.org Git - packages/cvs2svn.git/blobdiff - cvs2svn.spec
- BR: python-devel
[packages/cvs2svn.git] / cvs2svn.spec
index 5a7ae35d4d5746a7d853bd1c1cb91fdf666f75f2..de7a2e08c79c097e9fed28cc9e703992ed2a96d6 100644 (file)
@@ -1,26 +1,27 @@
-%define                _documentid     34574
+%define                _documentid     44372
 
-Summary:       CVS to Subversion Repository Converter
-Summary(pl):   Konwerter repozytoriów CVS do Subversion
+Summary:       CVS to Subversion or GIT Repository Converter
+Summary(pl.UTF-8):     Konwerter repozytoriów CVS do Subversion lub GIT
 Name:          cvs2svn
-Version:       1.5.0
+Version:       2.2.0
 Release:       1
 License:       Apache/BSD-like
 Group:         Development/Version Control
 Source0:       http://cvs2svn.tigris.org/files/documents/1462/%{_documentid}/%{name}-%{version}.tar.gz
-# Source0-md5: dc5bf68303498542cfa061f7ae79d9dd
+# Source0-md5: 466b757fdef5378a46bba4ceefd047a4
 URL:           http://cvs2svn.tigris.org/
-BuildRequires: python
+BuildRequires: python-devel >= 1:2.5
+BuildRequires: rpm-pythonprov
 %pyrequires_eq python-modules
 Requires:      rcs
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-CVS to Subversion Repository Converter.
+CVS to Subversion or GIT Repository Converter.
 
-%description -l pl
-Konwerter repozytoriów CVS do Subversion.
+%description -l pl.UTF-8
+Konwerter repozytoriów CVS do Subversion lub GIT.
 
 %prep
 %setup -q
@@ -44,9 +45,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc BUGS COMMITTERS README design-notes.txt
+%doc BUGS COMMITTERS README
 %doc www
 %attr(755,root,root) %{_bindir}/*
 %{py_sitescriptdir}/cvs2svn_rcsparse
 %{py_sitescriptdir}/cvs2svn_lib
+%{py_sitescriptdir}/*.egg-info
 %{_mandir}/*/*
This page took 0.091765 seconds and 4 git commands to generate.