Author: glen                         Date: Fri Sep 30 15:05:19 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unify macros

---- Files affected:
SPECS:
   drupal-mod-blogtheme.spec (1.2 -> 1.3) , drupal-mod-bookmarks.spec (1.1 -> 
1.2) , drupal-mod-front.spec (1.4 -> 1.5) , drupal-mod-img_assist.spec (1.7 -> 
1.8) , drupal-mod-og.spec (1.3 -> 1.4) , drupal-mod-syndication.spec (1.1 -> 
1.2) , drupal-mod-tinymce.spec (1.5 -> 1.6) , drupal-theme-box_grey.spec (1.2 
-> 1.3) , drupal-theme-box_grey_smarty.spec (1.4 -> 1.5) , 
drupal-themeengine-phptemplate.spec (1.2 -> 1.3) , 
drupal-themeengine-smarty.spec (1.4 -> 1.5) , drupal-themeengine-wgsmarty.spec 
(1.3 -> 1.4) , drupal.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/drupal-mod-blogtheme.spec
diff -u SPECS/drupal-mod-blogtheme.spec:1.2 SPECS/drupal-mod-blogtheme.spec:1.3
--- SPECS/drupal-mod-blogtheme.spec:1.2 Fri Aug 26 17:54:16 2005
+++ SPECS/drupal-mod-blogtheme.spec     Fri Sep 30 17:05:13 2005
@@ -4,7 +4,7 @@
 Summary(pl):   Moduł Drupal Blog Theme
 Name:          drupal-mod-%{modname}
 Version:       4.6.0
-Release:       0.1
+Release:       0.2
 Epoch:         0
 License:       GPL v2
 Group:         Applications/WWW
@@ -15,7 +15,8 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _moddir         %{_datadir}/drupal/modules
+%define                _drupaldir      %{_datadir}/drupal
+%define                _moddir         %{_drupaldir}/modules
 
 %description
 Blog theme allows users to have persistent themes for their blogs
@@ -59,6 +60,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/09/30 15:05:13  glen
+- unify macros
+
 Revision 1.2  2005/08/26 15:54:16  qboosh
 - pl
 

================================================================
Index: SPECS/drupal-mod-bookmarks.spec
diff -u SPECS/drupal-mod-bookmarks.spec:1.1 SPECS/drupal-mod-bookmarks.spec:1.2
--- SPECS/drupal-mod-bookmarks.spec:1.1 Fri Sep 30 16:54:23 2005
+++ SPECS/drupal-mod-bookmarks.spec     Fri Sep 30 17:05:13 2005
@@ -16,8 +16,8 @@
 %define                _drupaldir      %{_datadir}/drupal
 %define                _moddir         %{_drupaldir}/modules
 %define                _htdocs         %{_drupaldir}/htdocs
-%define                _htmlmoddir     %{_htdocs}/modules/%{modname}
 %define                _podir          %{_drupaldir}/po/%{modname}
+%define                _htmlmoddir     %{_htdocs}/modules/%{modname}
 
 %description
 Gives users with the 'access bookmark' permission their own private
@@ -65,6 +65,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/09/30 15:05:13  glen
+- unify macros
+
 Revision 1.1  2005/09/30 14:54:23  glen
 - new Drupal module
 

================================================================
Index: SPECS/drupal-mod-front.spec
diff -u SPECS/drupal-mod-front.spec:1.4 SPECS/drupal-mod-front.spec:1.5
--- SPECS/drupal-mod-front.spec:1.4     Tue Sep 27 15:15:26 2005
+++ SPECS/drupal-mod-front.spec Fri Sep 30 17:05:13 2005
@@ -4,8 +4,7 @@
 Summary(pl):   Moduł Frontpage (strony tytułowej) dla Drupala
 Name:          drupal-mod-%{modname}
 Version:       4.6.0
-Release:       0.5
-Epoch:         0
+Release:       0.6
 License:       GPL
 Group:         Applications/WWW
 Source0:       http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
@@ -15,7 +14,8 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _moddir         %{_datadir}/drupal/modules
+%define                _drupaldir      %{_datadir}/drupal
+%define                _moddir         %{_drupaldir}/modules
 
 %description
 The Front Page module allows user to specify splash pages or front
@@ -66,6 +66,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/09/30 15:05:13  glen
+- unify macros
+
 Revision 1.4  2005/09/27 13:15:26  glen
 - rel 0.5
 

