]> git.pld-linux.org Git - packages/libtool.git/commitdiff
- add cegcc patch; rel 14 auto/th/libtool-1_5_22-14
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Feb 2007 23:19:09 +0000 (23:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libtool.spec -> 1.145

libtool.spec

index 648c0f81f005522119ee3170da42dd446c5fdb43..6de8a24c2ad1cef7f3188c3a1ba675730957ab7f 100644 (file)
@@ -6,7 +6,7 @@ Summary(ru.UTF-8):      GNU libtool, набор утилит для генераци
 Summary(uk.UTF-8):     GNU libtool, набір утиліт для генерації динамічних бібліотек
 Name:          libtool
 Version:       1.5.22
-Release:       13
+Release:       14
 Epoch:         2
 License:       GPL
 Group:         Development/Tools
@@ -19,6 +19,7 @@ Patch1:               %{name}-relink.patch
 Patch2:                %{name}-libdirs.patch
 Patch3:                %{name}-multilib.patch
 Patch4:                %{name}-linking-order.patch
+Patch5:                %{name}.m4_cegcc.patch
 URL:           http://www.gnu.org/software/libtool/
 BuildRequires: /usr/bin/which
 BuildRequires: autoconf >= 2.57
@@ -141,6 +142,7 @@ utilizando componentes estáticos (raramente necessário).
 %patch2 -p1
 %patch3 -p1
 #%patch4 -p1
+%patch5 -p1
 
 # it's the same - copy so patching only libtool.m4 is sufficient
 cp -f libtool.m4 acinclude.m4
@@ -155,7 +157,7 @@ cd libltdl
 %{__aclocal}
 %{__autoconf}
 cp -f ../config.sub .
-automake -a -c --foreign
+%{__automake}
 cd ..
 
 %configure
This page took 0.032065 seconds and 4 git commands to generate.