X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=subversion.spec;h=3e4d31cb18e357bb4ffec81d573fe50f4d5a0ade;hb=c0da073eda682d2ec67cb8f51c1ca7dead11a91e;hp=0c95c15191774fd86195818fea65dfaa79f7cdbf;hpb=f49f57db8c6440eb54dd0e4db9d3ec19f3b24210;p=packages%2Fsubversion.git diff --git a/subversion.spec b/subversion.spec index 0c95c15..3e4d31c 100644 --- a/subversion.spec +++ b/subversion.spec @@ -50,12 +50,12 @@ 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.9.2 -Release: 4 +Version: 1.9.3 +Release: 2 License: Apache v2.0 Group: Development/Version Control Source0: http://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2 -# Source0-md5: 0a7e55bb58fe77072f19e108a56b468b +# Source0-md5: 243036eb28b50ce517fc228eb3250add Source1: %{name}-dav_svn.conf Source2: %{name}-authz_svn.conf Source3: %{name}-svnserve.init @@ -69,6 +69,7 @@ Patch1: %{name}-DESTDIR.patch Patch2: %{name}-ruby-datadir-path.patch Patch3: %{name}-tests.patch Patch4: x32-libdir.patch +Patch5: %{name}-swig_py.patch URL: http://subversion.apache.org/ %{?with_apache:BuildRequires: apache-devel >= 2.4.14} BuildRequires: apr-devel >= 1:1.3 @@ -444,6 +445,7 @@ uwierzytelniać się przy użyciu Portfela KDE. %patch2 -p0 %patch3 -p1 %patch4 -p1 +%patch5 -p0 sed -i -e 's#serf_prefix/lib#serf_prefix/%{_lib}#g' build/ac-macros/serf.m4 @@ -570,10 +572,14 @@ install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig,bash_completion.d} \ swig_pydir=%{py_sitedir}/libsvn \ swig_pydir_extra=%{py_sitedir}/svn \ %endif + install-tools + %if %{with csvn} - install-ctypes-python \ +# manually execute install-ctypes-python target +cd subversion/bindings/ctypes-python +%py_install +cd ../../.. %endif - install-tools %if %{with ruby} %{__make} -j1 install-swig-rb install-swig-rb-doc \