Merge pull request #7 from import/firefox:rosa2016.1

Updated to 50.0.1
This commit is contained in:
alzim 2016-11-30 19:58:47 +04:00
commit c04cb52ef4
2 changed files with 31 additions and 29 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
firefox-50.0.source.tar.xz: 0770365882cecfbedf76c577b621a5a0d4ca69da firefox-50.0.1.source.tar.xz: 50f157e64a3d791da3612bf625a975a129ba5f7f

View file

@ -7,8 +7,7 @@
# This also means only STABLE upstream releases, NO betas. # This also means only STABLE upstream releases, NO betas.
# This is a discussed topic. Please, do not flame it again. # This is a discussed topic. Please, do not flame it again.
%define major 50.0 %define major 50.0.1
%define ff_epoch 0
# (tpg) set version HERE !!! # (tpg) set version HERE !!!
%define realver %{major} %define realver %{major}
%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} %define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
@ -24,15 +23,14 @@
%define _use_syshunspell 0 %define _use_syshunspell 0
%define update_channel release %define update_channel release
%define toolkit_gtk3 1 %define toolkit_gtk3 1
Summary: Next generation web browser Summary: Next generation web browser
Name: firefox Name: firefox
Version: %{major} Version: %{major}
Epoch: %{ff_epoch} Release: 1
Release: 2
License: MPLv1+ License: MPLv1+
Group: Networking/WWW Group: Networking/WWW
Url: http://www.mozilla.com/firefox/ Url: http://www.mozilla.com/firefox/
@ -154,13 +152,37 @@ Firefox also includes features like 'tabbed browsing' (opening several web
sites as sections within the same window) and methods for controlling pop-up sites as sections within the same window) and methods for controlling pop-up
windows, cookies and downloaded files. windows, cookies and downloaded files.
%package devel %files
%{_bindir}/%{name}
%{_bindir}/mozilla-firefox
%{_iconsdir}/hicolor/*/apps/*.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*.desktop
%{_libdir}/%{name}-%{major}*
%{_docdir}/%{name}/README.urpmi
#% ghost %{mozillalibdir}/defaults/profile/bookmarks.html
%dir %{_libdir}/mozilla
%dir %{_libdir}/mozilla/extensions
%dir %{pluginsdir}
%dir %{_libdir}/mozilla/extensions/%{firefox_appid}
%dir %{_datadir}/mozilla/extensions/%{firefox_appid}
#---------------------------------------------------------------------
%package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Group: Development/Other Group: Development/Other
%description devel %description devel
Files and macros mainly for building Firefox extensions. Files and macros mainly for building Firefox extensions.
%files devel
%{_sys_macros_dir}/%{name}.macros
#---------------------------------------------------------------------
%prep %prep
%setup -q %setup -q
@ -367,23 +389,3 @@ if [ ! -r /etc/sysconfig/oem ]; then
esac esac
ln -s -f ../../../../share/mdk/bookmarks/mozilla/$bookmark %{mozillalibdir}/defaults/profile/bookmarks.html ln -s -f ../../../../share/mdk/bookmarks/mozilla/$bookmark %{mozillalibdir}/defaults/profile/bookmarks.html
fi fi
%files
%{_bindir}/%{name}
%{_bindir}/mozilla-firefox
%{_iconsdir}/hicolor/*/apps/*.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*.desktop
%{_libdir}/%{name}-%{major}*
%{_docdir}/%{name}/README.urpmi
#% ghost %{mozillalibdir}/defaults/profile/bookmarks.html
%dir %{_libdir}/mozilla
%dir %{_libdir}/mozilla/extensions
%dir %{pluginsdir}
%dir %{_libdir}/mozilla/extensions/%{firefox_appid}
%dir %{_datadir}/mozilla/extensions/%{firefox_appid}
%files devel
%{_sys_macros_dir}/%{name}.macros