d800b7d
%global drupaldir %{_datadir}/drupal7
d800b7d
d800b7d
Name:    drupal7-views
Peter Borsa 0148db8
Version: 3.11
Peter Borsa 86a0dbb
Release: 1%{?dist}
d800b7d
Summary: Provides a method for site designers to control content presentation
d800b7d
d800b7d
Group: Applications/Publishing
d800b7d
License: GPLv2+
d800b7d
URL:     http://drupal.org/project/views
bb7cba9
Source0: http://ftp.drupal.org/files/projects/views-7.x-%{version}.tar.gz
d800b7d
Source1: %{name}-fedora-README.txt
d800b7d
Source2: LICENSE.txt
d800b7d
d800b7d
BuildArch: noarch
d800b7d
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
d800b7d
Requires:  drupal7
Peter Borsa 86a0dbb
Requires:  drupal7-ctools >= 1.1
d800b7d
d800b7d
%description
d800b7d
The views module provides a flexible method for Drupal site designers
d800b7d
to control how lists of content (nodes) are presented. Traditionally,
d800b7d
Drupal has hard-coded most of this, particularly in how taxonomy and
d800b7d
tracker lists are formatted.
d800b7d
d800b7d
This tool is essentially a smart query builder that, given enough 
d800b7d
information, can build the proper query, execute it, and display the 
d800b7d
results. It has four modes, plus a special mode, and provides an 
d800b7d
impressive amount of functionality from these modes.
d800b7d
d800b7d
%prep
d800b7d
d800b7d
%setup -qn views
d800b7d
d800b7d
install -p -m 0644 %{SOURCE1} .
d800b7d
install -p -m 0644 %{SOURCE2} .
d800b7d
d800b7d
%build
d800b7d
d800b7d
%install
d800b7d
rm -rf %{buildroot}
d800b7d
install -d %{buildroot}%{drupaldir}/modules/views
d800b7d
cp -pr * %{buildroot}%{drupaldir}/modules/views
d800b7d
d800b7d
%clean
d800b7d
rm -rf %{buildroot}
d800b7d
d800b7d
%files
d800b7d
%defattr(-,root,root,-)
bc89d18
%doc LICENSE.txt README.txt %{name}-fedora-README.txt documentation-standards.txt
d800b7d
%{drupaldir}/modules/views
d800b7d
%exclude %{drupaldir}/modules/views/*.txt
d800b7d
d800b7d
%changelog
Peter Borsa 0148db8
* Thu Apr 30 2015 Peter Borsa <peter.borsa@gmail.com> - 3.11-1
Peter Borsa 0148db8
- Release 3.11 is a security fix release
Peter Borsa 0148db8
- Upstream changelog is at https://www.drupal.org/node/2480259
Peter Borsa 0148db8
Peter Borsa 86a0dbb
* Sat Feb 14 2015 Peter Borsa <peter.borsa@gmail.com> - 3.10-1
Peter Borsa 86a0dbb
- Release 3.10 is a security fix release
Peter Borsa 86a0dbb
- Upstream changelog is at https://drupal.org/node/2424103
Peter Borsa 86a0dbb
7f313b5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8-2
7f313b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7f313b5
Peter Borsa 82e18e2
* Wed May 21 2014 Peter Borsa <peter.borsa@gmail.com> - 3.8-1
Peter Borsa 82e18e2
- Release 3.8 is a security fix release
Peter Borsa 82e18e2
- Upstream changelog is at https://drupal.org/node/2271305
Peter Borsa 82e18e2
f15fd23
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7-2
f15fd23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f15fd23
a5f71c2
* Wed Apr 10 2013 Jared Smith <jsmith@fedoraproject.org> - 3.7-1
a5f71c2
- Release 3.7 is a bug-fix release
a5f71c2
- Upstream changelog is at http://drupal.org/node/1965242
a5f71c2
55016fe
* Wed Mar 20 2013 Jared Smith <jsmith@fedoraproject.org> - 3.6-1
a64cee6
- Release 3.6 fixes a cross-site scripting vulnerability SA-CONTRIB-2013-035 (CVE-2013-1887)
55016fe
- More details at http://drupal.org/node/1948358
55016fe
b81cad5
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-2
b81cad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b81cad5
b5ab45e
* Fri Aug 24 2012 Jared Smith <jsmith@fedoraproject.org> - 3.5-1
b5ab45e
- Update to upstream 3.5 release 
b5ab45e
- Upstream changelog available at http://drupal.org/node/1751522
b5ab45e
bc89d18
* Fri Aug 24 2012 Jared Smith <jsmith@fedoraproject.org> - 3.4-3
ba70a86
- Update to upstream 3.4 release 
ba70a86
fb6d75b
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-2
fb6d75b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fb6d75b
f6bb97c
* Thu Feb 23 2012 Jared Smith <jsmith@fedoraproject.org> - 3.3-1
f6bb97c
- Update to upstream 3.3 release 
Peter Borsa 82e18e2
24ebea7
* Mon Jan 23 2012 Jared Smith <jsmith@fedoraproject.org> - 3.1-1
24ebea7
- Update to 3.1 release version
Peter Borsa 82e18e2
300ae3f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-2
300ae3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Peter Borsa 82e18e2
bb7cba9
* Fri Dec 23 2011 Jared Smith <jsmith@fedoraproject.org> - 3.0-1
bb7cba9
- Update to 3.0 release version
Peter Borsa 82e18e2
fb6100d
* Thu Nov 17 2011 Jared Smith <jsmith@fedoraproject.org> - 3.0-0.1.rc3
fb6100d
- Update to RC3 version, including the security patch
Peter Borsa 82e18e2
d800b7d
* Sat Aug 06 2011 Jared Smith <jsmith@fedoraproject.org> - 3.0-0.1.rc1
d800b7d
- Initial version for Drupal 7