]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- remove not recognized @SVN_DB_INCLUDES@ and @SVN_DB_LIBS@ (idea by cz@rny) auto/ac/subversion-1_2_1-2
authorundefine <undefine@pld-linux.org>
Mon, 18 Jul 2005 12:50:34 +0000 (12:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    subversion.spec -> 1.143

subversion.spec

index 1f88c24f7b7c7d3443b4628de8b23eb11812f0c0..061637f9fc1d42882fb43c0684afa95499030cc4 100644 (file)
@@ -16,7 +16,7 @@ Summary(pl):  System kontroli wersji podobny, ale lepszy, ni
 Summary(pt_BR):        Sistema de versionamento concorrente
 Name:          subversion
 Version:       1.2.1
-Release:       1
+Release:       2
 License:       Apache/BSD Style
 Group:         Development/Version Control
 Source0:       http://subversion.tigris.org/tarballs/%{name}-%{version}.tar.bz2
@@ -53,6 +53,7 @@ BuildRequires:        libtool >= 1.4-9
 BuildRequires: python >= 2.2
 BuildRequires: python-devel >= 2.2
 BuildRequires: python-modules >= 2.2
+BuildRequires: sed >= 4.0
 BuildRequires: swig-python >= 1.3.24
 %endif
 BuildRequires: texinfo
@@ -323,6 +324,8 @@ cd $odir
 %endif
 %endif
 
+%{__sed} -i -e 's/@SVN_DB_INCLUDES@//g' -e 's/@SVN_DB_LIBS@//g' svn-config
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig,bash_completion.d} \
This page took 0.12232 seconds and 4 git commands to generate.