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

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