Blob Blame History Raw
%{?drupal7_find_provides_and_requires}

%global module admin_menu
%global prerelease rc5

Name:    drupal7-%{module}
Version: 3.0
Release: 0.11.%{prerelease}%{?dist}
Summary: Provides a theme-independent administration interface

License: GPLv2+
URL:     http://drupal.org/project/%{module}
Source0: http://ftp.drupal.org/files/projects/%{module}-7.x-%{version}-%{prerelease}.tar.gz
Source1: %{name}-RPM-README.txt

BuildArch: noarch
BuildRequires: drupal7-rpmbuild >= 7.23-3

Requires: php-date
Requires: php-pcre
Requires: php-session

%description
Provides a theme-independent administration interface (aka. "navigation",
"back-end"). It's a helper for novice users coming from other CMS, a time-saver
for site administrators, and useful for developers and site builders.

This package provides the following Drupal module(s):
* %{module}

%prep
%setup -qn %{module}
cp -p %{SOURCE1} .

%build
# Emtpy build section, nothing to build

%install
mkdir -pm 0755 %{buildroot}%{drupal7_modules}/%{module}
cp -pr * %{buildroot}%{drupal7_modules}/%{module}/

%files
%doc *.txt
%{drupal7_modules}/%{module}
%exclude %{drupal7_modules}/%{module}/*.txt

%changelog
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-0.11.rc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-0.10.rc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-0.9.rc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-0.8.rc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-0.7.rc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.6.rc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

* Sat Dec 27 2014 Peter Borsa <peter.borsa@gmail.com> - 3.0-0.5.rc5
- Update to rc5 (BZ #1176868; release notes https://www.drupal.org/node/2396363)

* Fri Jun 27 2014 Sam Wilson <sam.wilson@nextdc.com> - 3.0-0.4.rc4
- Removed incorrect requires for PHP lang. Its added by drupal7-rpmbuild

* Thu May 08 2014 Sam Wilson <sam.wilson@nextdc.com> - 3.0-0.3.rc4
- Updated to include PHP deps

* Wed May 07 2014 Sam Wilson <sam.wilson@nextdc.com> - 3.0-0.2.rc4
- Updated to meet drupal7 guidelines https://fedoraproject.org/wiki/Packaging:Drupal7

* Mon Apr 28 2014 Sam Wilson <sam.wilson@nextdc.com> - 3.0-0.1.rc4
- Initial Package