Author: glen Date: Thu Jul 31 10:58:49 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - /RDF/Description/em:id must match from install.rdf with extension dir
---- Files affected: SPECS: firephp.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/firephp.spec diff -u SPECS/firephp.spec:1.1 SPECS/firephp.spec:1.2 --- SPECS/firephp.spec:1.1 Thu Jul 31 12:03:27 2008 +++ SPECS/firephp.spec Thu Jul 31 12:58:43 2008 @@ -10,7 +10,7 @@ Summary: Firefox Extension for FirePHP Name: firephp Version: 0.1.0 -Release: 0.1 +Release: 0.2 License: New BSD License Group: Development/Languages/PHP URL: https://addons.mozilla.org/en-US/firefox/addon/6149 @@ -20,7 +20,9 @@ BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define extensiondir %{_datadir}/mozilla-firefox/extensions/firephp +# extension id from install.rdf +%define extensionid [EMAIL PROTECTED] +%define extensiondir %{_datadir}/mozilla-firefox/extensions/%{extensionid} %description FirePHP enables you to print to your Firebug Console using a simple @@ -56,6 +58,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008/07/31 10:58:43 glen +- /RDF/Description/em:id must match from install.rdf with extension dir + Revision 1.1 2008/07/31 10:03:27 glen - new (actually i have no idea how to package mozilla extensions) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/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
