rpms/libtool/F-13 libtool.spec,1.83,1.84

Jakub Jelinek jakub at fedoraproject.org
Sat May 1 07:16:03 UTC 2010


Author: jakub

Update of /cvs/pkgs/rpms/libtool/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8668

Modified Files:
	libtool.spec 
Log Message:
2.2.6-20


Index: libtool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtool/F-13/libtool.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -p -r1.83 -r1.84
--- libtool.spec	21 Jan 2010 20:46:54 -0000	1.83
+++ libtool.spec	1 May 2010 07:16:03 -0000	1.84
@@ -1,9 +1,9 @@
-%define gcc_version 4.4.3
+%define gcc_version 4.4.4
 
 Summary: The GNU Portable Library Tool
 Name:    libtool
 Version: 2.2.6
-Release: 18%{?dist}
+Release: 20%{?dist}
 License: GPLv2+ and LGPLv2+ and GFDL
 Group:   Development/Tools
 Source:  http://ftp.gnu.org/gnu/libtool/libtool-%{version}b.tar.lzma
@@ -83,9 +83,13 @@ sed -e 's/pkgdatadir="\\${datadir}\/\$PA
 ./configure --prefix=%{_prefix} --exec-prefix=%{_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} --mandir=%{_mandir} --infodir=%{_infodir}
 # build not smp safe:
 make #%{?_smp_mflags}
+for i in ChangeLog.1997 ChangeLog.1998 ChangeLog.1999 ChangeLog.2002; do 
+  iconv -f ISO_8859-15 -t UTF8 $i > $i.tmp
+  mv -f $i.tmp $i
+done
 
 %check
-#make check VERBOSE=yes > make_check.log 2>&1 || (cat make_check.log && false)
+make check VERBOSE=yes > make_check.log 2>&1 || (cat make_check.log && false)
 
 
 %install
@@ -128,12 +132,13 @@ fi
 
 %files ltdl
 %defattr(-,root,root)
-%doc libltdl/COPYING.LIB libltdl/README
+%doc libltdl/COPYING.LIB
 %{_libdir}/libltdl.so.*
 %dir %{_datadir}/libtool
 
 %files ltdl-devel
 %defattr(-,root,root)
+%doc libltdl/README
 %{_datadir}/libtool/libltdl
 %{_libdir}/libltdl.so
 %{_includedir}/ltdl.h
@@ -142,6 +147,13 @@ fi
 
 
 %changelog
+* Sat May  1 2010 Jakub Jelinek <jakub at redhat.com> 2.2.6-20
+- rebuilt for gcc 4.4.4
+
+* Mon Apr 12 2010 Karsten Hopp <karsten at redhat.com> 2.2.6-19
+- enable selfcheck
+- convert changelog files to utf8 (#226050)
+
 * Thu Jan 21 2010 Jakub Jelinek <jakub at redhat.com> 2.2.6-18
 - rebuilt for gcc 4.4.3
 



More information about the scm-commits mailing list