asrob pushed to drupal6-ctools (el6). "Updated to 1.12 (BZ #1203478) (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 09:41:55 UTC 2015


>From 6d9823002fe24f8beea602641fe48312604a6441 Mon Sep 17 00:00:00 2001
From: Shawn Iwinski <shawn.iwinski at gmail.com>
Date: Sat, 4 Apr 2015 20:23:44 -0400
Subject: Updated to 1.12 (BZ #1203478)

- Removed RPM README b/c it only explained common Drupal workflow

diff --git a/.gitignore b/.gitignore
index 555481c..f4fc83a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 clog/ctools-6.x-1.9.tar.gz
 /ctools-6.x-1.10.tar.gz
 /ctools-6.x-1.11.tar.gz
+/ctools-6.x-1.12.tar.gz
diff --git a/drupal6-ctools-RPM-README.txt b/drupal6-ctools-RPM-README.txt
deleted file mode 100644
index a098b41..0000000
--- a/drupal6-ctools-RPM-README.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-After installation, you must enable this module from the Drupal administration
-page.
-
-If upgrading this module separately from the core Drupal package, be sure to
-run the http://hostname/drupal6/upgrade.php script after this RPM is upgraded.
diff --git a/drupal6-ctools.spec b/drupal6-ctools.spec
index 81876c1..362fd8d 100644
--- a/drupal6-ctools.spec
+++ b/drupal6-ctools.spec
@@ -4,21 +4,20 @@
 %global module ctools
 
 Name:      drupal6-%{module}
-Version:   1.11
-Release:   2%{?dist}
-Summary:   This suite is primarily a set of APIs and tools
+Version:   1.12
+Release:   1%{?dist}
+Summary:   Primarily a set of APIs and tools to improve the developer experience
 
 Group:     Applications/Publishing
 License:   GPLv2+
 URL:       http://drupal.org/project/%{module}
 Source0:   http://ftp.drupal.org/files/projects/%{module}-6.x-%{version}.tar.gz
-Source1:   %{name}-RPM-README.txt
 
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  drupal6
-# phpcompatinfo (computed from version 1.11)
+# phpcompatinfo (computed from version 1.12)
 Requires:  php-date
 Requires:  php-gd
 Requires:  php-mbstring
@@ -63,12 +62,12 @@ For the moment, it includes the following tools:
       safe.
 
 This package provides the following Drupal modules:
+* bulk_export
 * %{module}
 * %{module}_access_ruleset
 * %{module}_ajax_sample
 * %{module}_custom_content
 * %{module}_plugin_example
-* bulk_export
 * page_manager
 * stylizer
 * views_content
@@ -77,10 +76,11 @@ This package provides the following Drupal modules:
 %prep
 %setup -qn %{module}
 
-cp -p %{SOURCE1} .
-
-# Remove executable bit
-chmod a-x LICENSE.txt
+# Docs
+mkdir -p docs/ctools_plugin_example
+mv *.txt docs
+mv ctools_plugin_example/README.txt docs/ctools_plugin_example/
+mv docs/LICENSE.txt .
 
 
 %build
@@ -99,12 +99,18 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc *.txt
+%{!?_licensedir:%global license %%doc}
+%license LICENSE.txt
+%doc docs/*
 %{drupal6_modules}/%{module}
 %exclude %{drupal6_modules}/%{module}/*.txt
 
 
 %changelog
+* Sat Apr 04 2015 Shawn Iwinski <shawn.iwinski at gmail.com> - 1.12-1
+- Updated to 1.12 (BZ #1203478)
+- Removed RPM README b/c it only explained common Drupal workflow
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index ce47c11..2370df0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-dc5a0e0f794e3a34c59e93b42c3279c2  ctools-6.x-1.10.tar.gz
-30e4217d68d05358f462b07822e84f66  ctools-6.x-1.11.tar.gz
+3a59ad754653b6d7ba96fb7bed9116e1  ctools-6.x-1.12.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/drupal6-ctools.git/commit/?h=el6&id=6d9823002fe24f8beea602641fe48312604a6441


More information about the scm-commits mailing list