diff options
| author | Karsten Hopp <karsten@fedoraproject.org> | 2010-04-12 15:55:22 +0000 |
|---|---|---|
| committer | Karsten Hopp <karsten@fedoraproject.org> | 2010-04-12 15:55:22 +0000 |
| commit | a347d54f6ee25584281258deeb3b3863622be1af (patch) | |
| tree | a59d98b3875859df20bdf1f4f9b714109143aa82 | |
| parent | 386555779c5173b6405733c76ff60f76f1e2b7ca (diff) | |
| download | libtool-a347d54f6ee25584281258deeb3b3863622be1af.tar.gz libtool-a347d54f6ee25584281258deeb3b3863622be1af.tar.xz libtool-a347d54f6ee25584281258deeb3b3863622be1af.zip | |
- enable selfchecklibtool-2_2_6-19_fc14
- convert changelog files to utf8 (#226050)
| -rw-r--r-- | libtool.spec | 15 |
1 files 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 <karsten@redhat.com> 2.2.6-19 +- enable selfcheck +- convert changelog files to utf8 (#226050) + * Thu Jan 21 2010 Jakub Jelinek <jakub@redhat.com> 2.2.6-18 - rebuilt for gcc 4.4.3 |
