[drupal6-views_bulk_operations/f14/master] Initial import (#669327).

Peter Borsa asrob at fedoraproject.org
Wed Jan 26 16:20:37 UTC 2011


commit 2812735dd6cd6cc9bad314f8f9034a7f15e778a5
Author: Peter Borsa <peter.borsa at gmail.com>
Date:   Wed Jan 26 17:14:08 2011 +0100

    Initial import (#669327).

 .gitignore                                      |    1 +
 drupal6-views_bulk_operations-fedora-README.txt |    6 +++
 drupal6-views_bulk_operations.spec              |   55 +++++++++++++++++++++++
 sources                                         |    1 +
 4 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c0c1582 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/views_bulk_operations-6.x-1.10.tar.gz
diff --git a/drupal6-views_bulk_operations-fedora-README.txt b/drupal6-views_bulk_operations-fedora-README.txt
new file mode 100644
index 0000000..0e23730
--- /dev/null
+++ b/drupal6-views_bulk_operations-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-views_bulk_operations.spec b/drupal6-views_bulk_operations.spec
new file mode 100644
index 0000000..891db48
--- /dev/null
+++ b/drupal6-views_bulk_operations.spec
@@ -0,0 +1,55 @@
+%global drupaldir %{_datadir}/drupal
+Name:      drupal6-views_bulk_operations
+Version:   1.10
+Release:   3%{?dist}
+Summary:   This module augments Views by allowing bulk operations to be executed
+
+Group:     Applications/Publishing
+License:   GPLv2+
+URL:       http://drupal.org/project/views_bulk_operations
+Source0:   http://ftp.drupal.org/files/projects/views_bulk_operations-6.x-1.10.tar.gz
+Source1:   %{name}-fedora-README.txt
+
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:  drupal6, drupal6-views
+
+%description
+This module augments Views by allowing bulk operations to be executed
+on the nodes displayed by a view.
+It does so by showing a check box in front of each node,
+and adding a select box containing operations
+that can be applied on the selected nodes.
+
+%prep
+%setup -qn views_bulk_operations
+chmod -x views_bulk_operations.module
+chmod -x README.txt
+cp -p %{SOURCE1} .
+
+%build
+
+%install
+rm -rf %{buildroot}
+install -d %{buildroot}%{drupaldir}/modules/views_bulk_operations
+cp -pr * %{buildroot}%{drupaldir}/modules/views_bulk_operations
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE.txt %{name}-fedora-README.txt README.txt
+%exclude %{drupaldir}/modules/views_bulk_operations/*.txt
+%{drupaldir}/modules/views_bulk_operations
+
+%changelog
+* Wed Jan 26 2011 Peter Borsa <peter.borsa at gmail.com> - 1.10-3
+- Corrected alignment.
+- Chmod and cp lines are copied under prep section.
+
+* Wed Jan 19 2010 Peter Borsa <peter.borsa at gmail.com> - 1.10-2
+- Fixed License field.
+
+* Thu Jan 13 2010 Peter Borsa <peter.borsa at gmail.com> - 1.10-1
+- Initial packaging.
diff --git a/sources b/sources
index e69de29..c1f72b4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+dbe3f88c08acdbb50fda331e496bfc3e  views_bulk_operations-6.x-1.10.tar.gz


More information about the scm-commits mailing list