OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Oct-2004 13:41:22
Branch: HEAD Handle: 2004100312412200
Modified files:
openpkg-src/firefox firefox.spec
Log:
upgrading package: firefox 1.0PR -> 0.10.1
Summary:
Revision Changes Path
1.8 +5 -5 openpkg-src/firefox/firefox.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/firefox/firefox.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 firefox.spec
--- openpkg-src/firefox/firefox.spec 20 Sep 2004 16:17:10 -0000 1.7
+++ openpkg-src/firefox/firefox.spec 3 Oct 2004 11:41:22 -0000 1.8
@@ -27,7 +27,7 @@
# package version
%define V_main 1.0PR
-%define V_subdir 0.10
+%define V_subdir 0.10.1
# package information
Name: firefox
@@ -39,14 +39,14 @@
Class: EVAL
Group: Web
License: MPL
-Version: %{V_main}
-Release: 20040920
+Version: %{V_subdir}
+Release: 20041003
# package options
%option with_optimize yes
# list of sources
-Source0:
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{V_subdir}/firefox-%{version}-source.tar.bz2
+Source0:
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{V_subdir}/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
@@ -71,7 +71,7 @@
%track
prog firefox = {
- version = %{version}
+ 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__/
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]