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