Blame SPECS/perl-Business-ISBN-Data.spec

ac7f4a
Name:           perl-Business-ISBN-Data
ac7f4a
Version:        20120719.001
a33b12
Release:        2%{?dist}
ac7f4a
Summary:        The data pack for Business::ISBN
ac7f4a
Group:          Development/Libraries
ac7f4a
License:        GPL+ or Artistic
ac7f4a
URL:            http://search.cpan.org/dist/Business-ISBN-Data/
ac7f4a
Source0:        http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Business-ISBN-Data-%{version}.tar.gz
ac7f4a
Patch0:         Business-ISBN-Data-20120719-shellbang.patch
ac7f4a
BuildArch:      noarch
ac7f4a
BuildRequires:  perl(Carp)
ac7f4a
BuildRequires:  perl(ExtUtils::MakeMaker)
ac7f4a
BuildRequires:  perl(File::Spec::Functions)
ac7f4a
BuildRequires:  perl(Test::Manifest) >= 1.21
ac7f4a
BuildRequires:  perl(Test::More) >= 0.95
ac7f4a
BuildRequires:  perl(Test::Pod) >= 1.00
ac7f4a
BuildRequires:  perl(Test::Pod::Coverage)
ac7f4a
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
ac7f4a
ac7f4a
# Remove bogus provide of perl(Business::ISBN)
ac7f4a
%global __provides_exclude ^perl\\(Business::ISBN\\)$
ac7f4a
ac7f4a
# LWP::Simple not needed in normal operation
ac7f4a
%global __requires_exclude ^perl\\(LWP::Simple\\)$
ac7f4a
ac7f4a
%description
ac7f4a
This is a data pack for Business::ISBN.  You can update
ac7f4a
the ISBN data without changing the version of Business::ISBN.
ac7f4a
Most of the interesting stuff is in Business::ISBN.
ac7f4a
ac7f4a
%prep
ac7f4a
%setup -q -n Business-ISBN-Data-%{version}
ac7f4a
ac7f4a
# Fix shellbang and script permissions for make_data.pl
ac7f4a
%patch0
ac7f4a
chmod -c +x make_data.pl
ac7f4a
ac7f4a
%build
ac7f4a
perl Makefile.PL INSTALLDIRS=vendor
ac7f4a
make %{?_smp_mflags}
ac7f4a
ac7f4a
%install
ac7f4a
make pure_install DESTDIR=%{buildroot}
ac7f4a
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
ac7f4a
%{_fixperms} %{buildroot}
ac7f4a
ac7f4a
%check
ac7f4a
make test
ac7f4a
ac7f4a
%files
ac7f4a
%doc Changes README LICENSE examples/ t/
ac7f4a
%{perl_vendorlib}/Business/
ac7f4a
%{_mandir}/man3/Business::ISBN::Data.3*
ac7f4a
ac7f4a
%changelog
a33b12
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 20120719.001-2
a33b12
- Mass rebuild 2013-12-27
a33b12
ac7f4a
* Thu Jul 26 2012 Paul Howarth <paul@city-fan.org> - 20120719.001-1
ac7f4a
- Update to 20120719.001:
ac7f4a
  - Require Test::More ≥ 0.95 for subtest support
ac7f4a
  - No code or feature changes
ac7f4a
- Bump Test::Manifest version requirement to 1.21
ac7f4a
- Bump Test::More version requirement to 0.95
ac7f4a
- Drop redundant buildreq perl(Test::Prereq)
ac7f4a
ac7f4a
* Tue Jul 24 2012 Paul Howarth <paul@city-fan.org> - 20120719-1
ac7f4a
- Update to 20120719:
ac7f4a
  - Support using data from RangeMessage.xml, so you can use the latest data
ac7f4a
    from ISBN without updating this module
ac7f4a
- Fix shellbang and permissions of make_data.pl script to placate rpmlint
ac7f4a
- Filter dependency on perl(LWP::Simple), required only by make_data.pl script,
ac7f4a
  not in normal operation
ac7f4a
- Don't need to remove empty directories from the buildroot
ac7f4a
- BR: perl(Carp), perl(File::Spec::Functions) and perl(Test::Manifest) ≥ 1.14
ac7f4a
- BR: at least version 1.00 of perl(Test::Pod)
ac7f4a
ac7f4a
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20081208-10
ac7f4a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ac7f4a
ac7f4a
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 20081208-9
ac7f4a
- Perl 5.16 rebuild
ac7f4a
ac7f4a
* Fri Jan 20 2012 Paul Howarth <paul@city-fan.org> - 20081208-8
ac7f4a
- Clean up for modern rpmbuild:
ac7f4a
  - Drop BuildRoot specification
ac7f4a
  - Drop %%clean section
ac7f4a
  - Don't bother cleaning buildroot in %%install section
ac7f4a
  - Make %%files list more explicit
ac7f4a
  - Use DESTDIR rather than PERL_INSTALL_ROOT
ac7f4a
  - Use %%{_fixperms} macro rather than our own chmod incantation
ac7f4a
  - Replace provides filter with version that works with rpm ≥ 4.9
ac7f4a
- Include tests as %%doc since they're referred to by examples/README
ac7f4a
ac7f4a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20081208-7
ac7f4a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ac7f4a
ac7f4a
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 20081208-6
ac7f4a
- Perl mass rebuild
ac7f4a
ac7f4a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20081208-5
ac7f4a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ac7f4a
ac7f4a
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 20081208-4
ac7f4a
- Rebuild to fix problems with vendorarch/lib (#661697)
ac7f4a
ac7f4a
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 20081208-3
ac7f4a
- Mass rebuild with perl-5.12.0
ac7f4a
ac7f4a
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 20081208-2
ac7f4a
- rebuild against perl 5.10.1
ac7f4a
ac7f4a
* Mon Oct  5 2009 Stepan Kasal <skasal@redhat.com> - 20081208-1
ac7f4a
- new upstream version
ac7f4a
ac7f4a
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20081020-3
ac7f4a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ac7f4a
ac7f4a
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20081020-2
ac7f4a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ac7f4a
ac7f4a
* Mon Nov 24 2008 Stepan Kasal <skasal@redhat.com> - 20081020-1
ac7f4a
- new upstream version
ac7f4a
ac7f4a
* Thu Feb  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.15-4
ac7f4a
- rebuild for new perl
ac7f4a
ac7f4a
* Thu Nov 15 2007 Robin Norwood <rnorwood@redhat.com> - 1.15-3
ac7f4a
- Should not provide perl(Business::ISBN)
ac7f4a
ac7f4a
* Thu Oct 25 2007 Robin Norwood <rnorwood@redhat.com> - 1.15-2
ac7f4a
- Fix BuildRequires
ac7f4a
ac7f4a
* Thu Oct 25 2007 Robin Norwood <rnorwood@redhat.com> - 1.15-1
ac7f4a
- Initial build