[drupal7-ds] Initial import (#959667)

Shawn Iwinski siwinski at fedoraproject.org
Fri Jul 5 17:24:31 UTC 2013


commit 24f63d0bd83eab7e0e00c88485759575dd4775b0
Author: Shawn Iwinski <siwinski at redhat.com>
Date:   Fri Jul 5 13:24:21 2013 -0400

    Initial import (#959667)

 .gitignore                |    1 +
 drupal7-ds-RPM-README.txt |    5 +++
 drupal7-ds.spec           |   80 +++++++++++++++++++++++++++++++++++++++++++++
 sources                   |    1 +
 4 files changed, 87 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..2a5bf31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ds-7.x-2.4.tar.gz
diff --git a/drupal7-ds-RPM-README.txt b/drupal7-ds-RPM-README.txt
new file mode 100644
index 0000000..e15a506
--- /dev/null
+++ b/drupal7-ds-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-ds.spec b/drupal7-ds.spec
new file mode 100644
index 0000000..1b37b25
--- /dev/null
+++ b/drupal7-ds.spec
@@ -0,0 +1,80 @@
+%{?drupal7_find_provides_and_requires}
+
+%global module_name ds
+
+Name:          drupal7-%{module_name}
+Version:       2.4
+Release:       1%{?dist}
+Summary:       Extend the display options for every entity type
+
+Group:         Applications/Publishing
+License:       GPLv2+
+URL:           http://drupal.org/project/%{module_name}
+Source0:       http://ftp.drupal.org/files/projects/%{module_name}-7.x-%{version}.tar.gz
+Source1:       %{name}-RPM-README.txt
+
+BuildArch:     noarch
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: drupal7-rpmbuild >= 7.22-5
+
+Requires:      drupal7-cools
+#Requires:      drupal7(ctools)
+# phpci
+Requires:      php-pcre
+
+%description
+Display Suite allows you to take full control over how your content is displayed
+using a drag and drop interface. Arrange your nodes, views, comments, user data
+etc. the way you want without having to work your way through dozens of template
+files. A predefined list of layouts (D7 only) is available for even more drag
+and drop fun!
+
+By defining custom view modes (build modes in D6), you can define how one piece
+of content should be displayed in different places such as teaser lists, search
+results, the full node, views etc.
+
+Watch a screen-cast (http://drupal.org/node/644706) to see it all in action!
+
+This package provides the following Drupal modules:
+* %{module_name}
+* %{module_name}_ui
+* %{module_name}_devel (NOTE: Requires install of the devel module)
+* %{module_name}_format
+* %{module_name}_extras
+* %{module_name}_search
+* %{module_name}_forms
+
+
+%prep
+%setup -q -n %{module_name}
+cp -p %{SOURCE1} .
+
+
+%build
+# Empty build section, nothing to build
+
+
+%install
+rm -rf %{buildroot}
+mkdir -p -m 0755 %{buildroot}%{drupal7_modules}/%{module_name}
+cp -pr * %{buildroot}%{drupal7_modules}/%{module_name}/
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc *.txt
+%{drupal7_modules}/%{module_name}
+%exclude %{drupal7_modules}/%{module_name}/*.txt
+
+
+%changelog
+* Sun Jun 16 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.4-1
+- Updated to 2.4
+- Updated for drupal7-rpmbuild 7.22-5
+
+* Fri May 03 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.2-1
+- Initial package
diff --git a/sources b/sources
index e69de29..dd04384 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+96cb3171bde0feffe28e00f9a8115493  ds-7.x-2.4.tar.gz


More information about the scm-commits mailing list