diff options
author | Martin Stransky <stransky@anakreon.cz> | 2013-04-01 14:39:26 +0200 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2013-04-01 14:39:26 +0200 |
commit | c0ab6d6556f6ee872b6da2c5f4c8f6340817232a (patch) | |
tree | 08e483cfbb167a625ffd2becb460e86e6b2935ed /firefox.spec | |
parent | langpack fix (diff) | |
download | librewolf-fedora-ff-c0ab6d6556f6ee872b6da2c5f4c8f6340817232a.tar.gz librewolf-fedora-ff-c0ab6d6556f6ee872b6da2c5f4c8f6340817232a.tar.bz2 librewolf-fedora-ff-c0ab6d6556f6ee872b6da2c5f4c8f6340817232a.zip |
build fix
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 5a27539..2918a9d 100644 --- a/firefox.spec +++ b/firefox.spec @@ -15,8 +15,8 @@ %define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html %define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} -%global xulrunner_version 19.0.2 -%global xulrunner_version_max 19.1 +%global xulrunner_version 20.0 +%global xulrunner_version_max 20.1 %global xulrunner_release 1 %global alpha_version 0 %global beta_version 0 @@ -379,6 +379,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %defattr(-,root,root,-) %{_bindir}/firefox %{mozappdir}/firefox +%{mozappdir}/firefox-bin %doc %{_mandir}/man1/* %dir %{_datadir}/mozilla/extensions/%{firefox_app_id} %dir %{_libdir}/mozilla/extensions/%{firefox_app_id} |