|
|
@@ -29,7 +29,7 @@
|
|
|
%define V_module_activemenu 6.x-1.x-dev
|
|
|
%define V_module_akismet 6.x-1.x-dev
|
|
|
%define V_module_alt_login 6.x-1.0
|
|
|
-%define V_module_archive 6.x-1.0
|
|
|
+%define V_module_archive 6.x-1.1
|
|
|
%define V_module_atom 6.x-1.0
|
|
|
%define V_module_autologout 6.x-1.5
|
|
|
%define V_module_avatar_selection 6.x-1.2
|
|
|
@@ -88,7 +88,7 @@
|
|
|
%define V_module_image 6.x-1.0-alpha1
|
|
|
%define V_module_image_caption 6.x-2.x-dev
|
|
|
%define V_module_img_assist 6.x-1.0-beta1
|
|
|
-%define V_module_img_filter 6.x-1.11
|
|
|
+%define V_module_img_filter 6.x-2.1
|
|
|
%define V_module_int_meta 6.x-1.0-beta
|
|
|
%define V_module_jquery_plugin 6.x-1.2
|
|
|
%define V_module_jscrollpane 6.x-1.0
|
|
|
@@ -192,7 +192,7 @@ Class: PLUS
|
|
|
Group: CMS
|
|
|
License: GPL
|
|
|
Version: %{V_drupal}
|
|
|
-Release: 20080427
|
|
|
+Release: 20080428
|
|
|
|
|
|
# package options
|
|
|
%option with_mysql yes
|
|
|
@@ -1356,7 +1356,8 @@ AutoReqProv: no
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/var/drupal/log \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/var/drupal/db
|
|
|
|
|
|
- # avoid copying unnecesseary text files
|
|
|
+ # avoid copying unnecessary text files
|
|
|
+ find . -name "*.orig" -print | xargs rm -f
|
|
|
rm -f CHANGELOG.txt COPYRIGHT.txt INSTALL.*.txt INSTALL.txt
|
|
|
rm -f LICENSE.txt MAINTAINERS.txt UPGRADE.txt
|
|
|
|