mirror of
https://abf.rosa.ru/djam/firefox.git
synced 2025-02-25 11:02:59 +00:00
add 10.0.2 one more time
This commit is contained in:
parent
0af79b4148
commit
1513873777
2 changed files with 11 additions and 7 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
sources:
|
||||
firefox-10.0.source.tar.bz2: cbf1fb0efe0a3a2b2dafaa324b136736e93de70c
|
||||
firefox-10.0.2.source.tar.bz2: d9b459d915d4638a48b3e249fcbaf7cafc27e834
|
||||
|
|
16
firefox.spec
16
firefox.spec
|
@ -1,5 +1,5 @@
|
|||
%define major 10
|
||||
%define realver %{major}.0
|
||||
%define realver %{major}.0.2
|
||||
|
||||
# (tpg) MOZILLA_FIVE_HOME
|
||||
%define mozillalibdir %{_libdir}/%{name}-%{realver}
|
||||
|
@ -8,10 +8,10 @@
|
|||
|
||||
%if %mandriva_branch == Cooker
|
||||
# Cooker
|
||||
%define release 3
|
||||
%define release 1
|
||||
%else
|
||||
# Old distros
|
||||
%define subrel 5
|
||||
%define subrel 1
|
||||
%define release %mkrel 0
|
||||
%endif
|
||||
|
||||
|
@ -59,7 +59,7 @@ BuildRequires: libiw-devel
|
|||
BuildRequires: unzip
|
||||
BuildRequires: zip
|
||||
#(tpg) older versions doesn't support apng extension
|
||||
%if %mdkversion >= 201101
|
||||
%if %mdkversion >= 201201
|
||||
BuildRequires: libpng-devel >= 1.4.8
|
||||
%endif
|
||||
BuildRequires: makedepend
|
||||
|
@ -248,8 +248,6 @@ user_pref("app.update.enabled", false);
|
|||
user_pref("app.update.autoInstallEnabled", false);
|
||||
user_pref("security.ssl.require_safe_negotiation", false);
|
||||
user_pref("browser.startup.homepage", "file:///usr/share/doc/HTML/index.html");
|
||||
user_pref("extensions.shownSelectionUI",true);
|
||||
user_pref("extensions.autoDisableScopes", 0);
|
||||
EOF
|
||||
|
||||
# files in this directory are read on every startup, and can change/add
|
||||
|
@ -333,6 +331,12 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 23 2012 Oden Eriksson <oeriksson@mandriva.com> 10.0.2-0.1mdv2010.2
|
||||
- 10.0.2
|
||||
|
||||
* Sun Feb 12 2012 Oden Eriksson <oeriksson@mandriva.com> 10.0.1-0.1
|
||||
- 10.0.1
|
||||
|
||||
* Fri Feb 10 2012 Oden Eriksson <oeriksson@mandriva.com> 10.0-0.5
|
||||
- built for updates
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue