Update to 2.16

- New upstream release 2.16
  - SASL.pod: fix typo
  - Perl.pm: avoid warning on "uninitialized value"
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
This commit is contained in:
Paul Howarth 2013-10-01 11:50:47 +01:00
parent 94a1611480
commit 017d98d1fa
3 changed files with 15 additions and 14 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
Authen-SASL-2.13.tar.gz
/Authen-SASL-2.15.tar.gz
/Authen-SASL-[0-9.]*.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Authen-SASL
Version: 2.15
Release: 11%{?dist}
Version: 2.16
Release: 1%{?dist}
Summary: SASL Authentication framework for Perl
License: GPL+ or Artistic
Group: Development/Libraries
@ -26,7 +26,7 @@ protocols should be able to share.
%prep
%setup -q -n Authen-SASL-%{version}
chmod a-x example_pl
chmod -c a-x example_pl
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@ -34,13 +34,9 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install DESTDIR=$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/*
%{_fixperms} $RPM_BUILD_ROOT
%check
make test
@ -49,12 +45,18 @@ make test
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc api.txt Changes example_pl
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Tue Oct 1 2013 Paul Howarth <paul@city-fan.org> - 2.16-1
- Update to 2.16
- SASL.pod: fix typo
- Perl.pm: avoid warning on "uninitialized value"
- Drop %%defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
@ -84,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.15-2
- 661697 rebuild for fixing problems with vendorach/lib
- Rebuild to fix problems with vendorarch/lib (#661697)
* Sun Dec 12 2010 Steven Pritchard <steve@kspei.com> 2.15-1
- Update to 2.15.
@ -134,7 +136,7 @@ rm -rf $RPM_BUILD_ROOT
* Tue Apr 26 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-2
- Update to 2.09.
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
* Wed Apr 6 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt
* Mon Apr 4 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.08-1

View File

@ -1 +1 @@
35929abb2755cf479d548672800aebee Authen-SASL-2.15.tar.gz
7c03a689d4c689e5a9e2f18a1c586b2f Authen-SASL-2.16.tar.gz