Blame SPECS/perl-Authen-SASL.spec

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