Author: duddits Date: Sat Sep 20 14:52:36 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix path to php executable
---- Files affected: SPECS: cacti-plugin-weathermap.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/cacti-plugin-weathermap.spec diff -u SPECS/cacti-plugin-weathermap.spec:1.4 SPECS/cacti-plugin-weathermap.spec:1.5 --- SPECS/cacti-plugin-weathermap.spec:1.4 Fri Sep 19 09:45:11 2008 +++ SPECS/cacti-plugin-weathermap.spec Sat Sep 20 16:52:31 2008 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): Wtyczka do Cacti - WeatherMap (mapa pogody) Name: cacti-plugin-weathermap Version: 0.95b -Release: 1 +Release: 2 License: GPL v2 Group: Applications/WWW Source0: http://www.network-weathermap.com/files/php-%{namesrc}-%{version}.zip @@ -43,6 +43,9 @@ # undos the source find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,,' +# fix php path +%{__sed} -i -e 's/\/local//g' %{namesrc} + %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{webcactipluginroot} @@ -62,6 +65,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2008/09/20 14:52:31 duddits +- fix path to php executable + Revision 1.4 2008/09/19 07:45:11 grzegorz - up by Pawel Dlugosz ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cacti-plugin-weathermap.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
