OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Oct-2007 09:53:55
Branch: HEAD Handle: 2007100608535500
Modified files:
openpkg-src/joomla joomla.spec
Log:
upgrading package: joomla 1.5rc -> 1.5rc3
Summary:
Revision Changes Path
1.6 +11 -5 openpkg-src/joomla/joomla.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/joomla/joomla.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 joomla.spec
--- openpkg-src/joomla/joomla.spec 3 Aug 2007 18:15:50 -0000 1.5
+++ openpkg-src/joomla/joomla.spec 6 Oct 2007 07:53:55 -0000 1.6
@@ -23,8 +23,9 @@
##
# package version
-%define V_dist 1.5RC
-%define V_opkg 1.5rc
+%define V_dist 1.5RC3
+%define V_opkg 1.5rc3
+%define V_subdir 5652/16455
# package information
Name: joomla
@@ -37,10 +38,10 @@
Group: Web
License: GPL/LGPL
Version: %{V_opkg}
-Release: 20070803
+Release: 20071006
# list of sources
-Source0:
http://downloads.joomlacode.org/frsrelease/1/3/2/13213/Joomla-%{V_dist}.tar.gz
+Source0:
http://joomlacode.org/gf/download/frsrelease/%{V_subdir}/Joomla-%{V_dist}.tar.gz
Source1: joomla-setup.sh
Source2: joomla-apache.conf
Source3: rc.joomla
@@ -69,7 +70,12 @@
prog joomla = {
version = %{V_dist}
url = http://joomlacode.org/gf/project/joomla/frs/
- regex = Joomla-(__VER__)\.tar\.gz
+ regex = frsrelease/\d+/\d+/Joomla-(__VER__)\.tar\.gz
+ }
+ prog joomla:subdir = {
+ version = %{V_subdir}
+ url = http://joomlacode.org/gf/project/joomla/frs/
+ regex = frsrelease/(\d+/\d+)/Joomla-__VER__\.tar\.gz
}
%prep
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]