fixed rpm macros (bnc#679950)
authorWolfgang Rosenauer <wr@rosenauer.org>
Wed, 16 Mar 2011 20:37:40 +0100
changeset 238 d537c4a65693
parent 237 676030198746
child 239 99a267a3f1d3
fixed rpm macros (bnc#679950)
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
--- a/MozillaFirefox/MozillaFirefox.changes	Fri Mar 11 11:14:05 2011 +0100
+++ b/MozillaFirefox/MozillaFirefox.changes	Wed Mar 16 20:37:40 2011 +0100
@@ -1,7 +1,8 @@
 -------------------------------------------------------------------
-Fri Mar  4 15:18:17 UTC 2011 - wr@rosenauer.org
+Wed Mar 16 19:35:07 UTC 2011 - wr@rosenauer.org
 
 - update to version 4.0rc1
+- fixed rpm macros delivered with devel package (bnc#679950)
 
 -------------------------------------------------------------------
 Wed Feb 23 07:52:04 UTC 2011 - wr@rosenauer.org
--- a/MozillaFirefox/MozillaFirefox.spec	Fri Mar 11 11:14:05 2011 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Wed Mar 16 20:37:40 2011 +0100
@@ -337,10 +337,10 @@
 %%firefox_major              %{major}
 %%firefox_version            %{version}
 %%firefox_mainver            %{mainver}
-%%firefox_mozillapath        %{progdir}
+%%firefox_mozillapath        %%{_libdir}/%{progname}
 %%firefox_xulrunner          %{xulrunner}
 %%firefox_xulrunner_version  %(rpm -q --queryformat '%{VERSION}' %{xulrunner})
-%%firefox_pluginsdir         %{_libdir}/browser-plugins
+%%firefox_pluginsdir         %%{_libdir}/browser-plugins
 %%firefox_appid              \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
 %%firefox_extdir             %%(if [ "%%_target_cpu" = "noarch" ]; then echo %%{_datadir}/mozilla/extensions/%%{firefox_appid}; else echo %%{_libdir}/mozilla/extensions/%%{firefox_appid}; fi)