From 24215f64872cbc044f929da84b30cc6f50137218 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Thu, 15 May 2008 20:59:25 +0000 Subject: [PATCH] Update to 0.26. Cleanup a little to more closely match cpanspec output. BR ExtUtils::MakeMaker. --- .cvsignore | 2 +- perl-GSSAPI.spec | 36 ++++++++++++++++++------------------ sources | 2 +- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.cvsignore b/.cvsignore index 617cfdb..a1ec244 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -GSSAPI-0.24.tar.gz +GSSAPI-0.26.tar.gz diff --git a/perl-GSSAPI.spec b/perl-GSSAPI.spec index 79b5dbd..6026f11 100644 --- a/perl-GSSAPI.spec +++ b/perl-GSSAPI.spec @@ -5,18 +5,17 @@ # Name: perl-GSSAPI -Version: 0.24 -Release: 6%{?dist} +Version: 0.26 +Release: 1%{?dist} Summary: Perl extension providing access to the GSSAPIv2 library - -Group: Development/Libraries License: GPL+ or Artistic +Group: Development/Libraries URL: http://search.cpan.org/dist/GSSAPI/ Source0: http://www.cpan.org/authors/id/A/AG/AGROLMS/GSSAPI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildRequires: krb5-devel BuildRequires: which +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -25,45 +24,46 @@ This module gives access to the routines of the GSSAPI library, as described in rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution from MIT. - %prep %setup -q -n GSSAPI-%{version} chmod -c a-x examples/*.pl - %build . %{_sysconfdir}/profile.d/krb5-devel.sh %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} - %install rm -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' -%{_fixperms} $RPM_BUILD_ROOT/* +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} $RPM_BUILD_ROOT/* %check # fails a couple of tests if network not available %{?_with_testsuite:make test} - %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc Changes README examples/ +%{perl_vendorarch}/auto/* %{perl_vendorarch}/GSSAPI* -%{perl_vendorarch}/auto/GSSAPI/ -%{_mandir}/man3/*.3pm* - +%{_mandir}/man3/* %changelog +* Thu May 15 2008 Steven Pritchard 0.26-1 +- Update to 0.26. +- Cleanup a little to more closely match cpanspec output. +- BR ExtUtils::MakeMaker. + * Mon Mar 3 2008 Tom "spot" Callaway 0.24-6 - rebuild for new perl (again) diff --git a/sources b/sources index 6720be4..7a4391b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -403e856559fb4264bab748206125c3e7 GSSAPI-0.24.tar.gz +c113a8952a9b97541fb7fb9de4502ad6 GSSAPI-0.26.tar.gz