Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 5cf9cdc3e53df832c6af09c9c5decdd3 > files > 2

perl-RT-Authen-ExternalAuth-0.120.0-2.mga3.src.rpm

%define upstream_name    RT-Authen-ExternalAuth
%define upstream_version 0.12

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    RT Authentication using External Sources
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/RT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CGI::Cookie)
BuildRequires: perl(DBI)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Net::LDAP)
BuildRequires: perl(Net::SSLeay)
BuildRequires: perl(RT)
BuildArch: noarch

%description
A complete package for adding external authentication mechanisms
to RT. It currently supports LDAP via Net::LDAP and External Database
authentication for any database with an installed DBI driver.

It also allows for authenticating cookie information against an
external database through the use of the RT-Authen-CookieAuth extension.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

install -d -m 755 $RPM_BUILD_ROOT/%{_datadir}/rt/html
cp -r html/* $RPM_BUILD_ROOT/%{_datadir}/rt/html/
chmod uog+Xr -R $RPM_BUILD_ROOT/%{_datadir}/rt/html/

%files
%doc META.yml SIGNATURE README LICENSE ChangeLog etc/RT_SiteConfig.pm
%{_mandir}/man3/*
%perl_vendorlib/*
%_datadir/rt/html/*



%changelog

* Tue Jan 29 2013 nanardon <nanardon> 0.120.0-2.mga3
+ Revision: 393130
- included forgotten files

* Mon Jan 28 2013 nanardon <nanardon> 0.120.0-1.mga3
+ Revision: 393064
- buildrequires
- imported package perl-RT-Authen-ExternalAuth


* Mon Jan 28 2013 cpan2dist 0.12-1mga
- initial mageia release, generated with cpan2dist