jsmith pushed to drupal7-ctools (epel7). "Updated to 1.6 (BZ #1187880)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 15 18:46:13 UTC 2015


>From 0086d5e0e94597e4f0deae612bd26948e4c96117 Mon Sep 17 00:00:00 2001
From: Shawn Iwinski <shawn.iwinski at gmail.com>
Date: Sat, 7 Feb 2015 23:45:55 -0500
Subject: Updated to 1.6 (BZ #1187880)


diff --git a/.gitignore b/.gitignore
index ff7b3ee..3def68f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /ctools-7.x-1.3.tar.gz
 /ctools-7.x-1.4.tar.gz
 /ctools-7.x-1.5.tar.gz
+/ctools-7.x-1.6.tar.gz
diff --git a/drupal7-ctools.spec b/drupal7-ctools.spec
index dfe20a5..2b405fd 100644
--- a/drupal7-ctools.spec
+++ b/drupal7-ctools.spec
@@ -3,7 +3,7 @@
 %global module ctools
 
 Name:          drupal7-%{module}
-Version:       1.5
+Version:       1.6
 Release:       1%{?dist}
 Summary:       Primarily a set of APIs and tools to improve the developer experience
 
@@ -16,7 +16,7 @@ BuildArch:     noarch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: drupal7-rpmbuild >= 7.23-3
 
-# phpcompatinfo (computed from version 1.5)
+# phpcompatinfo (computed from version 1.6)
 Requires:      php-date
 Requires:      php-gd
 Requires:      php-mbstring
@@ -58,6 +58,7 @@ This package provides the following Drupal modules:
 * %{module}_ajax_sample
 * %{module}_custom_content
 * %{module}_plugin_example
+* page_manager
 * stylizer
 * term_depth
 * views_content
@@ -66,6 +67,21 @@ This package provides the following Drupal modules:
 %prep
 %setup -qn %{module}
 
+# RPM README
+cat > RPM-README.txt <<'RPM_README'
+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/drupal7/upgrade.php script after this RPM is upgraded.
+RPM_README
+
+# 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
 # Empty build section, nothing to build
@@ -73,7 +89,7 @@ This package provides the following Drupal modules:
 
 %install
 rm -rf %{buildroot}
-mkdir -pm 0755 %{buildroot}%{drupal7_modules}/%{module}
+mkdir -p %{buildroot}%{drupal7_modules}/%{module}
 cp -pr * %{buildroot}%{drupal7_modules}/%{module}/
 
 
@@ -85,11 +101,16 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %{!?_licensedir:%global license %%doc}
 %license LICENSE.txt
-%doc API.txt CHANGELOG.txt UPGRADE.txt
+%doc docs/*
 %{drupal7_modules}/%{module}
+%exclude %{drupal7_modules}/%{module}/docs
+%exclude %{drupal7_modules}/%{module}/LICENSE.txt
 
 
 %changelog
+* Sat Feb 07 2015 Shawn Iwinski <shawn.iwinski at gmail.com> - 1.6-1
+- Updated to 1.6 (BZ #1187880)
+
 * Sat Dec 13 2014 Shawn Iwinski <shawn.iwinski at gmail.com> - 1.5-1
 - Updated to 1.5 (BZ #1166343)
 - Removed RPM README b/c it only explained common Drupal workflow
diff --git a/sources b/sources
index 5715023..d0ff4a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e90d8baaae78d3c37fe73dbe0d98dac  ctools-7.x-1.5.tar.gz
+e8999d5bd1748ee3dcd4fdc33a24c615  ctools-7.x-1.6.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/drupal7-ctools.git/commit/?h=epel7&id=0086d5e0e94597e4f0deae612bd26948e4c96117


More information about the scm-commits mailing list