- convert NEWS file to UTF-8 (#225302)

This commit is contained in:
Karsten Hopp 2009-01-21 13:32:32 +00:00
parent 4c73ba9906
commit 0e049aa5e3
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Summary: A GNU tool for automatically creating Makefiles
Name: automake
Version: %{api_version}.2
Release: 1
Release: 2
License: GPLv2+ and GFDL and MIT
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
@ -40,6 +40,8 @@ GNU's Autoconf package.
--bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir} \
--docdir=%{_docdir}/%{name}-%{version}
make %{?_smp_mflags}
mv -f NEWS NEWS_
iconv -f ISO_8859-15 -t UTF-8 NEWS_ -o NEWS
%install
rm -rf ${RPM_BUILD_ROOT}
@ -78,6 +80,9 @@ fi
%dir %{_datadir}/aclocal
%changelog
* Wed Jan 21 2009 Karsten Hopp <karsten@redhat.com> 1.10.2-2
- convert NEWS file to UTF-8 (#225302)
* Wed Jan 14 2009 Karsten Hopp <karsten@redhat.com> 1.10.2-1
- version 1.10.2