Blame SPECS/perl-Authen-SASL.spec

abdb9f
Name:           perl-Authen-SASL
abdb9f
Version:        2.16
abdb9f
Release:        9%{?dist}
abdb9f
Summary:        SASL Authentication framework for Perl
abdb9f
License:        GPL+ or Artistic
abdb9f
Group:          Development/Libraries
abdb9f
URL:            http://search.cpan.org/dist/Authen-SASL/
abdb9f
Source0:        http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-%{version}.tar.gz
abdb9f
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
abdb9f
# Update the function WRITE to properly handle string which is shorter than
abdb9f
# provided length
abdb9f
Patch0:         Authen-SASL-RT85294-Fix-WRITE.patch
abdb9f
BuildArch:      noarch
abdb9f
BuildRequires:  perl-generators
abdb9f
BuildRequires:  perl(ExtUtils::MakeMaker)
abdb9f
BuildRequires:  perl(Carp)
abdb9f
BuildRequires:  perl(Cwd)
abdb9f
BuildRequires:  perl(Digest::HMAC)
abdb9f
BuildRequires:  perl(Digest::MD5)
abdb9f
BuildRequires:  perl(File::Path)
abdb9f
BuildRequires:  perl(GSSAPI)
abdb9f
BuildRequires:  perl(Test::More)
abdb9f
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
abdb9f
abdb9f
%description
abdb9f
SASL is a generic mechanism for authentication used by several network
abdb9f
protocols. Authen::SASL provides an implementation framework that all
abdb9f
protocols should be able to share.
abdb9f
abdb9f
%prep
abdb9f
%setup -q -n Authen-SASL-%{version}
abdb9f
%patch0 -p1
abdb9f
abdb9f
chmod -c a-x example_pl
abdb9f
abdb9f
%build
abdb9f
%{__perl} Makefile.PL INSTALLDIRS=vendor
abdb9f
make %{?_smp_mflags}
abdb9f
abdb9f
%install
abdb9f
rm -rf $RPM_BUILD_ROOT
abdb9f
make pure_install DESTDIR=$RPM_BUILD_ROOT
abdb9f
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
abdb9f
%{_fixperms} $RPM_BUILD_ROOT
abdb9f
abdb9f
%check
abdb9f
make test
abdb9f
abdb9f
%clean
abdb9f
rm -rf $RPM_BUILD_ROOT
abdb9f
abdb9f
%files
abdb9f
%doc api.txt Changes example_pl
abdb9f
%{perl_vendorlib}/*
abdb9f
%{_mandir}/man3/*
abdb9f
abdb9f
%changelog
abdb9f
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.16-9
abdb9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
abdb9f
abdb9f
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.16-8
abdb9f
- Perl 5.24 rebuild
abdb9f
abdb9f
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.16-7
abdb9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
abdb9f
abdb9f
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.16-6
abdb9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
abdb9f
abdb9f
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.16-5
abdb9f
- Perl 5.22 rebuild
abdb9f
abdb9f
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.16-4
abdb9f
- Perl 5.20 rebuild
abdb9f
abdb9f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.16-3
abdb9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
abdb9f
abdb9f
* Wed Jun 04 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.16-2
abdb9f
- Fixed SASL and GSSAPI error (RT#85294)
abdb9f
abdb9f
* Tue Oct  1 2013 Paul Howarth <paul@city-fan.org> - 2.16-1
abdb9f
- Update to 2.16
abdb9f
  - SASL.pod: fix typo
abdb9f
  - Perl.pm: avoid warning on "uninitialized value"
abdb9f
- Drop %%defattr, redundant since rpm 4.4
abdb9f
- Don't need to remove empty directories from the buildroot
abdb9f
abdb9f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15-11
abdb9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
abdb9f
abdb9f
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 2.15-10
abdb9f
- Perl 5.18 rebuild
abdb9f
abdb9f
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15-9
abdb9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
abdb9f
abdb9f
* Tue Nov 06 2012 Jitka Plesnikova <jplesnik@redhat.com> - 2.15-8
abdb9f
- Specify all dependencies
abdb9f
- Use DESTDIR rather than PERL_INSTALL_ROOT
abdb9f
abdb9f
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15-7
abdb9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
abdb9f
abdb9f
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 2.15-6
abdb9f
- Perl 5.16 rebuild
abdb9f
abdb9f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15-5
abdb9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
abdb9f
abdb9f
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.15-4
abdb9f
- Perl mass rebuild
abdb9f
abdb9f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15-3
abdb9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
abdb9f
abdb9f
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.15-2
abdb9f
- Rebuild to fix problems with vendorarch/lib (#661697)
abdb9f
abdb9f
* Sun Dec 12 2010 Steven Pritchard <steve@kspei.com> 2.15-1
abdb9f
- Update to 2.15.
abdb9f
- Add example_pl to docs.
abdb9f
abdb9f
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.13-3
abdb9f
- Mass rebuild with perl-5.12.0
abdb9f
abdb9f
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 2.13-2
abdb9f
- rebuild against perl 5.10.1
abdb9f
abdb9f
* Mon Oct  5 2009 Stepan Kasal <skasal@redhat.com> - 2.13-1
abdb9f
- new upstream version, BR Test::More
abdb9f
abdb9f
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-3
abdb9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
abdb9f
abdb9f
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-2
abdb9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
abdb9f
abdb9f
* Tue Jul 01 2008 Steven Pritchard <steve@kspei.com> 2.12-1
abdb9f
- Update to 2.12.
abdb9f
abdb9f
* Thu May 15 2008 Steven Pritchard <steve@kspei.com> 2.11-1
abdb9f
- Update to 2.11.
abdb9f
- Fix find option order.
abdb9f
- Use fixperms macro instead of our own chmod incantation.
abdb9f
- Reformat to resemble cpanspec output.
abdb9f
- Drop explicit perl build dependency.
abdb9f
abdb9f
* Thu Feb  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.10-2
abdb9f
- rebuild for new perl
abdb9f
abdb9f
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 2.10-1.1
abdb9f
- correct license tag
abdb9f
- add BR: perl(ExtUtils::MakeMaker)
abdb9f
abdb9f
* Sat Apr 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.10-1
abdb9f
- Update to 2.10.
abdb9f
abdb9f
* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-4
abdb9f
- Rebuild for FC5 (perl 5.8.8).
abdb9f
abdb9f
* Sat May 14 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-3
abdb9f
- Add dist tag.
abdb9f
abdb9f
* Tue Apr 26 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-2
abdb9f
- Update to 2.09.
abdb9f
abdb9f
* Wed Apr  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
abdb9f
- rebuilt
abdb9f
abdb9f
* Mon Apr  4 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.08-1
abdb9f
- Drop Epoch: 0 and 0.fdr release prefix.
abdb9f
abdb9f
* Wed Jul 21 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.08-0.fdr.1
abdb9f
- Update to 2.08.
abdb9f
- Bring up to date with current fedora.us Perl spec template.
abdb9f
abdb9f
* Fri Jan 30 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.06-0.fdr.1
abdb9f
- First build.