SPECS: cvs2svn.spec - up to 1.2.1

saq saq at pld-linux.org
Sat Jun 11 18:24:21 CEST 2005


Author: saq                          Date: Sat Jun 11 16:24:21 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.2.1

---- Files affected:
SPECS:
   cvs2svn.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/cvs2svn.spec
diff -u SPECS/cvs2svn.spec:1.11 SPECS/cvs2svn.spec:1.12
--- SPECS/cvs2svn.spec:1.11	Sat Jun 11 17:41:19 2005
+++ SPECS/cvs2svn.spec	Sat Jun 11 18:24:16 2005
@@ -1,17 +1,19 @@
 # $Revision$, $Date$
+
+%define		_documentid	20727
+
 Summary:	CVS to Subversion Repository Converter
 Summary(pl):	Konwerter repozytoriów CVS do Subversion
 Name:		cvs2svn
-Version:	1.1.0
-Release:	2
+Version:	1.2.1
+Release:	1
 License:	Apache/BSD-like
 Group:		Development/Version Control
-Source0:	http://cvs2svn.tigris.org/files/documents/1462/16792/%{name}-%{version}.tar.gz
-# Source0-md5:	8e273e69123872f0ff55ade7cff8e7c8
+Source0:	http://cvs2svn.tigris.org/files/documents/1462/%{_documentid}/%{name}-%{version}.tar.gz
+# Source0-md5:	6769d039bea9c6c468402d1e6cbc38e0
 URL:		http://cvs2svn.tigris.org/
 BuildRequires:	python
-%pyrequires_eq	python-libs
-Requires:	python-subversion >= 1.0.0
+%pyrequires_eq	python-modules
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,11 +31,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
 python setup.py install \
 	--root=$RPM_BUILD_ROOT \
 	--optimize=2
 
+install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
 rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/*/*.py
 
 %clean
@@ -42,8 +46,10 @@
 %files
 %defattr(644,root,root,755)
 %doc BUGS COMMITTERS README design-notes.txt
+%doc www
 %attr(755,root,root) %{_bindir}/*
 %{py_sitescriptdir}/cvs2svn_rcsparse
+%{_mandir}/*/*
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -51,6 +57,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2005/06/11 16:24:16  saq
+- up to 1.2.1
+
 Revision 1.11  2005/06/11 15:41:19  saq
 - avoid unpackaged files
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cvs2svn.spec?r1=1.11&r2=1.12&f=u




More information about the pld-cvs-commit mailing list