SPECS: perl-RT-Authen-ExternalAuth.spec (NEW) - initial

paszczus paszczus at pld-linux.org
Mon Jan 19 18:41:18 CET 2009


Author: paszczus                     Date: Mon Jan 19 17:41:18 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   perl-RT-Authen-ExternalAuth.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-RT-Authen-ExternalAuth.spec
diff -u /dev/null SPECS/perl-RT-Authen-ExternalAuth.spec:1.1
--- /dev/null	Mon Jan 19 18:41:18 2009
+++ SPECS/perl-RT-Authen-ExternalAuth.spec	Mon Jan 19 18:41:13 2009
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	RT
+%define	pnam	Authen-ExternalAuth
+Summary:	RT::Authen::ExternalAuth - RT Authentication using External Sources
+Name:		perl-RT-Authen-ExternalAuth
+Version:	0.07_02
+Release:	1
+License:	GPL version 2
+Group:		Development/Languages/Perl
+URL:		http://search.cpan.org/dist/RT-Authen-ExternalAuth/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildRequires:	rt >= 3.8.0
+Source0:	http://search.cpan.org/CPAN/authors/id/F/FA/FALCONE/RT-Authen-ExternalAuth-0.07_02.tar.gz
+# Source0-md5:	2a00c1398ea7ff6ddf1528eb8ad4ff7f
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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 %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} pure_install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%{perl_vendorlib}/RT/Authen/*.pm
+%{perl_vendorlib}/RT/Authen/ExternalAuth
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/01/19 17:41:13  paszczus
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list