rpms/subversion/devel subversion.spec,1.86,1.87

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Dec 8 09:03:03 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/subversion/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18519

Modified Files:
	subversion.spec 
Log Message:
* Fri Dec  8 2006 Joe Orton <jorton at redhat.com> 1.4.2-5
- fix use of python_sitearch



Index: subversion.spec
===================================================================
RCS file: /cvs/dist/rpms/subversion/devel/subversion.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- subversion.spec	7 Dec 2006 16:23:08 -0000	1.86
+++ subversion.spec	8 Dec 2006 09:03:01 -0000	1.87
@@ -15,7 +15,7 @@
 Summary: Modern Version Control System designed to replace CVS
 Name: subversion
 Version: 1.4.2
-Release: 4
+Release: 5
 License: BSD
 Group: Development/Tools
 URL: http://subversion.tigris.org/
@@ -36,7 +36,7 @@
 %define __perl_requires %{SOURCE3}
 
 # Put Python bindings in site-packages
-%define swigdirs swig_pydir=%{pyton_sitearch}/libsvn swig_pydir_extra=%{python_sitearch}/svn
+%define swigdirs swig_pydir=%{python_sitearch}/libsvn swig_pydir_extra=%{python_sitearch}/svn
 
 %description
 Subversion is a concurrent version control system which enables one
@@ -252,6 +252,9 @@
 %endif
 
 %changelog
+* Fri Dec  8 2006 Joe Orton <jorton at redhat.com> 1.4.2-5
+- fix use of python_sitearch
+
 * Thu Dec  7 2006 Jeremy Katz <katzj at redhat.com> - 1.4.2-4
 - rebuild against python 2.5
 - follow python packaging guidelines




More information about the fedora-cvs-commits mailing list