Author: mmazur Date: Fri May 15 09:36:16 2009 GMT Module: packages Tag: HEAD ---- Log message: - rel 3; stbr - some sql magic, to make sure the thing works out of the box
---- Files affected: packages/cacti: cacti.spec (1.109 -> 1.110) ---- Diffs: ================================================================ Index: packages/cacti/cacti.spec diff -u packages/cacti/cacti.spec:1.109 packages/cacti/cacti.spec:1.110 --- packages/cacti/cacti.spec:1.109 Wed Apr 29 22:22:58 2009 +++ packages/cacti/cacti.spec Fri May 15 11:36:11 2009 @@ -4,7 +4,7 @@ Summary(pl.UTF-8): Cacti - frontend w PHP do rrdtoola Name: cacti Version: 0.8.7d -Release: 2 +Release: 3 License: GPL Group: Applications/WWW Source0: http://www.cacti.net/downloads/%{name}-%{version}.tar.gz @@ -147,6 +147,9 @@ find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f +# make sure cacti runs out of the box +sed -e "s,new_install,%{version}," -i sql/cacti.sql + %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_sysconfdir}/%{name},%{_appdir}/{docs,plugins},/etc/cron.d,%{_sbindir}} @@ -253,6 +256,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.110 2009/05/15 09:36:11 mmazur +- rel 3; stbr +- some sql magic, to make sure the thing works out of the box + Revision 1.109 2009/04/29 20:22:58 grzegorz - removed double source5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cacti/cacti.spec?r1=1.109&r2=1.110&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
