- fix use of python_sitearch
This commit is contained in:
parent
f1985a504c
commit
38376252df
@ -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 <jorton@redhat.com> 1.4.2-5
|
||||
- fix use of python_sitearch
|
||||
|
||||
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 1.4.2-4
|
||||
- rebuild against python 2.5
|
||||
- follow python packaging guidelines
|
||||
|
Loading…
Reference in New Issue
Block a user