[drupal7-module_filter] Initial import(#1102297).

Peter Borsa asrob at fedoraproject.org
Wed Dec 31 06:00:15 UTC 2014


commit 4fda6c985bf1e3afcea6b5ebe4de28f0fd0139b4
Author: Peter Borsa <peter.borsa at gmail.com>
Date:   Wed Dec 31 07:00:15 2014 +0100

    Initial import(#1102297).

 .gitignore                           |    1 +
 drupal7-module_filter-RPM-README.txt |    5 +++
 drupal7-module_filter.spec           |   58 ++++++++++++++++++++++++++++++++++
 sources                              |    1 +
 4 files changed, 65 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f707a7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/module_filter-7.x-2.0-alpha2.tar.gz
diff --git a/drupal7-module_filter-RPM-README.txt b/drupal7-module_filter-RPM-README.txt
new file mode 100644
index 0000000..e15a506
--- /dev/null
+++ b/drupal7-module_filter-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-module_filter.spec b/drupal7-module_filter.spec
new file mode 100644
index 0000000..a54303d
--- /dev/null
+++ b/drupal7-module_filter.spec
@@ -0,0 +1,58 @@
+%{?drupal7_find_provides_and_requires}
+
+%global module module_filter
+
+Name:          drupal7-%{module}
+Version:       2.0
+Release:       0.1.alpha2%{?dist}
+Summary:       Module filter gives the ability to quickly find the module
+
+Group:         Applications/Publishing
+License:       GPLv2+
+URL:           http://drupal.org/project/%{module}
+Source0:       http://ftp.drupal.org/files/projects/%{module}-7.x-%{version}-alpha2.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 modules list page can become quite big when dealing with a fairly large site
+or even just a dev site meant for testing new
+and various modules being considered.
+What this module aims to accomplish is the ability to quickly find the module
+you are looking for without having to rely on the browsers search feature
+which more times than not shows you the module name in the 'Required by'
+or 'Depends on' sections of the various modules
+or even some other location on the page like a menu item.
+
+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
+* Wed May 28 2014 Peter Borsa <peter.borsa at gmail.com> 2.0-0.1.alpha2
+- Initial package
diff --git a/sources b/sources
index e69de29..7c69e45 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+342e0e3963e64c39f86061a10bbdaf2e  module_filter-7.x-2.0-alpha2.tar.gz


More information about the scm-commits mailing list