Author: steve Update of /cvs/pkgs/rpms/perl-Authen-SASL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10102 Modified Files: .cvsignore perl-Authen-SASL.spec sources Log Message: Update to 2.11. Fix find option order. Use fixperms macro instead of our own chmod incantation. Reformat to resemble cpanspec output. Drop explicit perl build dependency. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Authen-SASL/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Apr 2006 01:59:02 -0000 1.4 +++ .cvsignore 15 May 2008 17:29:05 -0000 1.5 @@ -1 +1 @@ -Authen-SASL-2.10.tar.gz +Authen-SASL-2.11.tar.gz Index: perl-Authen-SASL.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Authen-SASL/devel/perl-Authen-SASL.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Authen-SASL.spec 8 Feb 2008 01:18:22 -0000 1.8 +++ perl-Authen-SASL.spec 15 May 2008 17:29:05 -0000 1.9 @@ -1,16 +1,13 @@ Name: perl-Authen-SASL -Version: 2.10 -Release: 2%{?dist} +Version: 2.11 +Release: 1%{?dist} Summary: SASL Authentication framework for Perl - -Group: Development/Libraries License: GPL+ or Artistic +Group: Development/Libraries URL: http://search.cpan.org/dist/Authen-SASL/ 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 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Digest::HMAC) BuildRequires: perl(GSSAPI) @@ -21,40 +18,43 @@ protocols. Authen::SASL provides an implementation framework that all protocols should be able to share. - %prep %setup -q -n Authen-SASL-%{version} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor 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 d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} $RPM_BUILD_ROOT/* %check make test - %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc api.txt Changes -%{perl_vendorlib}/Authen/ -%{_mandir}/man3/*.3* - +%{perl_vendorlib}/* +%{_mandir}/man3/* %changelog +* Thu May 15 2008 Steven Pritchard <steve@xxxxxxxxx> 2.11-1 +- Update to 2.11. +- Fix find option order. +- Use fixperms macro instead of our own chmod incantation. +- Reformat to resemble cpanspec output. +- Drop explicit perl build dependency. + * Thu Feb 7 2008 Tom "spot" Callaway <tcallawa@xxxxxxxxxx> - 2.10-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Authen-SASL/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 Apr 2006 01:59:02 -0000 1.4 +++ sources 15 May 2008 17:29:05 -0000 1.5 @@ -1 +1 @@ -041ce912640c5dff626a91435a359b88 Authen-SASL-2.10.tar.gz +1b13b9305d8dfd2017300ac9401a74b3 Authen-SASL-2.11.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list