- Convert man pages to UTF-8
This commit is contained in:
parent
2aa5b3bfed
commit
4c19decd83
10
mrtg.spec
10
mrtg.spec
@ -6,7 +6,7 @@
|
|||||||
Summary: Multi Router Traffic Grapher
|
Summary: Multi Router Traffic Grapher
|
||||||
Name: mrtg
|
Name: mrtg
|
||||||
Version: 2.10.15
|
Version: 2.10.15
|
||||||
Release: 2
|
Release: 3
|
||||||
URL: http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/
|
URL: http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/
|
||||||
Source0: http://www.ee.ethz.ch/~oetiker/webtools/mrtg/pub/%{name}-%{version}.tar.gz
|
Source0: http://www.ee.ethz.ch/~oetiker/webtools/mrtg/pub/%{name}-%{version}.tar.gz
|
||||||
Source3: mrtg.cfg
|
Source3: mrtg.cfg
|
||||||
@ -39,6 +39,11 @@ images which provide a LIVE visual representation of this traffic.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1 -b .badman
|
%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
|
%build
|
||||||
%configure
|
%configure
|
||||||
# Don't link rateup statically
|
# Don't link rateup statically
|
||||||
@ -125,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_localstatedir}/lock/mrtg
|
%dir %{_localstatedir}/lock/mrtg
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 22 2004 Jindrich Novy <jnovy@redhat.com> 2.10.15-2
|
||||||
- remove bogus characters from man pages to prevent
|
- remove bogus characters from man pages to prevent
|
||||||
man displaying the page is in wrong encoding (#139341)
|
man displaying the page is in wrong encoding (#139341)
|
||||||
|
Loading…
Reference in New Issue
Block a user