[perl-LWP-Authen-Negotiate] Specfile autogenerated by cpanspec 1.78.

stevetraylen stevetraylen at fedoraproject.org
Thu Sep 27 14:30:16 UTC 2012


commit 54d3e77f43d113e6af29e2cc82a7c1f4346384ea
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Thu Sep 27 16:37:39 2012 +0200

    Specfile autogenerated by cpanspec 1.78.

 .gitignore                     |    1 +
 perl-LWP-Authen-Negotiate.spec |   55 ++++++++++++++++++++++++++++++++++++++++
 sources                        |    1 +
 3 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0a63c4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/LWP-Authen-Negotiate-0.08.tar.gz
diff --git a/perl-LWP-Authen-Negotiate.spec b/perl-LWP-Authen-Negotiate.spec
new file mode 100644
index 0000000..2fd8db1
--- /dev/null
+++ b/perl-LWP-Authen-Negotiate.spec
@@ -0,0 +1,55 @@
+Name:           perl-LWP-Authen-Negotiate
+Version:        0.08
+Release:        1%{?dist}
+Summary:        GSSAPI based Authentication Plugin for LWP
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/LWP-Authen-Negotiate/
+Source0:        http://www.cpan.org/modules/by-module/LWP/LWP-Authen-Negotiate-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(GSSAPI) >= 0.18
+BuildRequires:  perl(LWP::Debug)
+BuildRequires:  perl(Test::More)
+Requires:       perl(GSSAPI) >= 0.18
+Requires:       perl(LWP::Debug)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+WWW-Negotiate supporting Webservers are IIS or Apache with 
+mod_auth_kerb for example.
+
+
+%prep
+%setup -q -n LWP-Authen-Negotiate-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+
+make pure_install DESTDIR=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Sep 05 2012 Steve Traylen <steve.traylen at cern.ch> 0.08-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..b2e2521 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f209ab1e93deb52149c693cfd11c8640  LWP-Authen-Negotiate-0.08.tar.gz



More information about the perl-devel mailing list