From: undefine Date: Mon, 18 Jul 2005 12:50:34 +0000 (+0000) Subject: - remove not recognized @SVN_DB_INCLUDES@ and @SVN_DB_LIBS@ (idea by cz@rny) X-Git-Tag: auto/ac/subversion-1_2_1-2 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=1f16145f16eadc915a520594120fd407671d9750;p=packages%2Fsubversion.git - remove not recognized @SVN_DB_INCLUDES@ and @SVN_DB_LIBS@ (idea by cz@rny) - release 2 Changed files: subversion.spec -> 1.143 --- diff --git a/subversion.spec b/subversion.spec index 1f88c24..061637f 100644 --- a/subversion.spec +++ b/subversion.spec @@ -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} \