]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- rel 4; fix building perl bindings; require proper perl version
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 30 Nov 2003 14:13:51 +0000 (14:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    subversion.spec -> 1.68

subversion.spec

index 898fb9139f72f151723e3b5c125c9b312f6928e0..49cb3c113ad55f3613dad2c836cb2353902e03ce 100644 (file)
@@ -13,7 +13,7 @@ Summary(pl):  System kontroli wersji podobny, ale lepszy, ni
 Summary(pt_BR):        Sistema de versionamento concorrente
 Name:          subversion
 Version:       0.33.1
-Release:       3
+Release:       4
 License:       Apache/BSD Style
 Group:         Development/Version Control
 Source0:       http://svn.collab.net/tarballs/%{name}-%{version}.tar.gz
@@ -22,6 +22,7 @@ Source1:      %{name}-dav_svn.conf
 Source2:       %{name}-authz_svn.conf
 Source3:       %{name}-svnserve.init
 Source4:       %{name}-svnserve.sysconfig
+Patch0:                %{name}-perl.patch
 URL:           http://subversion.tigris.org/
 %if %{with net_client_only}
 %global apache_modules_api 0
@@ -31,7 +32,7 @@ BuildRequires:  db-devel >= 4.1.25
 BuildRequires:  rpmbuild(macros) >= 1.120
 BuildRequires:  swig >= 1.3.17
 BuildRequires:  swig-python >= 1.3.17
-BuildRequires: perl-devel
+BuildRequires: perl-devel >= 5.8.0
 BuildRequires:  rpm-perlprov
 %endif
 BuildRequires: apr-devel >= 1:0.9.5
@@ -232,6 +233,7 @@ Modu
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 chmod +x ./autogen.sh && ./autogen.sh
This page took 0.060403 seconds and 4 git commands to generate.