Author: arekm Date: Thu Jun 12 21:11:27 2008 GMT Module: SPECS Tag: SUBVERSION_1_4 ---- Log message: - rel 6; libtool 2.2 workaround
---- Files affected: SPECS: subversion.spec (1.205.2.1 -> 1.205.2.2) ---- Diffs: ================================================================ Index: SPECS/subversion.spec diff -u SPECS/subversion.spec:1.205.2.1 SPECS/subversion.spec:1.205.2.2 --- SPECS/subversion.spec:1.205.2.1 Tue Jun 3 21:37:16 2008 +++ SPECS/subversion.spec Thu Jun 12 23:11:21 2008 @@ -18,7 +18,7 @@ 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 @@ -283,6 +283,11 @@ 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 \ @@ -522,6 +527,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.205.2.2 2008-06-12 21:11:21 arekm +- rel 6; libtool 2.2 workaround + Revision 1.205.2.1 2008-06-03 19:37:16 arekm - rel 5; rebuild with new bdb 4.7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/subversion.spec?r1=1.205.2.1&r2=1.205.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
