rpms/cvs2svn/devel cvs2svn.spec,1.2,1.3

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Thu Sep 7 01:29:28 UTC 2006


Author: icon

Update of /cvs/extras/rpms/cvs2svn/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10251

Modified Files:
	cvs2svn.spec 
Log Message:
Ghostbusting.



Index: cvs2svn.spec
===================================================================
RCS file: /cvs/extras/rpms/cvs2svn/devel/cvs2svn.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cvs2svn.spec	3 Sep 2006 16:26:18 -0000	1.2
+++ cvs2svn.spec	7 Sep 2006 01:29:28 -0000	1.3
@@ -14,7 +14,7 @@
 BuildArch:      noarch
 BuildRequires:  python-devel
 Requires:       cvs, rcs, subversion
-Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
+
 
 %description
 cvs2svn is a Python script that converts a CVS repository to a 
@@ -27,7 +27,7 @@
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+%{__python} setup.py build
 
 
 %install
@@ -46,13 +46,13 @@
 %doc BUGS CHANGES COMMITTERS COPYING HACKING README design-notes.txt www/*.html
 %{_bindir}/*
 %{_mandir}/man?/*
-%dir %{python_sitelib}/cvs2svn*
-%{python_sitelib}/cvs2svn*/*.py
-%{python_sitelib}/cvs2svn*/*.pyc
-%ghost %{python_sitelib}/cvs2svn*/*.pyo
+%{python_sitelib}/*
 
 
 %changelog
+* Wed Sep 06 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.4.0-2
+- Ghostbusting
+
 * Sun Sep 03 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.4.0-1
 - 1.4.0 final release
 




More information about the scm-commits mailing list