- Fix Timezone[] handling in html output (#149296)
This commit is contained in:
parent
d6720d0deb
commit
b4ea3e3c25
11
mrtg.spec
11
mrtg.spec
@ -6,7 +6,7 @@
|
|||||||
Summary: Multi Router Traffic Grapher
|
Summary: Multi Router Traffic Grapher
|
||||||
Name: mrtg
|
Name: mrtg
|
||||||
Version: 2.11.1
|
Version: 2.11.1
|
||||||
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
|
||||||
@ -15,8 +15,9 @@ Source5: 14all.cgi
|
|||||||
Source6: filter-requires-mrtg.sh
|
Source6: filter-requires-mrtg.sh
|
||||||
Source7: mrtg.crond.in
|
Source7: mrtg.crond.in
|
||||||
Source8: mrtg-httpd.conf
|
Source8: mrtg-httpd.conf
|
||||||
Patch: mrtg-2.9.17-lib64.patch
|
Patch0: mrtg-2.9.17-lib64.patch
|
||||||
Patch1: mrtg-2.10.5-norpath.patch
|
Patch1: mrtg-2.10.5-norpath.patch
|
||||||
|
Patch2: mrtg-2.11.1-tzset.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Requires: perl >= 0:5.004
|
Requires: perl >= 0:5.004
|
||||||
@ -34,8 +35,9 @@ images which provide a LIVE visual representation of this traffic.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p0 -b .lib64
|
%patch0 -p0 -b .lib64
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p0 -b .tzset
|
||||||
|
|
||||||
for i in doc/mrtg-forum.1 doc/mrtg-squid.1; do
|
for i in doc/mrtg-forum.1 doc/mrtg-squid.1; do
|
||||||
iconv -f iso-8859-1 -t utf-8 < "$i" > "${i}_"
|
iconv -f iso-8859-1 -t utf-8 < "$i" > "${i}_"
|
||||||
@ -114,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_localstatedir}/lock/mrtg
|
%dir %{_localstatedir}/lock/mrtg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 13 2005 Miloslav Trmac <mitr@redhat.com> - 2.11.1-3
|
||||||
|
- Fix Timezone[] handling in html output (#149296)
|
||||||
|
|
||||||
* Fri Mar 4 2005 Miloslav Trmac <mitr@redhat.com> - 2.11.1-2
|
* Fri Mar 4 2005 Miloslav Trmac <mitr@redhat.com> - 2.11.1-2
|
||||||
- Rebuild with gcc 4
|
- Rebuild with gcc 4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user