[drupal6-flexifilter/el6/master] - Fix requires and drupaldir for EL

Sven Lankes slankes at fedoraproject.org
Thu Oct 21 21:54:14 UTC 2010


commit b28c096c5400e10aacd39ab40b9de11b3bb1024e
Author: Sven Lankes <sven at lank.es>
Date:   Thu Oct 21 23:54:11 2010 +0200

    - Fix requires and drupaldir for EL

 drupal6-flexifilter.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/drupal6-flexifilter.spec b/drupal6-flexifilter.spec
index ea881f6..2468bd5 100644
--- a/drupal6-flexifilter.spec
+++ b/drupal6-flexifilter.spec
@@ -1,7 +1,7 @@
-%define drupaldir %{_datadir}/drupal
+%define drupaldir %{_datadir}/drupal6
 Name: drupal6-flexifilter
 Version:  1.2
-Release:  1%{?dist}
+Release:  2%{?dist}
 Summary:  Allows non-admins to create their own, configurable custom filters
 
 Group: Applications/Publishing
@@ -12,7 +12,7 @@ Source1: drupal6-flexifilter-fedora-README.txt
 
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: drupal >= 6.0
+Requires: drupal6 >= 6.0
 
 %description
 Flexifilter is a module that allows non-admins to create their own,
@@ -49,5 +49,8 @@ rm -rf %{buildroot}
 %{drupaldir}/modules/flexifilter
 
 %changelog
+* Thu Oct 21 2010 Sven Lankes <sven at lank.es> - 1.2-2
+- Fix requires and drupaldir for EL
+
 * Wed Oct 13 2010 Sven Lankes <sven at lank.es> - 1.2-1
 - Initial packaging.


More information about the scm-commits mailing list