mirror of
https://abf.rosa.ru/djam/firefox-esr68.git
synced 2025-02-23 09:52:56 +00:00
Updated to 61.0.2
This commit is contained in:
parent
4423c05b89
commit
a65deb2ce5
3 changed files with 9 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
firefox-61.0.1.source.tar.xz: 42fb90e2df5cd14a6c3b393683b73b9b60c377c7
|
firefox-61.0.2.source.tar.xz: 6e445d9d7da982452bf212948aff701d47f6f0c0
|
||||||
|
|
4
firefox.rpmlintrc
Normal file
4
firefox.rpmlintrc
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
addFilter("W: spurious-executable-perm")
|
||||||
|
addFilter("W: script-without-shebang")
|
||||||
|
addFilter("W: non-executable-script")
|
||||||
|
addFilter("W: invalid-license")
|
|
@ -7,7 +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 61.0.1
|
%define major 61.0.2
|
||||||
%define ff_epoch 0
|
%define ff_epoch 0
|
||||||
%define relurl 0
|
%define relurl 0
|
||||||
%define rel_url 6b51784853e47e091d213d421a19cb623af718f0
|
%define rel_url 6b51784853e47e091d213d421a19cb623af718f0
|
||||||
|
@ -43,6 +43,7 @@ Source0: https://hg.mozilla.org/releases/mozilla-release/archive/%{rel_url}.tar.
|
||||||
%else
|
%else
|
||||||
Source0: https://archive.mozilla.org/pub/firefox/releases/%{realver}/source/%{name}-%{realver}.source.tar.xz
|
Source0: https://archive.mozilla.org/pub/firefox/releases/%{realver}/source/%{name}-%{realver}.source.tar.xz
|
||||||
%endif
|
%endif
|
||||||
|
Source1: firefox.rpmlintrc
|
||||||
Source4: %{name}.desktop
|
Source4: %{name}.desktop
|
||||||
Source7: firefox.cfg
|
Source7: firefox.cfg
|
||||||
Source9: kde.js
|
Source9: kde.js
|
||||||
|
@ -151,6 +152,7 @@ sites as sections within the same window) and methods for controlling pop-up
|
||||||
windows, cookies and downloaded files.
|
windows, cookies and downloaded files.
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%doc AUTHORS CLOBBER LEGAL LICENSE README.txt
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_bindir}/mozilla-firefox
|
%{_bindir}/mozilla-firefox
|
||||||
%{_iconsdir}/hicolor/*/apps/*.png
|
%{_iconsdir}/hicolor/*/apps/*.png
|
||||||
|
@ -175,6 +177,7 @@ Group: Development/Other
|
||||||
Files and macros mainly for building Firefox extensions.
|
Files and macros mainly for building Firefox extensions.
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%doc AUTHORS CLOBBER LEGAL LICENSE README.txt
|
||||||
%{_sys_macros_dir}/%{name}.macros
|
%{_sys_macros_dir}/%{name}.macros
|
||||||
|
|
||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue