|
|
@@ -23,11 +23,11 @@
|
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
|
|
|
|
-# FIXME: rse: fails to build because some .rdf/.jar stuff cannot be built
|
|
|
+# FIXME: rse: fails because some .rdf/.jar stuff cannot be built
|
|
|
|
|
|
# package version
|
|
|
-%define V_main 1.0
|
|
|
-%define V_subdir 1.0
|
|
|
+%define V_main 1.0.1
|
|
|
+%define V_subdir 1.0.1
|
|
|
|
|
|
# package information
|
|
|
Name: firefox
|
|
|
@@ -36,17 +36,17 @@ URL: http://www.mozilla.org/products/firefox/
|
|
|
Vendor: The Mozilla Project
|
|
|
Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG
|
|
|
-Class: EVAL
|
|
|
+Class: JUNK
|
|
|
Group: Web
|
|
|
License: MPL
|
|
|
Version: %{V_subdir}
|
|
|
-Release: 20041109
|
|
|
+Release: 20050309
|
|
|
|
|
|
# package options
|
|
|
%option with_optimize yes
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{V_subdir}/firefox-%{V_main}-source.tar.bz2
|
|
|
+Source0: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{V_subdir}/source/firefox-%{V_main}-source.tar.bz2
|
|
|
Source1: ftp://ftp.openpkg.org/sources/CPY/mozilla/mozilla-1.7.2-libart.tar.bz2
|
|
|
Source2: firefox.sh
|
|
|
Source3: firefox.pod
|
|
|
@@ -74,7 +74,7 @@ AutoReqProv: no
|
|
|
version = %{V_main}
|
|
|
url = ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/
|
|
|
regex = (__VER__)
|
|
|
- url = ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/__NEWVER__/
|
|
|
+ url = ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/__NEWVER__/source/
|
|
|
regex = firefox-(__VER__)-source\.tar\.bz2
|
|
|
}
|
|
|
|