Update to 2.15.
Add example_pl to docs.
This commit is contained in:
parent
475144344e
commit
cbfe78cee4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Authen-SASL-2.13.tar.gz
|
||||
/Authen-SASL-2.15.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user