|
|
|
|
@ -122,7 +122,7 @@
|
|
|
|
|
%define V_module_table_altrow 6.x-1.1 |
|
|
|
|
%define V_module_tableofcontents 6.x-2.x-dev |
|
|
|
|
%define V_module_taxonomy_browser 6.x-1.0 |
|
|
|
|
%define V_module_taxonomy_delegate 6.x-1.0 |
|
|
|
|
%define V_module_taxonomy_delegate 6.x-1.1 |
|
|
|
|
%define V_module_textsize 6.x-1.x-dev |
|
|
|
|
%define V_module_texy 6.x-1.0-beta1 |
|
|
|
|
%define V_module_themesettingsapi 6.x-1.3 |
|
|
|
|
@ -139,7 +139,8 @@
|
|
|
|
|
%define V_module_xmlsitemap 6.x-0.x-dev |
|
|
|
|
%define V_module_xstandard 6.x-1.0-beta2 |
|
|
|
|
%define V_module_yui 6.x-1.1 |
|
|
|
|
%define V_module_yui_calendar 6.x-1.0 |
|
|
|
|
%define V_module_yui_calendar 6.x-1.1-2 |
|
|
|
|
%define V_module_yui_editor 6.x-1.1-2 |
|
|
|
|
%define V_module_yuimenu 6.x-1.1 |
|
|
|
|
%define V_module_zeitgeist 6.x-1.x-dev |
|
|
|
|
|
|
|
|
|
@ -172,7 +173,7 @@ Class: EVAL
|
|
|
|
|
Group: CMS |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_drupal} |
|
|
|
|
Release: 20080321 |
|
|
|
|
Release: 20080322 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_mysql yes |
|
|
|
|
@ -304,8 +305,9 @@ Source112: http://ftp.drupal.org/files/projects/xmlsitemap-%{V_module_xmlsite
|
|
|
|
|
Source113: http://ftp.drupal.org/files/projects/xstandard-%{V_module_xstandard}.tar.gz |
|
|
|
|
Source114: http://ftp.drupal.org/files/projects/yui-%{V_module_yui}.tar.gz |
|
|
|
|
Source115: http://ftp.drupal.org/files/projects/yui_calendar-%{V_module_yui_calendar}.tar.gz |
|
|
|
|
Source116: http://ftp.drupal.org/files/projects/yuimenu-%{V_module_yuimenu}.tar.gz |
|
|
|
|
Source117: http://ftp.drupal.org/files/projects/zeitgeist-%{V_module_zeitgeist}.tar.gz |
|
|
|
|
Source116: http://ftp.drupal.org/files/projects/yui_editor-%{V_module_yui_editor}.tar.gz |
|
|
|
|
Source117: http://ftp.drupal.org/files/projects/yuimenu-%{V_module_yuimenu}.tar.gz |
|
|
|
|
Source118: http://ftp.drupal.org/files/projects/zeitgeist-%{V_module_zeitgeist}.tar.gz |
|
|
|
|
Source200: http://ftp.drupal.org/files/projects/alek_2_0-%{V_theme_alek_2_0}.tar.gz |
|
|
|
|
Source201: http://ftp.drupal.org/files/projects/amadou-%{V_theme_amadou}.tar.gz |
|
|
|
|
Source202: http://ftp.drupal.org/files/projects/barlow-%{V_theme_barlow}.tar.gz |
|
|
|
|
@ -941,6 +943,11 @@ AutoReqProv: no
|
|
|
|
|
url = http://ftp.drupal.org/files/projects/ |
|
|
|
|
regex = yui_calendar-(6\.x-\d+(?:\.\d+)+)\.tar\.gz |
|
|
|
|
} |
|
|
|
|
prog drupal:module_yui_editor = { |
|
|
|
|
version = %{V_module_yui_editor} |
|
|
|
|
url = http://ftp.drupal.org/files/projects/ |
|
|
|
|
regex = yui_editor-(6\.x-\d+(?:\.\d+)+)\.tar\.gz |
|
|
|
|
} |
|
|
|
|
prog drupal:module_yuimenu = { |
|
|
|
|
version = %{V_module_yuimenu} |
|
|
|
|
url = http://ftp.drupal.org/files/projects/ |
|
|
|
|
@ -1146,6 +1153,7 @@ AutoReqProv: no
|
|
|
|
|
%{l_tar} xfz %{SOURCE115} |
|
|
|
|
%{l_tar} xfz %{SOURCE116} |
|
|
|
|
%{l_tar} xfz %{SOURCE117} |
|
|
|
|
%{l_tar} xfz %{SOURCE118} |
|
|
|
|
) || exit $? |
|
|
|
|
( cd sites/all/themes || exit $? |
|
|
|
|
%{l_tar} xfz %{SOURCE200} |
|
|
|
|
|