From 5916289123d42e36f78a37f6c231cf63a6a7f6ec Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Thu, 22 Feb 2007 10:53:04 +0000 Subject: [PATCH] Update to 0.24. --- .cvsignore | 2 +- perl-GSSAPI.spec | 12 +++++++----- sources | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4e38d2b..617cfdb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -GSSAPI-0.23.tar.gz +GSSAPI-0.24.tar.gz diff --git a/perl-GSSAPI.spec b/perl-GSSAPI.spec index da367ce..246fef0 100644 --- a/perl-GSSAPI.spec +++ b/perl-GSSAPI.spec @@ -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 - 0.24-1 +- Update to 0.24. + * Sun Sep 10 2006 Jose Pedro Oliveira - 0.23-2 - Rebuild for FC6. diff --git a/sources b/sources index 2314c90..6720be4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eeafa996b378752be7c11e7ed79acece GSSAPI-0.23.tar.gz +403e856559fb4264bab748206125c3e7 GSSAPI-0.24.tar.gz