rpms/drupal-views/F-9 drupal-views-fedora-README.txt, NONE, 1.1 drupal-views.spec, NONE, 1.1 sources, 1.1, 1.2

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Wed Aug 13 17:12:38 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/drupal-views/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7275

Modified Files:
	sources 
Added Files:
	drupal-views-fedora-README.txt drupal-views.spec 
Log Message:
Initial import.



--- NEW FILE drupal-views-fedora-README.txt ---
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.


--- NEW FILE drupal-views.spec ---
%define drupaldir %{_datadir}/drupal
Name: drupal-views
Version:  6.x.2.0
Release:  0.1.beta4%{?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-2.0-beta4.tar.gz
Source1: drupal-views-fedora-README.txt

BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: drupal >= 6.0

%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 drupal-views-fedora-README.txt
%{drupaldir}/modules/views
%exclude %{drupaldir}/modules/views/CHANGELOG.txt
%exclude %{drupaldir}/modules/views/LICENSE.txt
%exclude %{drupaldir}/modules/views/README.txt
%exclude %{drupaldir}/modules/views/drupal-views-fedora-README.txt

%changelog
* 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.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/drupal-views/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Aug 2008 17:15:03 -0000	1.1
+++ sources	13 Aug 2008 17:12:08 -0000	1.2
@@ -0,0 +1 @@
+7c69feceffdef7e12ca42a479335f2bc  views-6.x-2.0-beta4.tar.gz




More information about the fedora-extras-commits mailing list