|
|
|
|
@ -33,7 +33,7 @@
|
|
|
|
|
%define V_module_clickpath 6.x-1.0 |
|
|
|
|
%define V_module_codefilter 6.x-1.x-dev |
|
|
|
|
%define V_module_condition 6.x-2.0 |
|
|
|
|
%define V_module_countdowntimer 6.x-2.4 |
|
|
|
|
%define V_module_countdowntimer 6.x-2.5 |
|
|
|
|
%define V_module_css_injector 6.x-1.1 |
|
|
|
|
%define V_module_customfilter 6.x-1.x-dev |
|
|
|
|
%define V_module_devel 6.x-1.6 |
|
|
|
|
@ -56,7 +56,7 @@
|
|
|
|
|
%define V_module_footnotes 6.x-1.1 |
|
|
|
|
%define V_module_freelinking 6.x-1.0 |
|
|
|
|
%define V_module_geshifilter 6.x-1.0-rc2 |
|
|
|
|
%define V_module_glossary 6.x-1.0-beta3 |
|
|
|
|
%define V_module_glossary 6.x-1.0-beta4 |
|
|
|
|
%define V_module_http_action 6.x-1.x-dev |
|
|
|
|
%define V_module_image 6.x-1.x-dev |
|
|
|
|
%define V_module_img_filter 6.x-0.11 |
|
|
|
|
@ -113,6 +113,7 @@
|
|
|
|
|
%define V_theme_deco 6.x-1.0 |
|
|
|
|
%define V_theme_framework 6.x-1.5 |
|
|
|
|
%define V_theme_fourseasons 6.x-1.17 |
|
|
|
|
%define V_theme_nista 6.x-2.3 |
|
|
|
|
%define V_theme_sky 6.x-1.1 |
|
|
|
|
%define V_theme_zen 6.x-1.x-dev |
|
|
|
|
|
|
|
|
|
@ -132,7 +133,7 @@ Class: EVAL
|
|
|
|
|
Group: CMS |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_drupal} |
|
|
|
|
Release: 20080303 |
|
|
|
|
Release: 20080304 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_mysql yes |
|
|
|
|
@ -235,8 +236,9 @@ Source104: http://ftp.drupal.org/files/projects/bluebreeze-%{V_theme_bluebree
|
|
|
|
|
Source105: http://ftp.drupal.org/files/projects/deco-%{V_theme_deco}.tar.gz |
|
|
|
|
Source106: http://ftp.drupal.org/files/projects/framework-%{V_theme_framework}.tar.gz |
|
|
|
|
Source107: http://ftp.drupal.org/files/projects/fourseasons-%{V_theme_fourseasons}.tar.gz |
|
|
|
|
Source108: http://ftp.drupal.org/files/projects/sky-%{V_theme_sky}.tar.gz |
|
|
|
|
Source109: http://ftp.drupal.org/files/projects/zen-%{V_theme_zen}.tar.gz |
|
|
|
|
Source108: http://ftp.drupal.org/files/projects/nista-%{V_theme_nista}.tar.gz |
|
|
|
|
Source109: http://ftp.drupal.org/files/projects/sky-%{V_theme_sky}.tar.gz |
|
|
|
|
Source110: http://ftp.drupal.org/files/projects/zen-%{V_theme_zen}.tar.gz |
|
|
|
|
Source200: http://switch.dl.sourceforge.net/fckeditor/FCKeditor_%{V_aux_fckeditor}.tar.gz |
|
|
|
|
Source201: http://switch.dl.sourceforge.net/geshi/GeSHi-%{V_aux_geshi}.tar.gz |
|
|
|
|
Source202: http://simplepie.org/downloads/simplepie_%{V_aux_simplepie}.zip |
|
|
|
|
@ -716,6 +718,11 @@ AutoReqProv: no
|
|
|
|
|
url = http://ftp.drupal.org/files/projects/ |
|
|
|
|
regex = fourseasons-(6\.x-\d+(?:\.\d+)+)\.tar\.gz |
|
|
|
|
} |
|
|
|
|
prog drupal:theme_nista = { |
|
|
|
|
version = %{V_theme_nista} |
|
|
|
|
url = http://ftp.drupal.org/files/projects/ |
|
|
|
|
regex = nista-(6\.x-\d+(?:\.\d+)+)\.tar\.gz |
|
|
|
|
} |
|
|
|
|
prog drupal:theme_sky = { |
|
|
|
|
version = %{V_theme_sky} |
|
|
|
|
url = http://ftp.drupal.org/files/projects/ |
|
|
|
|
@ -838,6 +845,7 @@ AutoReqProv: no
|
|
|
|
|
%{l_tar} xfz %{SOURCE107} |
|
|
|
|
%{l_tar} xfz %{SOURCE108} |
|
|
|
|
%{l_tar} xfz %{SOURCE109} |
|
|
|
|
%{l_tar} xfz %{SOURCE110} |
|
|
|
|
) || exit $? |
|
|
|
|
( cd sites/all/modules/fckeditor || exit $? |
|
|
|
|
%{l_tar} xfz %{SOURCE200} |
|
|
|
|
|