mirror of
https://abf.rosa.ru/djam/firefox-esr91.git
synced 2025-02-24 17:42:59 +00:00
new possibly fixed version
This commit is contained in:
parent
f9a15d5f34
commit
0af79b4148
2 changed files with 6 additions and 11 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
sources:
|
sources:
|
||||||
firefox-10.0.2.source.tar.bz2: d9b459d915d4638a48b3e249fcbaf7cafc27e834
|
firefox-10.0.source.tar.bz2: cbf1fb0efe0a3a2b2dafaa324b136736e93de70c
|
||||||
|
|
15
firefox.spec
15
firefox.spec
|
@ -1,5 +1,5 @@
|
||||||
%define major 10
|
%define major 10
|
||||||
%define realver %{major}.0.2
|
%define realver %{major}.0
|
||||||
|
|
||||||
# (tpg) MOZILLA_FIVE_HOME
|
# (tpg) MOZILLA_FIVE_HOME
|
||||||
%define mozillalibdir %{_libdir}/%{name}-%{realver}
|
%define mozillalibdir %{_libdir}/%{name}-%{realver}
|
||||||
|
@ -8,10 +8,10 @@
|
||||||
|
|
||||||
%if %mandriva_branch == Cooker
|
%if %mandriva_branch == Cooker
|
||||||
# Cooker
|
# Cooker
|
||||||
%define release 1
|
%define release 3
|
||||||
%else
|
%else
|
||||||
# Old distros
|
# Old distros
|
||||||
%define subrel 1
|
%define subrel 5
|
||||||
%define release %mkrel 0
|
%define release %mkrel 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ Requires: xdg-utils
|
||||||
# https://qa.mandriva.com/show_bug.cgi?id=65237
|
# https://qa.mandriva.com/show_bug.cgi?id=65237
|
||||||
Requires: gtk2-modules
|
Requires: gtk2-modules
|
||||||
%endif
|
%endif
|
||||||
#Suggests: ff_deps myspell-en_US nspluginwrapper
|
Suggests: ff_deps myspell-en_US nspluginwrapper
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -333,12 +333,6 @@ fi
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 10 2012 Oden Eriksson <oeriksson@mandriva.com> 10.0-0.5
|
||||||
- built for updates
|
- built for updates
|
||||||
|
|
||||||
|
@ -959,3 +953,4 @@ fi
|
||||||
- stop packaging useless OS/2 & build doc as well as CVS directories
|
- stop packaging useless OS/2 & build doc as well as CVS directories
|
||||||
- RC1
|
- RC1
|
||||||
- patch 7: fix testing for sqlite >= 3.5.4 that fails with sqlite-3.5.7
|
- patch 7: fix testing for sqlite >= 3.5.4 that fails with sqlite-3.5.7
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue