diff --git a/.cvsignore b/.cvsignore index 9d37538..cf8ce8c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Authen-SASL-2.09.tar.gz +Authen-SASL-2.10.tar.gz diff --git a/perl-Authen-SASL.spec b/perl-Authen-SASL.spec index 91ee249..305e6b8 100644 --- a/perl-Authen-SASL.spec +++ b/perl-Authen-SASL.spec @@ -1,19 +1,20 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-Authen-SASL -Version: 2.09 -Release: 1 +Version: 2.10 +Release: 1%{?dist}.1 Summary: SASL Authentication framework for Perl Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Authen-SASL/ -Source0: http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-2.09.tar.gz +Source0: http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1, perl(Digest::HMAC) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Digest::HMAC) +BuildRequires: perl(GSSAPI) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description SASL is a generic mechanism for authentication used by several network @@ -38,7 +39,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test @@ -49,14 +50,30 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc api.txt Changes -%{perl_vendorlib}/Authen +%{perl_vendorlib}/Authen/ %{_mandir}/man3/*.3* %changelog -* Tue Apr 26 2005 Jose Pedro Oliveira - 2.09-1 +* Mon Oct 15 2007 Tom "spot" Callaway - 2.10-1.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + +* Sat Apr 22 2006 Jose Pedro Oliveira - 2.10-1 +- Update to 2.10. + +* Fri Feb 17 2006 Jose Pedro Oliveira - 2.09-4 +- Rebuild for FC5 (perl 5.8.8). + +* Sat May 14 2005 Jose Pedro Oliveira - 2.09-3 +- Add dist tag. + +* Tue Apr 26 2005 Jose Pedro Oliveira - 2.09-2 - Update to 2.09. +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Mon Apr 4 2005 Ville Skyttä - 2.08-1 - Drop Epoch: 0 and 0.fdr release prefix. diff --git a/sources b/sources index 179b9ca..07d460e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e11b60f58850ff6e71e6e1813c1f5e31 Authen-SASL-2.09.tar.gz +041ce912640c5dff626a91435a359b88 Authen-SASL-2.10.tar.gz