]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- rel 6; libtool 2.2 workaround SUBVERSION_1_4 auto/th/subversion-1_4_6-6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 12 Jun 2008 21:11:21 +0000 (21:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    subversion.spec -> 1.205.2.2

subversion.spec

index 75e3e102c0ee98fa76c98f299eb17988f5125f53..04840007a3e6fa86692da6c3447aeb3a934c4725 100644 (file)
@@ -17,7 +17,7 @@ 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.4.6
-Release:       5
+Release:       6
 License:       Apache/BSD-like
 Group:         Development/Version Control
 Source0:       http://subversion.tigris.org/downloads/%{name}-%{version}.tar.gz
@@ -282,6 +282,11 @@ rm subversion/bindings/swig/proxy/*.swg
 cd subversion/bindings/swig && python "%{SOURCE5}" && cd ../../..
 cp -f /usr/share/automake/config.sub ac-helpers
 chmod +x ./autogen.sh && ./autogen.sh
+if [ -f /usr/share/aclocal/ltversion.m4 ]; then
+       # additional macros needed + configure regeneration
+       cat /usr/share/aclocal/lt*.m4 >> build/libtool.m4
+       %{__autoconf}
+fi
 
 # don't enable dso - currently it's broken
 %configure \
This page took 0.152513 seconds and 4 git commands to generate.