]> git.pld-linux.org Git - packages/subversion.git/commitdiff
up to 1.14.0 auto/th/subversion-1.14.0-1
authorJan Palus <atler@pld-linux.org>
Thu, 28 May 2020 18:17:40 +0000 (20:17 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 28 May 2020 18:17:40 +0000 (20:17 +0200)
subversion-ruby-datadir-path.patch
subversion.spec

index 89fd3a84cf0666d1c06ee7aa336939b151585bab..9e9871cfc9ca94531b64accf31507a650b883cfb 100644 (file)
@@ -6,6 +6,6 @@
  SWIG_RB_TEST_VERBOSE = @SWIG_RB_TEST_VERBOSE@
 -SWIG_RB_RI_DATADIR = $(DESTDIR)$(datadir)/ri/$(RUBY_MAJOR).$(RUBY_MINOR)/site
 +SWIG_RB_RI_DATADIR = $(DESTDIR)$(datadir)/ri/$(RUBY_MAJOR).$(RUBY_MINOR)/system
+ SWIG_RB_ERRMSG = @SWIG_RB_ERRMSG@
  
- JAVAHL_INCLUDES= @JNI_INCLUDES@ -I$(abs_builddir)/subversion/bindings/javahl/include
+ CTYPESGEN = @CTYPESGEN@
index c71819cc79791f403273ae0f9e7d2acbd260ed87..a229bc28c2135307725389cef27da36f8bad9694 100644 (file)
@@ -49,12 +49,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.13.0
-Release:       6
+Version:       1.14.0
+Release:       1
 License:       Apache v2.0
 Group:         Development/Version Control
 Source0:       http://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2
-# Source0-md5: 3004b4dae18bf45a0b6ea4ef8820064d
+# Source0-md5: 8f6c50632355ae08445c2ed63ba9689e
 Source1:       %{name}-dav_svn.conf
 Source2:       %{name}-authz_svn.conf
 Source3:       %{name}-svnserve.init
@@ -113,6 +113,7 @@ BuildRequires:      rpm-perlprov >= 4.1-13
 BuildRequires: swig-perl >= 1.3.24
 %endif
 %if %{with python}
+BuildRequires: py3c
 BuildRequires: python-devel >= 1:2.4
 BuildRequires: swig3-python >= 3.0.12
 BuildRequires: swig3-python < 4.0.0
@@ -495,6 +496,9 @@ chmod +x ./autogen.sh && ./autogen.sh
 %if %{without swig}
        --without-swig \
 %endif
+%if %{with python}
+       --with-swig=/usr/bin/swig-3 \
+%endif
 %if %{with ruby}
        svn_cv_ruby_sitedir_libsuffix="" \
        svn_cv_ruby_sitedir_archsuffix="" \
@@ -533,7 +537,6 @@ chmod +x ./autogen.sh && ./autogen.sh
 %if %{with python}
 # Python swig bindings
 %{__make} swig-py \
-       SWIG="swig-3" \
        swig_pydir=%{py_sitedir}/libsvn \
        swig_pydir_extra=%{py_sitedir}/svn
 %endif
This page took 0.1512 seconds and 4 git commands to generate.