Author: glen Date: Thu Jul 31 10:12:31 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix paths in examples
---- Files affected: SPECS: php-firephp.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/php-firephp.spec diff -u SPECS/php-firephp.spec:1.1 SPECS/php-firephp.spec:1.2 --- SPECS/php-firephp.spec:1.1 Thu Jul 31 11:23:20 2008 +++ SPECS/php-firephp.spec Thu Jul 31 12:12:26 2008 @@ -2,7 +2,7 @@ Summary: Firebug Extension for AJAX Development Name: php-firephp Version: 0.1.1 -Release: 0.1 +Release: 0.2 License: New BSD License Group: Development/Languages/PHP URL: http://www.firephp.org/ @@ -10,6 +10,7 @@ Requires: php-common >= 4:5.0 Source0: http://www.firephp.org/DownloadRelease/FirePHPLibrary-FirePHPCore-%{version} # Source0-md5: f11b9e4d9cfbc204699aeeb81547e193 +Patch0: php-firephp.patch BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -19,6 +20,7 @@ %prep %setup -qc +%patch0 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -43,5 +45,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008/07/31 10:12:26 glen +- fix paths in examples + Revision 1.1 2008/07/31 09:23:20 glen - new ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-firephp.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
