|
|
@@ -70,8 +70,8 @@
|
|
|
%define V_module_jsmath 6.x-1.0
|
|
|
%define V_module_jtooltips 6.x-1.8
|
|
|
%define V_module_lightbox2 6.x-1.5
|
|
|
-%define V_module_local_menu 6.x-1.2
|
|
|
-%define V_module_logging_alerts 6.x-1.x-dev
|
|
|
+%define V_module_local_menu 6.x-1.3
|
|
|
+%define V_module_logging_alerts 6.x-1.0
|
|
|
%define V_module_marksmarty 6.x-1.0
|
|
|
%define V_module_menu_breadcrumb 6.x-1.1
|
|
|
%define V_module_menutree 6.x-1.2
|
|
|
@@ -111,6 +111,7 @@
|
|
|
%define V_module_trash 6.x-1.x-dev
|
|
|
%define V_module_twikifilter 6.x-1.x-dev
|
|
|
%define V_module_util 6.x-1.1
|
|
|
+%define V_module_virtual_site 6.x-1.1
|
|
|
%define V_module_votingapi 6.x-2.x-dev
|
|
|
%define V_module_wishlist 6.x-2.2
|
|
|
%define V_module_xmlsitemap 6.x-0.x-dev
|
|
|
@@ -147,7 +148,7 @@ Class: EVAL
|
|
|
Group: CMS
|
|
|
License: GPL
|
|
|
Version: %{V_drupal}
|
|
|
-Release: 20080308
|
|
|
+Release: 20080309
|
|
|
|
|
|
# package options
|
|
|
%option with_mysql yes
|
|
|
@@ -250,10 +251,11 @@ Source83: http://ftp.drupal.org/files/projects/trackback-%{V_module_trackbac
|
|
|
Source84: http://ftp.drupal.org/files/projects/trash-%{V_module_trash}.tar.gz
|
|
|
Source85: http://ftp.drupal.org/files/projects/twikifilter-%{V_module_twikifilter}.tar.gz
|
|
|
Source86: http://ftp.drupal.org/files/projects/util-%{V_module_util}.tar.gz
|
|
|
-Source87: http://ftp.drupal.org/files/projects/votingapi-%{V_module_votingapi}.tar.gz
|
|
|
-Source88: http://ftp.drupal.org/files/projects/wishlist-%{V_module_wishlist}.tar.gz
|
|
|
-Source89: http://ftp.drupal.org/files/projects/xmlsitemap-%{V_module_xmlsitemap}.tar.gz
|
|
|
-Source90: http://ftp.drupal.org/files/projects/xstandard-%{V_module_xstandard}.tar.gz
|
|
|
+Source87: http://ftp.drupal.org/files/projects/virtual_site-%{V_module_virtual_site}.tar.gz
|
|
|
+Source88: http://ftp.drupal.org/files/projects/votingapi-%{V_module_votingapi}.tar.gz
|
|
|
+Source89: http://ftp.drupal.org/files/projects/wishlist-%{V_module_wishlist}.tar.gz
|
|
|
+Source90: http://ftp.drupal.org/files/projects/xmlsitemap-%{V_module_xmlsitemap}.tar.gz
|
|
|
+Source91: http://ftp.drupal.org/files/projects/xstandard-%{V_module_xstandard}.tar.gz
|
|
|
Source100: http://ftp.drupal.org/files/projects/alek_2_0-%{V_theme_alek_2_0}.tar.gz
|
|
|
Source101: http://ftp.drupal.org/files/projects/amadou-%{V_theme_amadou}.tar.gz
|
|
|
Source102: http://ftp.drupal.org/files/projects/barlow-%{V_theme_barlow}.tar.gz
|
|
|
@@ -744,6 +746,11 @@ AutoReqProv: no
|
|
|
url = http://ftp.drupal.org/files/projects/
|
|
|
regex = util-(6\.x-\d+(?:\.\d+)+)\.tar\.gz
|
|
|
}
|
|
|
+ prog drupal:module_virtual_site = {
|
|
|
+ version = %{V_module_virtual_site}
|
|
|
+ url = http://ftp.drupal.org/files/projects/
|
|
|
+ regex = virtual_site-(6\.x-\d+(?:\.\d+)+)\.tar\.gz
|
|
|
+ }
|
|
|
prog drupal:module_votingapi = {
|
|
|
version = %{V_module_votingapi}
|
|
|
url = http://ftp.drupal.org/files/projects/
|
|
|
@@ -931,6 +938,7 @@ AutoReqProv: no
|
|
|
%{l_tar} xfz %{SOURCE88}
|
|
|
%{l_tar} xfz %{SOURCE89}
|
|
|
%{l_tar} xfz %{SOURCE90}
|
|
|
+ %{l_tar} xfz %{SOURCE91}
|
|
|
) || exit $?
|
|
|
( cd sites/all/themes || exit $?
|
|
|
%{l_tar} xfz %{SOURCE100}
|