[drupal6-ctools/el5/master] Initial import #653805

Peter Borsa asrob at fedoraproject.org
Wed Jan 26 15:13:17 UTC 2011


commit fa187c058007d7b703de9fd3e5e058fa4cd8c511
Author: Peter Borsa <peter.borsa at gmail.com>
Date:   Wed Jan 26 16:06:32 2011 +0100

    Initial import #653805

 .gitignore                       |    1 +
 drupal6-ctools-fedora-README.txt |    6 +++
 drupal6-ctools.spec              |   89 ++++++++++++++++++++++++++++++++++++++
 sources                          |    1 +
 4 files changed, 97 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6f4dce0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ctools-6.x-1.8.tar.gz
diff --git a/drupal6-ctools-fedora-README.txt b/drupal6-ctools-fedora-README.txt
new file mode 100644
index 0000000..0e23730
--- /dev/null
+++ b/drupal6-ctools-fedora-README.txt
@@ -0,0 +1,6 @@
+After installation, you must enable this module from the drupal
+administration.
+
+If upgrading this module seperately from the core drupal package, 
+be sure to run the http://hostname/drupal/upgrade.php script after this
+rpm is upgraded.
diff --git a/drupal6-ctools.spec b/drupal6-ctools.spec
new file mode 100644
index 0000000..b0144f7
--- /dev/null
+++ b/drupal6-ctools.spec
@@ -0,0 +1,89 @@
+%global drupaldir %{_datadir}/drupal
+Name:      drupal6-ctools
+Version:   1.8
+Release:   4%{?dist}
+Summary:   This suite is primarily a set of APIs and tools
+
+Group:     Applications/Publishing
+License:   GPLv2+
+URL:       http://drupal.org/project/ctools
+Source0:   http://ftp.drupal.org/files/projects/ctools-6.x-1.8.tar.gz
+Source1:   %{name}-fedora-README.txt
+
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:  drupal6
+
+%description
+This suite is primarily a set of APIs and tools
+to improve the developer experience.
+It also contains a module called the Page Manager whose job is to manage pages.
+In particular it manages panel pages,
+but as it grows it will be able to manage far more than just Panels.
+
+For the moment, it includes the following tools:
+
+Plug-ins -- tools to make it easy for modules
+to let other modules implement plug-ins from .inc files.
+
+Ex-portables -- tools to make it easier for modules to have objects
+that live in database or live in code, such as 'default views'.
+
+AJAX responder -- tools to make it easier for the server to handle AJAX requests
+and tell the client what to do with them.
+
+Form tools -- tools to make it easier for forms to deal with AJAX.
+
+Object caching -- tool to make it easier to edit an object
+across multiple page requests and cache the editing work.
+
+Contexts -- the notion of wrapping objects in a unified wrapper
+and providing an API to create and accept these contexts as input.
+
+Modal dialog -- tool to make it simple to put a form in a modal dialog.
+
+Dependent -- a simple form widget to make form items appear
+and disappear based upon the selections in another item.
+
+Content -- plug-gable content types used as panes in Panels
+and other modules like Dashboard.
+
+Form wizard -- an API to make multiple-step forms much easier.
+
+CSS tools -- tools to cache and sanitize CSS easily to make user-input CSS safe.
+
+%prep
+%setup -qn ctools
+chmod -x ctools.module
+cp -p %{SOURCE1} .
+
+%build
+
+%install
+rm -rf %{buildroot}
+install -d %{buildroot}%{drupaldir}/modules/ctools
+cp -pr * %{buildroot}%{drupaldir}/modules/ctools
+find %{buildroot} -size 0 -delete
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE.txt %{name}-fedora-README.txt CHANGELOG.txt API.txt
+%exclude %{drupaldir}/modules/ctools/*.txt
+%{drupaldir}/modules/ctools
+
+%changelog
+* Wed Jan 26 2011 Peter Borsa <peter.borsa at gmail.com> - 1.8-4
+- Corrected alignment.
+- Chmod and cp lines are copied under prep section.
+
+* Wed Jan 19 2011 Peter Borsa <peter.borsa at gmail.com> - 1.8-3
+- Fixed License field.
+
+* Sat Jan 8 2011 Peter Borsa <peter.borsa at gmail.com> - 1.8-2
+- Additional adjustments in the spec file
+
+* Sun Dec 19 2010 Peter Borsa <peter.borsa at gmail.com> - 1.8-1
+- Initial packaging.
diff --git a/sources b/sources
index e69de29..659a1c8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d05eae72c6c93a9e8a4aeba9da5c20c6  ctools-6.x-1.8.tar.gz


More information about the scm-commits mailing list