Blame SPECS/perl-Authen-SASL.spec

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