- Convert man pages to UTF-8

This commit is contained in:
Miloslav Trmac 2004-11-23 22:49:28 +00:00
parent 2aa5b3bfed
commit 4c19decd83

View File

@ -6,7 +6,7 @@
Summary: Multi Router Traffic Grapher
Name: mrtg
Version: 2.10.15
Release: 2
Release: 3
URL: http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/
Source0: http://www.ee.ethz.ch/~oetiker/webtools/mrtg/pub/%{name}-%{version}.tar.gz
Source3: mrtg.cfg
@ -39,6 +39,11 @@ images which provide a LIVE visual representation of this traffic.
%patch1 -p1
%patch2 -p1 -b .badman
for i in doc/mrtg-forum.1 doc/mrtg-squid.1; do
iconv -f iso-8859-1 -t utf-8 < "$i" > "${i}_"
mv "${i}_" "$i"
done
%build
%configure
# Don't link rateup statically
@ -125,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_localstatedir}/lock/mrtg
%changelog
* Tue Nov 23 2004 Miloslav Trmac <mitr@redhat.com> - 2.10.15-3
- Convert man pages to UTF-8
* Mon Nov 22 2004 Jindrich Novy <jnovy@redhat.com> 2.10.15-2
- remove bogus characters from man pages to prevent
man displaying the page is in wrong encoding (#139341)