Update to 0.24.

This commit is contained in:
Jose Pedro Oliveira 2007-02-22 10:53:04 +00:00
parent 5c89b78383
commit 5916289123
3 changed files with 9 additions and 7 deletions

View File

@ -1 +1 @@
GSSAPI-0.23.tar.gz
GSSAPI-0.24.tar.gz

View File

@ -5,8 +5,8 @@
#
Name: perl-GSSAPI
Version: 0.23
Release: 2%{?dist}
Version: 0.24
Release: 1%{?dist}
Summary: Perl extension providing access to the GSSAPIv2 library
Group: Development/Libraries
@ -15,7 +15,6 @@ 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: perl
BuildRequires: krb5-devel
BuildRequires: which
BuildRequires: perl(Test::Pod) >= 1.00
@ -29,7 +28,7 @@ distribution from MIT.
%prep
%setup -q -n GSSAPI-%{version}
chmod a-x examples/*.pl
chmod -c a-x examples/*.pl
%build
@ -42,7 +41,7 @@ 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 -type d -depth -exec rmdir {} 2>/dev/null ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
@ -64,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Feb 22 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.24-1
- Update to 0.24.
* Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-2
- Rebuild for FC6.

View File

@ -1 +1 @@
eeafa996b378752be7c11e7ed79acece GSSAPI-0.23.tar.gz
403e856559fb4264bab748206125c3e7 GSSAPI-0.24.tar.gz