================================================================
Index: SPECS/drupal-mod-img_assist.spec
diff -u SPECS/drupal-mod-img_assist.spec:1.7 
SPECS/drupal-mod-img_assist.spec:1.8
--- SPECS/drupal-mod-img_assist.spec:1.7        Mon Aug 15 13:45:21 2005
+++ SPECS/drupal-mod-img_assist.spec    Fri Sep 30 17:05:13 2005
@@ -4,8 +4,7 @@
 Summary(pl):   Moduł Img_assist dla Drupala
 Name:          drupal-mod-%{modname}
 Version:       4.6.0
-Release:       0.11
-Epoch:         0
+Release:       0.16
 License:       GPL
 Group:         Applications/WWW
 Source0:       http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
@@ -17,8 +16,10 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _moddir         %{_datadir}/drupal/modules
-%define                _htmlmoddir     %{_datadir}/drupal/htdocs/modules
+%define                _drupaldir      %{_datadir}/drupal
+%define                _moddir         %{_drupaldir}/modules
+%define                _htdocs         %{_drupaldir}/htdocs
+%define                _htmlmoddir     %{_htdocs}/modules
 
 %description
 This module generates an image icon next to the textarea fields of you
@@ -79,6 +80,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/09/30 15:05:13  glen
+- unify macros
+
 Revision 1.7  2005/08/15 11:45:21  glen
 - unify drupal path macros
 

================================================================
Index: SPECS/drupal-mod-og.spec
diff -u SPECS/drupal-mod-og.spec:1.3 SPECS/drupal-mod-og.spec:1.4
--- SPECS/drupal-mod-og.spec:1.3        Tue Jul  5 19:46:29 2005
+++ SPECS/drupal-mod-og.spec    Fri Sep 30 17:05:13 2005
@@ -4,8 +4,7 @@
 Summary(pl):   Moduł grup organicznych dla Drupala
 Name:          drupal-mod-%{modname}
 Version:       4.6.0
-Release:       0.5
-Epoch:         0
+Release:       0.6
 License:       GPL
 Group:         Applications/WWW
 Source0:       http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
@@ -16,7 +15,8 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _moddir         %{_datadir}/drupal/modules
+%define                _drupaldir      %{_datadir}/drupal
+%define                _moddir         %{_drupaldir}/modules
 
 %description
 Enable users to create and manage their own 'groups'. Each group can
@@ -72,6 +72,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/09/30 15:05:13  glen
+- unify macros
+
 Revision 1.3  2005/07/05 17:46:29  glen
 - %banner for database creation info
 

================================================================
Index: SPECS/drupal-mod-syndication.spec
diff -u SPECS/drupal-mod-syndication.spec:1.1 
SPECS/drupal-mod-syndication.spec:1.2
--- SPECS/drupal-mod-syndication.spec:1.1       Tue Sep 27 16:09:59 2005
+++ SPECS/drupal-mod-syndication.spec   Fri Sep 30 17:05:13 2005
@@ -3,7 +3,7 @@
 Summary:       Drupal Syndication Module
 Name:          drupal-mod-%{modname}
 Version:       4.6.0
-Release:       0.3
+Release:       0.4
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
@@ -13,8 +13,9 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _moddir         %{_datadir}/drupal/modules
-%define                _podir          %{_moddir}/po/%{modname}
+%define                _drupaldir      %{_datadir}/drupal
+%define                _moddir         %{_drupaldir}/modules
+%define                _podir          %{_drupaldir}/po/%{modname}
 
 %description
 Syndication module offers a web page which centralizes all of the RSS
@@ -55,6 +56,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/09/30 15:05:13  glen
+- unify macros
+
 Revision 1.1  2005/09/27 14:09:59  glen
 - new module
-

================================================================
Index: SPECS/drupal-mod-tinymce.spec
diff -u SPECS/drupal-mod-tinymce.spec:1.5 SPECS/drupal-mod-tinymce.spec:1.6
--- SPECS/drupal-mod-tinymce.spec:1.5   Mon Aug 15 14:07:16 2005
+++ SPECS/drupal-mod-tinymce.spec       Fri Sep 30 17:05:13 2005
@@ -4,8 +4,7 @@
 Summary(pl):   Moduł edytora WYSIWYG TinyMCE dla Drupala
 Name:          drupal-mod-%{modname}
 Version:       4.6.0
-Release:       0.20
-Epoch:         0
+Release:       0.23
 License:       GPL
 Group:         Applications/WWW
 Source0:       http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
