[drupal7-panels] Initial import (#1101308).

Peter Borsa asrob at fedoraproject.org
Tue Dec 30 08:11:30 UTC 2014


commit 712b6f510bad5b081713605b952964cabe135492
Author: Peter Borsa <peter.borsa at gmail.com>
Date:   Tue Dec 30 09:11:16 2014 +0100

    Initial import (#1101308).

 .gitignore                    |    1 +
 drupal7-panels-RPM-README.txt |    5 +++
 drupal7-panels.spec           |   60 +++++++++++++++++++++++++++++++++++++++++
 sources                       |    1 +
 4 files changed, 67 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8915ce6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/panels-7.x-3.4.tar.gz
diff --git a/drupal7-panels-RPM-README.txt b/drupal7-panels-RPM-README.txt
new file mode 100644
index 0000000..e15a506
--- /dev/null
+++ b/drupal7-panels-RPM-README.txt
@@ -0,0 +1,5 @@
+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.
diff --git a/drupal7-panels.spec b/drupal7-panels.spec
new file mode 100644
index 0000000..b703525
--- /dev/null
+++ b/drupal7-panels.spec
@@ -0,0 +1,60 @@
+%{?drupal7_find_provides_and_requires}
+
+%global module panels
+
+Name:          drupal7-%{module}
+Version:       3.4
+Release:       1%{?dist}
+Summary:       It allows a site administrator to create customized layouts
+
+Group:         Applications/Publishing
+License:       GPLv2+
+URL:           http://drupal.org/project/%{module}
+Source0:       http://ftp.drupal.org/files/projects/%{module}-7.x-%{version}.tar.gz
+Source1:       %{name}-RPM-README.txt
+
+BuildArch:     noarch
+BuildRequires: drupal7-rpmbuild >= 7.23-3
+
+# phpcompatinfo (computed from version 2.0)
+Requires:      php-pcre
+
+%description
+The Panels module allows a site administrator
+to create customized layouts for multiple uses.
+At its core it is a drag and drop content manager
+that lets you visually design a layout
+and place content within that layout.
+Integration with other systems allows you
+to create nodes that use this, landing pages that use this,
+and even override system pages such as taxonomy
+and the node page so that you can customize the layout of your site
+with very fine grained permissions.
+
+This package provides the following Drupal module(s):
+* %{module}
+
+
+%prep
+%setup -qn %{module}
+cp -p %{SOURCE1} .
+
+
+%build
+# Empty build section, nothing to build
+
+
+%install
+mkdir -pm 0755 %{buildroot}%{drupal7_modules}/%{module}
+cp -pr * %{buildroot}%{drupal7_modules}/%{module}/
+
+
+%files
+%doc *.txt
+%{drupal7_modules}/%{module}
+%exclude %{drupal7_modules}/%{module}/*.txt
+
+
+%changelog
+* Mon May 26 2014 Peter Borsa <peter.borsa at gmail.com> 3.4-1
+- Initial package
diff --git a/sources b/sources
index e69de29..cb072fc 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7bb3c23efa8ad70811641a026dd43e42  panels-7.x-3.4.tar.gz


More information about the scm-commits mailing list