|
|
@@ -33,14 +33,14 @@ Distribution: OpenPKG
|
|
|
Class: EVAL
|
|
|
Group: Web
|
|
|
License: MPL
|
|
|
-Version: 0.8
|
|
|
-Release: 20040429
|
|
|
+Version: 0.9.1
|
|
|
+Release: 20040630
|
|
|
|
|
|
# package options
|
|
|
%option with_optimize yes
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/firefox-source-%{version}.tar.bz2
|
|
|
+Source0: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/firefox-%{version}-source.tar.bz2
|
|
|
Source1: ftp://ftp.openpkg.org/sources/CPY/mozilla/mozilla-1.4-libart.tar.bz2
|
|
|
Source2: firefox.sh
|
|
|
Source3: firefox.pod
|
|
|
@@ -51,8 +51,10 @@ Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc, perl
|
|
|
PreReq: OpenPKG, openpkg >= 20040130, xsel
|
|
|
-BuildPreReq: X11, glib, gtk, orbit, libiconv, infozip, openssl, freetype
|
|
|
-PreReq: X11, glib, gtk, orbit, libiconv, infozip, openssl, freetype
|
|
|
+BuildPreReq: X11, glib, gtk, png, jpeg, orbit, libiconv
|
|
|
+BuildPreReq: infozip, zlib, openssl, freetype
|
|
|
+PreReq: X11, glib, gtk, png, jpeg, orbit, libiconv
|
|
|
+PreReq: infozip, zlib, openssl, freetype
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -67,7 +69,7 @@ AutoReqProv: no
|
|
|
url = ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/
|
|
|
regex = (__VER__)
|
|
|
url = ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/__NEWVER__/
|
|
|
- regex = firefox-source-(__VER__)\.tar\.bz2
|
|
|
+ regex = firefox-(__VER__)-source\.tar\.bz2
|
|
|
}
|
|
|
|
|
|
%prep
|