SPECS: drupal-mod-image.spec - move po dir out of modules dir - un...
glen
glen at pld-linux.org
Fri Sep 30 16:56:37 CEST 2005
Author: glen Date: Fri Sep 30 14:56:37 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- move po dir out of modules dir
- unify macros
---- Files affected:
SPECS:
drupal-mod-image.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/drupal-mod-image.spec
diff -u SPECS/drupal-mod-image.spec:1.9 SPECS/drupal-mod-image.spec:1.10
--- SPECS/drupal-mod-image.spec:1.9 Mon Aug 15 13:50:57 2005
+++ SPECS/drupal-mod-image.spec Fri Sep 30 16:56:32 2005
@@ -4,8 +4,7 @@
Summary(pl): Moduł Image dla Drupala
Name: drupal-mod-%{modname}
Version: 4.6.0
-Release: 0.21
-Epoch: 0
+Release: 0.22
License: GPL
Group: Applications/WWW
Source0: http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
@@ -21,11 +20,12 @@
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%define _moddir %{_datadir}/drupal/modules
-%define _incdir %{_datadir}/drupal/includes
-%define _htdocs %{_datadir}/drupal/htdocs
+%define _drupaldir %{_datadir}/drupal
+%define _moddir %{_drupaldir}/modules
+%define _incdir %{_drupaldir}/includes
+%define _htdocs %{_drupaldir}/htdocs
+%define _podir %{_drupaldir}/po/%{modname}
%define _htmlmoddir %{_htdocs}/modules
-%define _podir %{_moddir}/po/%{modname}
%description
This module allow users with proper permissions to upload images into
@@ -83,6 +83,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2005/09/30 14:56:32 glen
+- move po dir out of modules dir
+- unify macros
+
Revision 1.9 2005/08/15 11:50:57 glen
- internal modules dropped
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/drupal-mod-image.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list