]> git.pld-linux.org Git - packages/drupal-mod-image.git/commitdiff
- move po dir out of modules dir
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 30 Sep 2005 14:56:32 +0000 (14:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- unify macros

Changed files:
    drupal-mod-image.spec -> 1.10

drupal-mod-image.spec

index 38a5401ac2f70cc760646a5f70b79a277b8751a9..81b0de2255fcf4555e9b7dcb60673cb45e8c0e32 100644 (file)
@@ -3,8 +3,7 @@ Summary:        Drupal Image Module
 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
@@ -20,11 +19,12 @@ Requires:   drupal >= 4.6.0
 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
This page took 0.062691 seconds and 4 git commands to generate.