]> git.pld-linux.org Git - packages/subversion.git/blobdiff - subversion.spec
- update
[packages/subversion.git] / subversion.spec
index 1b07802ed7874dd7d23a6fb80d96608bc45ac79d..045dd64c3d1121da8bc1edca53604deb9f6ad7a3 100644 (file)
@@ -16,19 +16,21 @@ Summary:    A Concurrent Versioning system similar to but better than CVS
 Summary(pl.UTF-8):     System kontroli wersji podobny, ale lepszy, niż CVS
 Summary(pt_BR.UTF-8):  Sistema de versionamento concorrente
 Name:          subversion
-Version:       1.4.3
-Release:       1
+Version:       1.4.4
+Release:       4
 License:       Apache/BSD Style
 Group:         Development/Version Control
 Source0:       http://subversion.tigris.org/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 6b991b63e3e1f69670c9e15708e40176
+# Source0-md5: 702655defa418bab8f683f6268b4fd30
 Source1:       %{name}-dav_svn.conf
 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
@@ -51,15 +53,17 @@ BuildRequires:      expat-devel
 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
 BuildRequires: texinfo
 BuildRequires: which
+# update -neon patch before messing with this BC
+BuildConflicts:        neon-devel > 0.26.3
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -91,12 +95,12 @@ zamiennika dla CVS.
 
 Cele projektu to:
 - Wszystkie aktualne możliwości CVS.
-- Katalogi, zmiany nazw oraz meta-dane plików są wersjonowane.
-- Wsparcie dla linków symbolicznych itp.
+- Katalogi, zmiany nazw oraz metadane plików są wersjonowane.
+- Obsługa dowiązań symbolicznych itp.
 - 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.
+- Dobra obsługa powtarzanego łączenia (merge).
+- Obsługa wtyczek diff po stronie klienta.
 - Natywny klient/serwer.
 - Klient/Serwer przesyłają diffy w obu kierunkach.
 - Koszty proporcjonalne do rozmiaru zmiany, a nie rozmiaru projektu.
@@ -112,7 +116,7 @@ System) na comunidade opensource, fornecendo grandes melhorias.
 Summary:       Subversion libraries and modules
 Summary(pl.UTF-8):     Biblioteka subversion oraz ładowalne moduły
 Group:         Libraries
-Requires:      neon >= 0.24.7
+Requires:      neon >= 0.26.0
 Obsoletes:     libsubversion0
 
 %description libs
@@ -128,7 +132,7 @@ Summary(pt_BR.UTF-8):       Arquivos de desenvolvimento para o Subversion
 Group:         Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      apr-util-devel >= 1:1.0.0
-Requires:      neon-devel >= 0.24.7
+Requires:      neon-devel >= 0.26.0
 Obsoletes:     libsubversion0-devel
 
 %description devel
@@ -270,8 +274,11 @@ rm -rf apr apr-util neon
 %patch0 -p0
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
+rm subversion/bindings/swig/proxy/*.swg 
+cd subversion/bindings/swig && python "%{SOURCE5}" && cd ../../..
 cp -f /usr/share/automake/config.sub ac-helpers
 chmod +x ./autogen.sh && ./autogen.sh
 
This page took 0.068965 seconds and 4 git commands to generate.