From a347d54f6ee25584281258deeb3b3863622be1af Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mon, 12 Apr 2010 15:55:22 +0000 Subject: [PATCH] - enable selfcheck - convert changelog files to utf8 (#226050) --- libtool.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/libtool.spec b/libtool.spec index 48b5295..f53dc87 100644 --- a/libtool.spec +++ b/libtool.spec @@ -3,7 +3,7 @@ Summary: The GNU Portable Library Tool Name: libtool Version: 2.2.6 -Release: 18%{?dist} +Release: 19%{?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}\/\$PACKAGE"/pkgdatadir="\\${datadir}\/\${PACK ./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,10 @@ fi %changelog +* Mon Apr 12 2010 Karsten Hopp 2.2.6-19 +- enable selfcheck +- convert changelog files to utf8 (#226050) + * Thu Jan 21 2010 Jakub Jelinek 2.2.6-18 - rebuilt for gcc 4.4.3