|
@@ -1,12 +1,12 @@
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
|
|
|
|
-%define gcc_version 4.6.2
|
|
|
|
|
|
+%define gcc_version 4.8.1
|
|
|
|
|
|
Summary: The GNU Portable Library Tool
|
|
Summary: The GNU Portable Library Tool
|
|
Summary(ja): GNU ポータブルライブラリツール
|
|
Summary(ja): GNU ポータブルライブラリツール
|
|
Name: libtool
|
|
Name: libtool
|
|
Version: 2.4.2
|
|
Version: 2.4.2
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
License: GPLv2+ and LGPLv2+ and GFDL
|
|
License: GPLv2+ and LGPLv2+ and GFDL
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
URL: http://www.gnu.org/software/libtool/
|
|
URL: http://www.gnu.org/software/libtool/
|
|
@@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Requires(post): /sbin/install-info
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
|
|
|
|
-BuildRequires: autoconf >= 2.59, automake >= 1.9.2, texinfo
|
|
|
|
|
|
+BuildRequires: autoconf >= 2.59, automake >= 1.9.2, texinfo, help2man
|
|
Requires: autoconf >= 2.58, automake >= 1.4
|
|
Requires: autoconf >= 2.58, automake >= 1.4
|
|
# make sure we can configure all supported langs
|
|
# make sure we can configure all supported langs
|
|
BuildRequires: gcc, gcc-c++, libstdc++-devel, gcc-gfortran
|
|
BuildRequires: gcc, gcc-c++, libstdc++-devel, gcc-gfortran
|
|
@@ -184,7 +184,9 @@ fi
|
|
%{_bindir}/libtoolize
|
|
%{_bindir}/libtoolize
|
|
%{_datadir}/aclocal/*.m4
|
|
%{_datadir}/aclocal/*.m4
|
|
%{_datadir}/libtool
|
|
%{_datadir}/libtool
|
|
-%{_infodir}/libtool.info.gz
|
|
|
|
|
|
+%{_infodir}/libtool.info*.gz
|
|
|
|
+%{_mandir}/man1/libtool.1.gz
|
|
|
|
+%{_mandir}/man1/libtoolize.1.gz
|
|
|
|
|
|
%files ltdl
|
|
%files ltdl
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
@@ -210,6 +212,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Sep 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-2
|
|
|
|
+- rebuild with gcc-4.8.1
|
|
|
|
+- add BuildRequires: help2man
|
|
|
|
+
|
|
* Sat Dec 03 2011 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.2-1
|
|
* Sat Dec 03 2011 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|