[perl-Authen-CAS-Client] Initial import (#700344).

Nicholas van Oudtshoorn vanoudt at fedoraproject.org
Thu Dec 22 01:17:55 UTC 2011


commit 535cfb5213298f96e07a88db7e74221a70c6b7f4
Author: Nicholas van Oudtshoorn <vanoudt at gmail.com>
Date:   Thu Dec 22 09:17:16 2011 +0800

    Initial import (#700344).

 .gitignore                  |    1 +
 perl-Authen-CAS-Client.spec |   51 +++++++++++++++++++++++++++++++++++++++++++
 sources                     |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c94acfa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Authen-CAS-Client-0.05.tar.gz
diff --git a/perl-Authen-CAS-Client.spec b/perl-Authen-CAS-Client.spec
new file mode 100644
index 0000000..7719d5c
--- /dev/null
+++ b/perl-Authen-CAS-Client.spec
@@ -0,0 +1,51 @@
+Name:           perl-Authen-CAS-Client
+Version:        0.05
+Release:        2%{?dist}
+Summary:        Interface for authentication via JA-SIG's Central Authentication Service
+License:        BSD
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Authen-CAS-Client/
+Source0:        http://www.cpan.org/authors/id/P/PR/PRAVUS/Authen-CAS-Client-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl >= 1:5.6.1
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(LWP) >= 0.00
+BuildRequires:  perl(Test::MockObject) >= 0.00
+BuildRequires:  perl(Test::More) >= 0.00
+BuildRequires:  perl(URI) >= 0.00
+BuildRequires:  perl(XML::LibXML) >= 0.00
+
+%description
+The Authen::CAS::Client module provides a simple interface for
+authenticating users using JA-SIG's CAS protocol. Both CAS v1.0 and v2.0
+are supported.
+
+%prep
+%setup -q -n Authen-CAS-Client-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Nov 28 2011 Nicholas van Oudtshoorn <vanoudt at gmail.com> - 0.05-2
+- Specfile cleanups
+* Thu Apr 28 2011 Nicholas van Oudtshoorn <vanoudt at gmail.com> - 0.05-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..441f768 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+61ef866f63cb72f209017f8f9f0b2c59  Authen-CAS-Client-0.05.tar.gz



More information about the perl-devel mailing list