@@ -20,7 +19,8 @@
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/drupal
-%define                _moddir         %{_datadir}/drupal/modules
+%define                _drupaldir      %{_datadir}/drupal
+%define                _moddir         %{_drupaldir}/modules
 %define                _tinymceplugindir       %{_datadir}/tinymce/plugins
 
 %description
@@ -105,6 +105,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/09/30 15:05:13  glen
+- unify macros
+
 Revision 1.5  2005/08/15 12:07:16  glen
 - install apache config for /modules/tinymce alias
 

================================================================
Index: SPECS/drupal-theme-box_grey.spec
diff -u SPECS/drupal-theme-box_grey.spec:1.2 
SPECS/drupal-theme-box_grey.spec:1.3
--- SPECS/drupal-theme-box_grey.spec:1.2        Fri Aug 26 19:36:13 2005
+++ SPECS/drupal-theme-box_grey.spec    Fri Sep 30 17:05:13 2005
@@ -4,8 +4,7 @@
 Summary(pl):   Motyw Box_grey dla Drupala
 Name:          drupal-theme-%{themename}
 Version:       4.6.0
-Release:       0.1
-Epoch:         0
+Release:       0.2
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://drupal.org/files/projects/%{themename}-%{version}.tar.gz
@@ -16,8 +15,10 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _themedir               %{_datadir}/drupal/themes
-%define                _themehtmldir   %{_datadir}/drupal/htdocs/themes
+%define                _drupaldir              %{_datadir}/drupal
+%define                _htdocs                 %{_drupaldir}/htdocs
+%define                _themedir               %{_drupaldir}/themes
+%define                _themehtmldir   %{_htdocs}/themes
 
 %description
 Box_grey is intended to be relatively easy to modify for those that
@@ -68,6 +69,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/09/30 15:05:13  glen
+- unify macros
+
 Revision 1.2  2005/08/26 17:36:13  qboosh
 - pl
 

================================================================
Index: SPECS/drupal-theme-box_grey_smarty.spec
diff -u SPECS/drupal-theme-box_grey_smarty.spec:1.4 
SPECS/drupal-theme-box_grey_smarty.spec:1.5
--- SPECS/drupal-theme-box_grey_smarty.spec:1.4 Fri Aug 26 19:37:35 2005
+++ SPECS/drupal-theme-box_grey_smarty.spec     Fri Sep 30 17:05:13 2005
@@ -4,8 +4,7 @@
 Summary(pl):   Motyw Box_grey_smarty dla Drupala
 Name:          drupal-theme-%{themename}
 Version:       4.6.0
-Release:       0.5
-Epoch:         0
+Release:       0.6
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://drupal.org/files/projects/%{themename}-%{version}.tar.gz
@@ -16,8 +15,10 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _themedir               %{_datadir}/drupal/themes
-%define                _themehtmldir   %{_datadir}/drupal/htdocs/themes
+%define                _drupaldir              %{_datadir}/drupal
+%define                _htdocs                 %{_drupaldir}/htdocs
+%define                _themedir               %{_drupaldir}/themes
+%define                _themehtmldir   %{_htdocs}/themes
 
 %description
 A port of the original box_grey theme for the Smarty template engine.
@@ -58,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/09/30 15:05:13  glen
+- unify macros
+
 Revision 1.4  2005/08/26 17:37:35  qboosh
 - pl
 

================================================================
Index: SPECS/drupal-themeengine-phptemplate.spec
diff -u SPECS/drupal-themeengine-phptemplate.spec:1.2 
SPECS/drupal-themeengine-phptemplate.spec:1.3
--- SPECS/drupal-themeengine-phptemplate.spec:1.2       Fri Aug 26 19:43:31 2005
+++ SPECS/drupal-themeengine-phptemplate.spec   Fri Sep 30 17:05:13 2005
@@ -4,8 +4,7 @@
 Summary(pl):   Silnik motywów Drupala PHPTemplate
 Name:          drupal-themeengine-%{engine}
 Version:       4.6.0
-Release:       0.2
-Epoch:         0
+Release:       0.3
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://drupal.org/files/projects/%{engine}-%{version}.tar.gz
@@ -15,7 +14,8 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _enginedir                      
%{_datadir}/drupal/themes/engines
+%define                _drupaldir      %{_datadir}/drupal
+%define                _enginedir      %{_drupaldir}/themes/engines
 
 %description
 A theme engine that allows you to use template files written in pure
@@ -70,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/09/30 15:05:13  glen
+- unify macros
+
 Revision 1.2  2005/08/26 17:43:31  qboosh
 - pl
 

