14
0
forked from pool/python-pysvn

- update to 1.7.5:

* update included pycss to 0.6 to build against subversion 1.7

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysvn?expand=0&rev=10
This commit is contained in:
2011-10-31 14:43:23 +00:00
committed by Git OBS Bridge
parent 2a87a84bc7
commit 7516ca61b2
4 changed files with 31 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pysvn (Version 1.7.0)
# spec file for package python-pysvn
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,8 +25,8 @@ Url: http://pysvn.tigris.org
License: 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: neon subversion
Version: 1.7.0
Release: 2
Version: 1.7.5
Release: 1
Source0: %{_realname}-%{version}.tar.bz2
Patch0: bnc445431_pysvn_svnenv.cpp.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -40,9 +40,11 @@ Summary: Highlevel Subversion Python Bindings
%description
pysvn is a highlevel and easy to use Python bindings to Subversion.
The pysvn project's goal is to enable Tools to be written in Python
that use Subversion. Windows, Mac OS X, Linux and other unix
platforms are supported. Features: * Supports all svn client
features
that use Subversion. Windows, Mac OS X, Linux and other unix
platforms are supported.
Features:
* Supports all svn client features
* Supports svn transaction features required to write svn pre-commit
hooks
@@ -70,7 +72,8 @@ sed -i 's/CCFLAGS=-Wall/CCFLAGS=$(RPM_OPT_FLAGS) -Wall -Wno-deprecated/g' Source
%build
cd Source
python setup.py backport
python setup.py configure --norpath
python setup.py configure
# --norpath
make %{?_smp_mflags}
#cd ../Tests
#make %{?_smp_mflags}