File perl-Catalyst-Plugin-Authentication.spec of Package perl-Catalyst-Plugin-Authentication
%define _real_name Catalyst-Plugin-Authentication
%define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
Summary: Null authentication store
Name: perl-Catalyst-Plugin-Authentication
Version: 0.10010
Release: 1
License: GPL
Group: Applications/CPAN
Packager: Leo Eraly <leo@unstable.be>
URL: http://search.cpan.org/~bobtfish/Catalyst-Plugin-Authentication-0.10010/lib/Catalyst/Authentication/Store/Null.pm
Buildarch: noarch
BuildRequires: perl-Test-Simple perl-Catalyst-Plugin-Session perl-Class-Inspector perl-Data-Dump perl-Catalyst-Runtime
Requires: perl-Catalyst-Plugin-Session perl-Test-Simple perl-Class-Inspector perl-Data-Dump perl-MRO-Compat perl-Test-MockObject
Source: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Authentication-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
Null authentication store
%prep
%setup -n %{_real_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" destdir="%{buildroot}"
%{__make}
%install
%{__rm} -rf %{buildroot}
%{__make} install
%{__rm} -rf %{buildroot}%{perl_archlib}/perllocal.pod
find %{buildroot} -name .packlist -exec %{__rm} {} \;
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%{_mandir}/man3/*.gz
%dir %{perl_vendorlib}/Catalyst
%dir %{perl_vendorlib}/Catalyst/Authentication
%dir %{perl_vendorlib}/Catalyst/Plugin/Authentication
%{perl_vendorlib}/Catalyst/Authentication/*
%{perl_vendorlib}/Catalyst/Plugin/Authentication.pm
%{perl_vendorlib}/Catalyst/Plugin/Authentication/*
%changelog
* Tue Feb 03 2009 Leo Eraly <leo@unstable.be> - 0.10010-1
- Initial package