================================================================
Index: SPECS/drupal-themeengine-smarty.spec
diff -u SPECS/drupal-themeengine-smarty.spec:1.4 
SPECS/drupal-themeengine-smarty.spec:1.5
--- SPECS/drupal-themeengine-smarty.spec:1.4    Fri Aug 26 19:45:11 2005
+++ SPECS/drupal-themeengine-smarty.spec        Fri Sep 30 17:05:13 2005
@@ -4,8 +4,7 @@
 Summary(pl):   Silnik motywów Drupala Smarty
 Name:          drupal-themeengine-%{engine}
 Version:       4.6.0
-Release:       0.9
-Epoch:         0
+Release:       0.10
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://drupal.org/files/projects/%{engine}-%{version}.tar.gz
@@ -17,8 +16,9 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _enginedir                      
%{_datadir}/drupal/themes/engines
-%define                _cachedir                       /var/cache/drupal
+%define                _drupaldir      %{_datadir}/drupal
+%define                _enginedir      %{_drupaldir}/themes/engines
+%define                _cachedir       /var/cache/drupal
 
 %description
 A theme engine that allows you to use template files written using
@@ -68,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/09/30 15:05:13  glen
+- unify macros
+
 Revision 1.4  2005/08/26 17:45:11  qboosh
 - pl
 

================================================================
Index: SPECS/drupal-themeengine-wgsmarty.spec
diff -u SPECS/drupal-themeengine-wgsmarty.spec:1.3 
SPECS/drupal-themeengine-wgsmarty.spec:1.4
--- SPECS/drupal-themeengine-wgsmarty.spec:1.3  Fri Aug 26 19:49:04 2005
+++ SPECS/drupal-themeengine-wgsmarty.spec      Fri Sep 30 17:05:13 2005
@@ -4,8 +4,7 @@
 Summary(pl):   Silnik motywów Drupala wgSmarty
 Name:          drupal-themeengine-%{engine}
 Version:       4.6.001
-Release:       0.2
-Epoch:         0
+Release:       0.3
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://dl.sourceforge.net/webg8/wgsmarty-cvs.tar.gz
@@ -17,8 +16,9 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _enginedir                      
%{_datadir}/drupal/themes/engines
-%define                _cachedir                       /var/cache/drupal
+%define                _drupaldir      %{_datadir}/drupal
+%define                _enginedir      %{_drupaldir}/themes/engines
+%define                _cachedir       /var/cache/drupal
 
 %description
 wgSmarty is an implementation of the Smarty template engine as a theme
@@ -81,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/09/30 15:05:13  glen
+- unify macros
+
 Revision 1.3  2005/08/26 17:49:04  qboosh
 - pl
 

================================================================
Index: SPECS/drupal.spec
diff -u SPECS/drupal.spec:1.27 SPECS/drupal.spec:1.28
--- SPECS/drupal.spec:1.27      Tue Sep 27 16:16:24 2005
+++ SPECS/drupal.spec   Fri Sep 30 17:05:13 2005
@@ -3,8 +3,7 @@
 Summary(pl):   Platforma do zarządzania treścią o otwartych źródłach
 Name:          drupal
 Version:       4.6.3
-Release:       0.21
-Epoch:         0
+Release:       0.22
 License:       GPL
 Group:         Applications/WWW
 Source0:       http://drupal.org/files/projects/%{name}-%{version}.tar.gz
@@ -232,6 +231,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2005/09/30 15:05:13  glen
+- unify macros
+
 Revision 1.27  2005/09/27 14:16:24  glen
 - add README.PLD
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/drupal-mod-blogtheme.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/drupal-mod-bookmarks.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SPECS/drupal-mod-front.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/drupal-mod-img_assist.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SPECS/drupal-mod-og.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SPECS/drupal-mod-syndication.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SPECS/drupal-mod-tinymce.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/drupal-theme-box_grey.spec?r1=1.2&r2=1.3&f=u
    
http://cvs.pld-linux.org/SPECS/drupal-theme-box_grey_smarty.spec?r1=1.4&r2=1.5&f=u
    
http://cvs.pld-linux.org/SPECS/drupal-themeengine-phptemplate.spec?r1=1.2&r2=1.3&f=u
    
http://cvs.pld-linux.org/SPECS/drupal-themeengine-smarty.spec?r1=1.4&r2=1.5&f=u
    
http://cvs.pld-linux.org/SPECS/drupal-themeengine-wgsmarty.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SPECS/drupal.spec?r1=1.27&r2=1.28&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to