OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Dec-2002 02:14:15
Branch: HEAD Handle: 2002122601141400
Modified files:
openpkg-src/mozilla mozilla.spec
Log:
fixed decompression
Summary:
Revision Changes Path
1.47 +2 -2 openpkg-src/mozilla/mozilla.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla/mozilla.spec
============================================================================
$ cvs diff -u -r1.46 -r1.47 mozilla.spec
--- openpkg-src/mozilla/mozilla.spec 20 Dec 2002 19:32:14 -0000 1.46
+++ openpkg-src/mozilla/mozilla.spec 26 Dec 2002 01:14:14 -0000 1.47
@@ -41,7 +41,7 @@
Group: Web
License: MPL
Version: 1.2.1
-Release: 20021217
+Release: 20021227
# list of sources
Source0:
ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla%{version}/src/mozilla-source-%{version}.tar.bz2
@@ -78,7 +78,7 @@
# add back the modified libart which is included in Mozilla CVS
# but left out of the source distribution for licensing reasons.
- %{l_gzip} -d -c %{SOURCE1} | %{l_tar} xf -
+ %{l_bzip2} -d -c %{SOURCE1} | %{l_tar} xf -
# patch source distribution
%patch -p0
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]