[drupal6-views/el6/master] Initial import.

Jon Ciesla limb at fedoraproject.org
Mon Feb 7 14:19:28 UTC 2011


commit 37d5de7e84359364d68a3b45be662445f013ae6d
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Mon Feb 7 08:19:13 2011 -0600

    Initial import.

 .gitignore                      |    1 +
 drupal6-views-fedora-README.txt |    6 ++
 drupal6-views.spec              |   98 +++++++++++++++++++++++++++++++++++++++
 sources                         |    1 +
 4 files changed, 106 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d48219e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/views-6.x-2.12.tar.gz
diff --git a/drupal6-views-fedora-README.txt b/drupal6-views-fedora-README.txt
new file mode 100644
index 0000000..651c936
--- /dev/null
+++ b/drupal6-views-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/drupal6/upgrade.php script after this
+rpm is upgraded.
diff --git a/drupal6-views.spec b/drupal6-views.spec
new file mode 100644
index 0000000..c843ee4
--- /dev/null
+++ b/drupal6-views.spec
@@ -0,0 +1,98 @@
+%define drupaldir %{_datadir}/drupal6
+Name: drupal6-views
+Version:  2.12
+Release:  2%{?dist}
+Summary: Provides a method for site designers to control content presentation
+
+Group: Applications/Publishing
+License: GPLv2+
+URL:     http://drupal.org/project/views
+Source0: http://ftp.drupal.org/files/projects/views-6.x-%{version}.tar.gz
+Source1: %{name}-fedora-README.txt
+
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:  drupal6
+Obsoletes: drupal-views <= 6.x.2.11
+
+%description
+The views module provides a flexible method for Drupal site designers
+to control how lists of content (nodes) are presented. Traditionally,
+Drupal has hard-coded most of this, particularly in how taxonomy and
+tracker lists are formatted.
+
+This tool is essentially a smart query builder that, given enough 
+information, can build the proper query, execute it, and display the 
+results. It has four modes, plus a special mode, and provides an 
+impressive amount of functionality from these modes.
+
+%prep
+
+%setup -qn views
+
+install -p -m 0644 %{SOURCE1} .
+
+%build
+
+%install
+rm -rf %{buildroot}
+install -d %{buildroot}%{drupaldir}/modules/views
+cp -pr * %{buildroot}%{drupaldir}/modules/views
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc CHANGELOG.txt LICENSE.txt README.txt %{name}-fedora-README.txt
+%{drupaldir}/modules/views
+%exclude %{drupaldir}/modules/views/*.txt
+
+%changelog
+* Thu Jan 20 2011 Jon Ciesla <limb at jcomserv.net> - 2.12-2
+- Corrected obsoletes.
+
+* Wed Jan 19 2011 Jon Ciesla <limb at jcomserv.net> - 2.12-1
+- Corrected version, license.
+
+* Thu Jan 06 2011 Jon Ciesla <limb at jcomserv.net> - 6.x.2.12-2
+- Review adjustments.
+
+* Thu Dec 16 2010 Jon Ciesla <limb at jcomserv.net> - 6.x.2.12-1
+- New upstream, fixes SA-CONTRIB-2010-111.
+
+* Fri Dec 03 2010 Jon Ciesla <limb at jcomserv.net> - 6.x.2.11-2
+- Fixed README naming.
+
+* Fri Jun 18 2010 Jon Ciesla <limb at jcomserv.net> - 6.x.2.11-1
+- New upstream, fixes SA-CONTRIB-2010-067.
+
+* Thu Apr 08 2010 Jon Ciesla <limb at jcomserv.net> - 6.x.2.9-1
+- New upstream, fixes SA-CONTRIB-2010-036.
+
+* Tue Dec 01 2009 Jon Ciesla <limb at jcomserv.net> - 6.x.2.7-1
+- New upstream, BZ 541440.
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.x.2.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Jun 11 2009 Jon Ciesla <limb at jcomserv.net> - 6.x.2.6-1
+- New upstream, fixes SA-CONTRIB-2009-037.
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.x.2.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Dec 18 2008 Jon Ciesla <limb at jcomserv.net> - 6.x.2.2-1
+- New upstream, fixes SA-2008-075.
+
+* Tue Nov 04 2008 Jon Ciesla <limb at jcomserv.net> - 6.x.2.1-1
+- New upstream.
+
+* Mon Aug 11 2008 Jon Ciesla <limb at jcomserv.net> - 6.x.2.0-0.1.beta4
+- Review fixes.
+
+* Mon Jun 16 2008 Jon Ciesla <limb at jcomserv.net> - 6.x.2.0-0.beta4
+- Updated for drupal 6.x.
+
+* Wed Oct 24 2007 Jon Ciesla <limb at jcomserv.net> - 5.x.1.6-1
+- Initial packaging.
diff --git a/sources b/sources
index e69de29..7a539ba 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2b666d68e8566f14b85cf546d643e3e5  views-6.x-2.12.tar.gz


More information about the scm-commits mailing list