forked from pool/python-pysvn
This commit is contained in:
committed by
Git OBS Bridge
parent
0c3608f69b
commit
d2e739fe5b
@@ -26,12 +26,13 @@ License: The Apache Software License
|
||||
BuildRequires: gcc gcc-c++ libapr1-devel libcom_err-devel libcom_err2 libexpat-devel neon-devel python python-devel python-xml subversion-devel
|
||||
Requires: libapr1 neon subversion libcom_err2
|
||||
Version: 1.6.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
Source0: %{_realname}-%{version}.tar.bz2
|
||||
Source1: setup.py
|
||||
Source2: MANIFEST.in
|
||||
Patch0: pysvn-no_rpath.diff
|
||||
Patch1: pysvn-optflags.diff
|
||||
Patch2: bnc445431_pysvn_svnenv.cpp.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Highlevel Subversion Python Bindings
|
||||
|
||||
@@ -63,6 +64,7 @@ Authors:
|
||||
%setup -q -n %{_realname}-%{version}
|
||||
%patch0 -p0
|
||||
%patch1 -p0
|
||||
%patch2 -p0
|
||||
cp %{S:1} .
|
||||
cp %{S:2} .
|
||||
|
||||
@@ -71,8 +73,6 @@ python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
|
||||
grep -v "share.doc.packages" INSTALLED_FILES > INSTALLED_FILES.new
|
||||
mv INSTALLED_FILES.new INSTALLED_FILES
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc Examples
|
||||
|
||||
%changelog
|
||||
* Tue Nov 18 2008 toms@suse.de
|
||||
- Fixed bnc#445431 "undefinied C++ code"
|
||||
in pysvn_svnenv.cpp
|
||||
* Wed Oct 29 2008 ro@suse.de
|
||||
- fix typo in specfile
|
||||
- remove doc files from INSTALLED_FILES
|
||||
|
Reference in New Issue
Block a user