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 0.08-1 - Specfile autogenerated by cpanspec 1.78.