]> git.pld-linux.org Git - packages/libtool.git/blobdiff - libtool.spec
Release 21 (by relup.sh)
[packages/libtool.git] / libtool.spec
index b49d2664a981b5fede30c83b6b6dbfb4093dba40..99f5a258931deef43ce920d75ba65e63ae98775e 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
-%bcond_without tests
-%bcond_without tests_expensive
+%bcond_without tests           # "make check"
+%bcond_without tests_expensive # expensive tests
 
 Summary:       GNU libtool, a shared library generation tool
 Summary(es.UTF-8):     GNU libtool, una herramienta de creación de bibliotecas compartidas
@@ -10,13 +10,13 @@ Summary(pt_BR.UTF-8):       GNU libtool, uma ferramenta de geração de bibliotecas co
 Summary(ru.UTF-8):     GNU libtool, набор утилит для генерации разделяемых библиотек
 Summary(uk.UTF-8):     GNU libtool, набір утиліт для генерації динамічних бібліотек
 Name:          libtool
-Version:       2.4.4
-Release:       1
+Version:       2.4.6
+Release:       21
 Epoch:         2
 License:       GPL v2+
 Group:         Development/Tools
 Source0:       http://ftp.gnu.org/gnu/libtool/%{name}-%{version}.tar.xz
-# Source0-md5: 51bf400de3354687d68dfa2392506b7e
+# Source0-md5: 1bfb9b923f2c1339b4d2ce1807064aa5
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-man-pages.tar.bz2
 # Source1-md5: b95e215961860c66f0868b0d551358c9
 Patch0:                %{name}-info.patch
@@ -24,9 +24,10 @@ Patch1:              %{name}-libdirs.patch
 Patch2:                %{name}-multilib.patch
 Patch3:                %{name}-linking-order.patch
 Patch4:                %{name}-fuse-ld.patch
+Patch5:                %{name}-libx32.patch
 URL:           http://www.gnu.org/software/libtool/
 BuildRequires: /usr/bin/which
-BuildRequires: autoconf >= 2.59
+BuildRequires: autoconf >= 2.62
 BuildRequires: automake >= 1:1.11.1
 BuildRequires: help2man
 BuildRequires: libstdc++-devel >= 5:3.3.3
@@ -153,6 +154,7 @@ utilizando componentes estáticos (raramente necessário).
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__aclocal} -I m4
@@ -179,9 +181,8 @@ cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}
-
 %{__make} install \
+       INSTALL="install -p" \
        DESTDIR=$RPM_BUILD_ROOT
 
 # decompress only "ja" manuals; English ones are back in upstream
This page took 0.03587 seconds and 4 git commands to generate.