dd7913a
Name:           perl-Authen-SASL
Steven Pritchard cbfe78c
Version:        2.15
dee9a08
Release:        4%{?dist}
dd7913a
Summary:        SASL Authentication framework for Perl
3412ac3
License:        GPL+ or Artistic
f5a3eaf
Group:          Development/Libraries
dd7913a
URL:            http://search.cpan.org/dist/Authen-SASL/
dda7aa0
Source0:        http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-%{version}.tar.gz
dd7913a
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
dd7913a
BuildArch:      noarch
3412ac3
BuildRequires:  perl(ExtUtils::MakeMaker)
7ff8b36
BuildRequires:  perl(Digest::HMAC)
7ff8b36
BuildRequires:  perl(GSSAPI)
ab0c834
BuildRequires:  perl(Test::More)
dda7aa0
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
dd7913a
dd7913a
%description
dd7913a
SASL is a generic mechanism for authentication used by several network
dd7913a
protocols. Authen::SASL provides an implementation framework that all
dd7913a
protocols should be able to share.
dd7913a
dd7913a
%prep
dd7913a
%setup -q -n Authen-SASL-%{version}
dd7913a
Steven Pritchard cbfe78c
chmod a-x example_pl
Steven Pritchard cbfe78c
dd7913a
%build
dd7913a
%{__perl} Makefile.PL INSTALLDIRS=vendor
dd7913a
make %{?_smp_mflags}
dd7913a
dd7913a
%install
dd7913a
rm -rf $RPM_BUILD_ROOT
f5a3eaf
dd7913a
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
dd7913a
f5a3eaf
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
f5a3eaf
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
f5a3eaf
f5a3eaf
%{_fixperms} $RPM_BUILD_ROOT/*
dd7913a
dda7aa0
%check
dd7913a
make test
dd7913a
dd7913a
%clean
dd7913a
rm -rf $RPM_BUILD_ROOT
dd7913a
dd7913a
%files
dd7913a
%defattr(-,root,root,-)
Steven Pritchard cbfe78c
%doc api.txt Changes example_pl
f5a3eaf
%{perl_vendorlib}/*
f5a3eaf
%{_mandir}/man3/*
dd7913a
dd7913a
%changelog
dee9a08
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.15-4
dee9a08
- Perl mass rebuild
dee9a08
d6665d1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15-3
d6665d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d6665d1
6686f73
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.15-2
6686f73
- 661697 rebuild for fixing problems with vendorach/lib
6686f73
Steven Pritchard cbfe78c
* Sun Dec 12 2010 Steven Pritchard <steve@kspei.com> 2.15-1
Steven Pritchard cbfe78c
- Update to 2.15.
Steven Pritchard cbfe78c
- Add example_pl to docs.
Steven Pritchard cbfe78c
3d27ac1
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.13-3
3d27ac1
- Mass rebuild with perl-5.12.0
3d27ac1
45a1572
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 2.13-2
45a1572
- rebuild against perl 5.10.1
45a1572
f8c3492
* Mon Oct  5 2009 Stepan Kasal <skasal@redhat.com> - 2.13-1
ab0c834
- new upstream version, BR Test::More
f8c3492
c17c8da
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-3
c17c8da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c17c8da
850da8f
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-2
850da8f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
850da8f
a9f5610
* Tue Jul 01 2008 Steven Pritchard <steve@kspei.com> 2.12-1
a9f5610
- Update to 2.12.
a9f5610
f5a3eaf
* Thu May 15 2008 Steven Pritchard <steve@kspei.com> 2.11-1
f5a3eaf
- Update to 2.11.
f5a3eaf
- Fix find option order.
f5a3eaf
- Use fixperms macro instead of our own chmod incantation.
f5a3eaf
- Reformat to resemble cpanspec output.
f5a3eaf
- Drop explicit perl build dependency.
f5a3eaf
f65263c
* Thu Feb  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.10-2
f65263c
- rebuild for new perl
f65263c
3412ac3
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 2.10-1.1
3412ac3
- correct license tag
3412ac3
- add BR: perl(ExtUtils::MakeMaker)
3412ac3
7ff8b36
* Sat Apr 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.10-1
7ff8b36
- Update to 2.10.
7ff8b36
dda7aa0
* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-4
dda7aa0
- Rebuild for FC5 (perl 5.8.8).
dda7aa0
1f9c5e3
* Sat May 14 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-3
1f9c5e3
- Add dist tag.
1f9c5e3
5e8e318
* Tue Apr 26 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-2
5e8e318
- Update to 2.09.
5e8e318
8a194ba
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
8a194ba
- rebuilt
8a194ba
dd7913a
* Mon Apr  4 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.08-1
dd7913a
- Drop Epoch: 0 and 0.fdr release prefix.
dd7913a
dd7913a
* Wed Jul 21 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.08-0.fdr.1
dd7913a
- Update to 2.08.
dd7913a
- Bring up to date with current fedora.us Perl spec template.
dd7913a
dd7913a
* Fri Jan 30 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.06-0.fdr.1
dd7913a
- First build.