Browse Source

gcc-4.8.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7845 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 10 years ago
parent
commit
241664bde2
1 changed files with 10 additions and 4 deletions
  1. 10 4
      lib/libt/libtool/libtool-vl.spec

+ 10 - 4
lib/libt/libtool/libtool-vl.spec

@@ -1,12 +1,12 @@
 %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(ja): GNU ポータブルライブラリツール
 Name:    libtool
 Version: 2.4.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPLv2+ and LGPLv2+ and GFDL
 Group:   Development/Tools
 URL:     http://www.gnu.org/software/libtool/
@@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires(post):  /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
 # make sure we can configure all supported langs
 BuildRequires: gcc, gcc-c++, libstdc++-devel, gcc-gfortran
@@ -184,7 +184,9 @@ fi
 %{_bindir}/libtoolize
 %{_datadir}/aclocal/*.m4
 %{_datadir}/libtool
-%{_infodir}/libtool.info.gz
+%{_infodir}/libtool.info*.gz
+%{_mandir}/man1/libtool.1.gz
+%{_mandir}/man1/libtoolize.1.gz
 
 %files ltdl
 %defattr(-,root,root)
@@ -210,6 +212,10 @@ fi
 
 
 %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
 - new upstream release