Author: zbyniu Date: Wed Nov 30 02:04:03 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 2.0.5, cleanups
---- Files affected: SPECS: smokeping.spec (1.28 -> 1.29) ---- Diffs: ================================================================ Index: SPECS/smokeping.spec diff -u SPECS/smokeping.spec:1.28 SPECS/smokeping.spec:1.29 --- SPECS/smokeping.spec:1.28 Fri Oct 28 23:07:27 2005 +++ SPECS/smokeping.spec Wed Nov 30 03:03:58 2005 @@ -2,12 +2,12 @@ Summary: Smokeping - a latency grapher that uses rrdtool Summary(pl): Smokeping - narzędzie do tworzenia wykresów opóźnień sieci Name: smokeping -Version: 2.0.4 +Version: 2.0.5 Release: 0.2 License: GPL v2 Group: Networking/Utilities Source0: http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/%{name}-%{version}.tar.gz -# Source0-md5: 21d968154f1632575ea65843f1dd765f +# Source0-md5: c965439c147012b91585c3e134225b4d Source1: %{name}.init Source2: %{name}.conf Source3: %{name}-config @@ -76,6 +76,7 @@ #install etc/config-echoping.dist $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/config-echoping install etc/smokemail.dist $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/smokemail install bin/smokeping.dist $RPM_BUILD_ROOT%{_bindir}/smokeping +install bin/tSmoke.dist $RPM_BUILD_ROOT%{_bindir}/tSmoke install htdocs/smokeping.cgi.dist $RPM_BUILD_ROOT%{_cgi_bindir}/smokeping.cgi cp -r lib/* $RPM_BUILD_ROOT%{_datadir}/%{name} install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name} @@ -109,11 +110,11 @@ " >>%{_sysconfdir}/%{name}/config done -[ "$HOSTNAME" ] && %{__perl} -pi -e "s|localhost|$HOSTNAME|g" %{_sysconfdir}/%{name}/config +[ "$HOSTNAME" ] && %{__perl} -pi -e "s|localhost|$HOSTNAME|g" %{_sysconfdir}/%{name}/config fi -/sbin/chkconfig --add %{name} +/sbin/chkconfig --add %{name} if [ -f /var/lock/subsys/%{name} ]; then /etc/rc.d/init.d/%{name} restart 1>&2 @@ -131,7 +132,7 @@ /etc/rc.d/init.d/%{name} stop 1>&2 fi - /sbin/chkconfig --del %{name} + /sbin/chkconfig --del %{name} if [ -f /var/lock/subsys/httpd ]; then /etc/rc.d/init.d/httpd restart 1>&2 @@ -145,8 +146,8 @@ %{_datadir}/smokeping %{_mandir}/man1/*.1* %dir %{_sysconfdir}/%{name} -%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/* -%config(noreplace) %verify(not size mtime md5) %{_wwwconfdir}/* +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/* +%config(noreplace) %verify(not md5 mtime size) %{_wwwconfdir}/* %attr(754,root,root) /etc/rc.d/init.d/* %attr(755,root,root) %{_cgi_bindir}/* %dir %{_sharedstatedir}/%{name} @@ -159,6 +160,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2005/11/30 02:03:58 zbyniu +- up to 2.0.5, cleanups + Revision 1.28 2005/10/28 21:07:27 areq - fix ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/smokeping.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
