b0bfe5
# Run optional test
b0bfe5
%bcond_without perl_Sub_Install_enables_optional_test
b0bfe5
b0bfe5
Name:           perl-Sub-Install
b0bfe5
Version:        0.928
b0bfe5
Release:        15%{?dist}
b0bfe5
Summary:        Install subroutines into packages easily
b0bfe5
License:        GPL+ or Artistic
b0bfe5
Group:          Development/Libraries
b0bfe5
URL:            http://search.cpan.org/dist/Sub-Install/
b0bfe5
Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Install-%{version}.tar.gz
b0bfe5
BuildArch:      noarch
b0bfe5
# ================= Module Build ============================
b0bfe5
BuildRequires:  perl-interpreter
b0bfe5
BuildRequires:  perl-generators
b0bfe5
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
b0bfe5
BuildRequires:  perl(strict)
b0bfe5
BuildRequires:  perl(warnings)
b0bfe5
# ================= Run-time ================================
b0bfe5
BuildRequires:  perl(B)
b0bfe5
BuildRequires:  perl(Carp)
b0bfe5
BuildRequires:  perl(Scalar::Util)
b0bfe5
# ================= Test Suite ==============================
b0bfe5
BuildRequires:  perl(Test::More) >= 0.88
b0bfe5
%if %{with perl_Sub_Install_enables_optional_test} && !%{defined perl_bootstrap}
b0bfe5
# ================= Optional Tests ==========================
b0bfe5
# Test::Output -> Sub::Exporter -> Sub::Install
b0bfe5
BuildRequires:  perl(Test::Output)
b0bfe5
%endif
b0bfe5
# ================= Run-time ================================
b0bfe5
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
b0bfe5
Requires:       perl(B)
b0bfe5
b0bfe5
%description
b0bfe5
This module makes it easy to install subroutines into packages without the
b0bfe5
unsightly mess of no strict or typeglobs lying about where just anyone
b0bfe5
can see them.
b0bfe5
b0bfe5
%prep
b0bfe5
%setup -q -n Sub-Install-%{version}
b0bfe5
b0bfe5
%build
b0bfe5
perl Makefile.PL INSTALLDIRS=vendor
b0bfe5
make %{?_smp_mflags}
b0bfe5
b0bfe5
%install
b0bfe5
rm -rf %{buildroot}
b0bfe5
make pure_install DESTDIR=%{buildroot}
b0bfe5
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
b0bfe5
%{_fixperms} %{buildroot}
b0bfe5
b0bfe5
%check
b0bfe5
make test
b0bfe5
b0bfe5
%files
b0bfe5
%doc Changes LICENSE README
b0bfe5
%{perl_vendorlib}/Sub/
b0bfe5
%{_mandir}/man3/Sub::Install.3pm*
b0bfe5
b0bfe5
%changelog
b0bfe5
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.928-15
b0bfe5
- Rebuild with enable hardening (bug #1636329)
b0bfe5
b0bfe5
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.928-14
b0bfe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b0bfe5
b0bfe5
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.928-13
b0bfe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b0bfe5
b0bfe5
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.928-12
b0bfe5
- Perl 5.26 re-rebuild of bootstrapped packages
b0bfe5
b0bfe5
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.928-11
b0bfe5
- Perl 5.26 rebuild
b0bfe5
b0bfe5
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.928-10
b0bfe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b0bfe5
b0bfe5
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.928-9
b0bfe5
- Perl 5.24 re-rebuild of bootstrapped packages
b0bfe5
b0bfe5
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.928-8
b0bfe5
- Perl 5.24 rebuild
b0bfe5
b0bfe5
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.928-7
b0bfe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b0bfe5
b0bfe5
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.928-6
b0bfe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b0bfe5
b0bfe5
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.928-5
b0bfe5
- Perl 5.22 re-rebuild of bootstrapped packages
b0bfe5
b0bfe5
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.928-4
b0bfe5
- Perl 5.22 rebuild
b0bfe5
b0bfe5
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.928-3
b0bfe5
- Perl 5.20 re-rebuild of bootstrapped packages
b0bfe5
b0bfe5
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.928-2
b0bfe5
- Perl 5.20 rebuild
b0bfe5
b0bfe5
* Fri Jun 27 2014 Paul Howarth <paul@city-fan.org> - 0.928-1
b0bfe5
- Update to 0.928
b0bfe5
  - Cope with subroutines with spaces in their names when catching warnings
b0bfe5
  - Don't assume that the source sub isn't blessed in tests (!)
b0bfe5
b0bfe5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.927-3
b0bfe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b0bfe5
b0bfe5
* Wed Nov 20 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.927-2
b0bfe5
- Update BRs
b0bfe5
b0bfe5
* Wed Nov 13 2013 Robin Lee <cheeselee@fedoraproject.org> - 0.927-1
b0bfe5
- Update to 0.927
b0bfe5
b0bfe5
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.926-10
b0bfe5
- Perl 5.18 re-rebuild of bootstrapped packages
b0bfe5
b0bfe5
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.926-9
b0bfe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b0bfe5
b0bfe5
* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 0.926-8
b0bfe5
- Perl 5.18 rebuild
b0bfe5
b0bfe5
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.926-7
b0bfe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b0bfe5
b0bfe5
* Thu Aug 23 2012 Paul Howarth <paul@city-fan.org> - 0.926-6
b0bfe5
- Be more selective about what to exclude when bootstrapping
b0bfe5
- Don't use macros for commands
b0bfe5
- Drop %%defattr, redundant since rpm 4.4
b0bfe5
- Don't need to remove empty directories from the buildroot
b0bfe5
- Make %%files list more explicit
b0bfe5
- Fix typo in %%description
b0bfe5
b0bfe5
* Mon Aug 20 2012 Petr Pisar <ppisar@redhat.com> - 0.926-5
b0bfe5
- Specify all dependencies
b0bfe5
b0bfe5
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.926-4
b0bfe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b0bfe5
b0bfe5
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 0.926-3
b0bfe5
- Perl 5.16 re-rebuild of bootstrapped packages
b0bfe5
b0bfe5
* Sun Jun 10 2012 Petr Pisar <ppisar@redhat.com> - 0.926-2
b0bfe5
- Perl 5.16 rebuild
b0bfe5
b0bfe5
* Mon Mar 12 2012 Robin Lee <cheeselee@fedoraproject.org> - 0.926-1
b0bfe5
- Update to 0.926
b0bfe5
b0bfe5
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.925-10
b0bfe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b0bfe5
b0bfe5
* Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.925-9
b0bfe5
- Perl mass rebuild
b0bfe5
- add perl_bootstrap macro
b0bfe5
- add missing BR ExtUtils::MakeMaker
b0bfe5
b0bfe5
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.925-8
b0bfe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b0bfe5
b0bfe5
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.925-7
b0bfe5
- 661697 rebuild for fixing problems with vendorach/lib
b0bfe5
b0bfe5
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.925-6
b0bfe5
- Mass rebuild with perl-5.12.0
b0bfe5
b0bfe5
* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.925-5
b0bfe5
- add license
b0bfe5
b0bfe5
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.925-4
b0bfe5
- rebuild against perl 5.10.1
b0bfe5
b0bfe5
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.925-3
b0bfe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b0bfe5
b0bfe5
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.925-2
b0bfe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b0bfe5
b0bfe5
* Tue Feb 03 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.925-1
b0bfe5
- update to 0.925
b0bfe5
b0bfe5
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.924-3
b0bfe5
- Rebuild for perl 5.10 (again)
b0bfe5
b0bfe5
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.924-2
b0bfe5
- rebuild for new perl
b0bfe5
- fix license tag
b0bfe5
b0bfe5
* Wed Nov 22 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.924-1
b0bfe5
- update to 0.924
b0bfe5
- add perl(Test::Perl::Critic) to BR's
b0bfe5
b0bfe5
* Wed Sep 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.922-2
b0bfe5
- bump
b0bfe5
b0bfe5
* Sat Sep 02 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.922-1
b0bfe5
- Specfile autogenerated by cpanspec 1.69.1.