Update to 2.15.

Add example_pl to docs.
This commit is contained in:
Steven Pritchard 2010-12-12 14:39:38 -06:00
parent 475144344e
commit cbfe78cee4
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Authen-SASL-2.13.tar.gz
/Authen-SASL-2.15.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Authen-SASL
Version: 2.13
Release: 3%{?dist}
Version: 2.15
Release: 1%{?dist}
Summary: SASL Authentication framework for Perl
License: GPL+ or Artistic
Group: Development/Libraries
@ -22,6 +22,8 @@ protocols should be able to share.
%prep
%setup -q -n Authen-SASL-%{version}
chmod a-x example_pl
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
@ -44,11 +46,15 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc api.txt Changes
%doc api.txt Changes example_pl
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Sun Dec 12 2010 Steven Pritchard <steve@kspei.com> 2.15-1
- Update to 2.15.
- Add example_pl to docs.
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.13-3
- Mass rebuild with perl-5.12.0

View File

@ -1 +1 @@
a222f9eecb03919cdff8c7cdca23ba32 Authen-SASL-2.13.tar.gz
35929abb2755cf479d548672800aebee Authen-SASL-2.15.tar.gz