SPECS: subversion.spec - Add backport of Python bindings from 1.5 ...
japhy
japhy at pld-linux.org
Sun Jul 22 03:22:08 CEST 2007
Author: japhy Date: Sun Jul 22 01:22:08 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- Add backport of Python bindings from 1.5 (trunk) to make bzr_svn
work
- Regenerate SWIG Python includes to compile with current SWIG (script
taken from Gentoo overlay)
---- Files affected:
SPECS:
subversion.spec (1.188 -> 1.189)
---- Diffs:
================================================================
Index: SPECS/subversion.spec
diff -u SPECS/subversion.spec:1.188 SPECS/subversion.spec:1.189
--- SPECS/subversion.spec:1.188 Mon Jul 2 23:52:25 2007
+++ SPECS/subversion.spec Sun Jul 22 03:22:03 2007
@@ -27,9 +27,11 @@
Source2: %{name}-authz_svn.conf
Source3: %{name}-svnserve.init
Source4: %{name}-svnserve.sysconfig
+Source5: %{name}-convert-typemaps-to-ifdef.py
Patch0: %{name}-home_etc.patch
Patch1: %{name}-DESTDIR.patch
Patch2: %{name}-neon.patch
+Patch3: %{name}-python_bindings.patch
URL: http://subversion.tigris.org/
%if %{with net_client_only}
%global apache_modules_api 0
@@ -52,10 +54,10 @@
BuildRequires: gettext-devel
BuildRequires: libtool >= 1.4-9
BuildRequires: neon-devel >= 0.26.0
-%if %{with python}
BuildRequires: python >= 2.2
-BuildRequires: python-devel >= 2.2
BuildRequires: python-modules >= 2.2
+%if %{with python}
+BuildRequires: python-devel >= 2.2
BuildRequires: sed >= 4.0
BuildRequires: swig-python >= 1.3.24
%endif
@@ -99,7 +101,7 @@
- Commity są w pełni atomowe.
- Branchowanie oraz tagowanie są tanimi (stałymi w czasie) operacjami.
- Powtarzające merge.
-- Wsparcie dla pluginów diff'a po stronie klienta.
+- Wsparcie dla pluginów diff po stronie klienta.
- Natywny klient/serwer.
- Klient/Serwer przesyłają diffy w obu kierunkach.
- Koszty proporcjonalne do rozmiaru zmiany, a nie rozmiaru projektu.
@@ -273,8 +275,11 @@
%patch0 -p0
%patch1 -p1
%patch2 -p1
+%patch3 -p1
%build
+rm subversion/bindings/swig/proxy/*.swg
+(cd subversion/bindings/swig && python "%{SOURCE5}")
cp -f /usr/share/automake/config.sub ac-helpers
chmod +x ./autogen.sh && ./autogen.sh
@@ -516,6 +521,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.189 2007/07/22 01:22:03 japhy
+- Add backport of Python bindings from 1.5 (trunk) to make bzr_svn
+ work
+- Regenerate SWIG Python includes to compile with current SWIG (script
+ taken from Gentoo overlay)
+
Revision 1.188 2007/07/02 21:52:25 glen
- rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/subversion.spec?r1=1.188&r2=1.189&f=u
More information about the pld-cvs-commit
mailing list