Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 0a76a724acca3c7d9d84589dfd8806de > files > 3

drupal6-authfas-0.2.3-1.fc16.src.rpm

%global drupaldir %{_datadir}/drupal6
%global modname authfas

Name:    drupal6-%{modname}
Version: 0.2.3
Release: 1%{?dist}
Summary: Drupal 6 module for authentication via a Fedora Account System

Group:   Applications/Publishing
License: GPLv2+
URL:     http://fedorahosted.org/drupal6-authfas
Source0: https://fedorahosted.org/released/%{name}/%{modname}-%{version}.tar.bz2
Source1: drupal6-authfas-fedora-README.txt

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


%description
This module allows Drupal 6 users to be authenticated via an instance
of the Fedora Account System (FAS).  Each Drupal role can also be
mapped to a group in FAS, and group memberships are updated for a user
before the session starts.


%prep
%setup -qn %{modname}


%build
cp %{SOURCE1} .


%install
rm -rf %{buildroot}
install -d %{buildroot}%{drupaldir}/modules/%{modname}
cp -pr * %{buildroot}%{drupaldir}/modules/%{modname}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc LICENSE.txt %{name}-fedora-README.txt
%exclude %{drupaldir}/modules/%{modname}/LICENSE.txt
%exclude %{drupaldir}/modules/%{modname}/%{name}-fedora-README.txt
%{drupaldir}/modules/%{modname}


%changelog
* Thu Mar 17 2011 Paul W. Frields <stickster@gmail.com> - 0.2.3-1
- Update to upstream 0.2.3
- Fixes critical bug in 0.2.2 and minor enhancements

* Thu Mar 17 2011 Paul W. Frields <stickster@gmail.com> - 0.2.2-1
- Update to upstream 0.2.2
- Adds option to trust invalid SSL certs for testing purposes

* Fri Feb 25 2011 Paul W. Frields <stickster@gmail.com> - 0.2.1-1
- Initial RPM packaging