|
|
|
|
@ -22,9 +22,9 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_dist 3.1.1 |
|
|
|
|
%define V_opkg 3.1.1 |
|
|
|
|
%define V_subdir 8/0/3/80368 |
|
|
|
|
%define V_dist 3.2.3 |
|
|
|
|
%define V_opkg 3.2.3 |
|
|
|
|
%define V_subdir 19239/158104 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: joomla |
|
|
|
|
@ -37,10 +37,10 @@ Class: EVAL
|
|
|
|
|
Group: CMS |
|
|
|
|
License: GPL/LGPL |
|
|
|
|
Version: %{V_opkg} |
|
|
|
|
Release: 20130514 |
|
|
|
|
Release: 20140407 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://downloads.joomlacode.org/frsrelease/%{V_subdir}/Joomla_%{V_dist}-Stable-Full_Package.zip |
|
|
|
|
Source0: http://joomlacode.org/gf/download/frsrelease/%{V_subdir}/Joomla_%{V_dist}-Stable-Full_Package.zip |
|
|
|
|
Source1: joomla-setup.sh |
|
|
|
|
Source2: joomla-apache.conf |
|
|
|
|
Source3: rc.joomla |
|
|
|
|
@ -69,12 +69,12 @@ PreReq: MTA
|
|
|
|
|
prog joomla = { |
|
|
|
|
version = %{V_dist} |
|
|
|
|
url = http://joomlacode.org/gf/project/joomla/frs/ |
|
|
|
|
regex = frsrelease/\d+/\d+/Joomla-(__VER__)\.tar\.gz |
|
|
|
|
regex = frsrelease/\d+/\d+/Joomla_(__VER__)-Stable-Full_Package\.zip |
|
|
|
|
} |
|
|
|
|
prog joomla:subdir = { |
|
|
|
|
version = %{V_subdir} |
|
|
|
|
url = http://joomlacode.org/gf/project/joomla/frs/ |
|
|
|
|
regex = frsrelease/(\d+/\d+)/Joomla-__VER__\.tar\.gz |
|
|
|
|
regex = frsrelease/(\d+/\d+)/Joomla-__VER__-Stable-Full_Package\.zip |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
|