From 38376252dfd6c51e6e9dc56ea4cf583d560f1f53 Mon Sep 17 00:00:00 2001 From: jorton Date: Fri, 8 Dec 2006 09:03:01 +0000 Subject: [PATCH] - fix use of python_sitearch --- subversion.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/subversion.spec b/subversion.spec index 3d26b5d..b8608a3 100644 --- a/subversion.spec +++ b/subversion.spec @@ -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 @@ BuildRoot: %{_tmppath}/%{name}-root %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 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Fri Dec 8 2006 Joe Orton 1.4.2-5 +- fix use of python_sitearch + * Thu Dec 7 2006 Jeremy Katz - 1.4.2-4 - rebuild against python 2.5 - follow python packaging guidelines