From f58089a7dca962f04d9760225162eb3af716d733 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 15 2016 08:57:20 +0000 Subject: import rh-perl524-perl-Sub-Install-0.928-10.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..54641a8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Sub-Install-0.928.tar.gz diff --git a/.rh-perl524-perl-Sub-Install.metadata b/.rh-perl524-perl-Sub-Install.metadata new file mode 100644 index 0000000..11e6db2 --- /dev/null +++ b/.rh-perl524-perl-Sub-Install.metadata @@ -0,0 +1 @@ +868c6cb4c0232d9ac3f865f232359f82012be8d6 SOURCES/Sub-Install-0.928.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-Sub-Install.spec b/SPECS/perl-Sub-Install.spec new file mode 100644 index 0000000..05b0256 --- /dev/null +++ b/SPECS/perl-Sub-Install.spec @@ -0,0 +1,185 @@ +%{?scl:%scl_package perl-Sub-Install} + +Name: %{?scl_prefix}perl-Sub-Install +Version: 0.928 +Release: 10%{?dist} +Summary: Install subroutines into packages easily +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Sub-Install/ +Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Install-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) +BuildArch: noarch +# ================= Module Build ============================ +BuildRequires: %{?scl_prefix}perl +BuildRequires: %{?scl_prefix}perl-generators +BuildRequires: %{?scl_prefix}perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: %{?scl_prefix}perl(strict) +BuildRequires: %{?scl_prefix}perl(warnings) +# ================= Run-time ================================ +BuildRequires: %{?scl_prefix}perl(B) +BuildRequires: %{?scl_prefix}perl(Carp) +BuildRequires: %{?scl_prefix}perl(Scalar::Util) +# ================= Test Suite ============================== +BuildRequires: %{?scl_prefix}perl(Test::More) >= 0.88 +%if !%{defined perl_bootstrap} && !%{defined perl_small} +# Test::Output -> Sub::Exporter -> Sub::Install +BuildRequires: %{?scl_prefix}perl(Test::Output) +%endif +# ================= Run-time ================================ +Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'})) +Requires: %{?scl_prefix}perl(B) + +%description +This module makes it easy to install subroutines into packages without the +unsightly mess of no strict or typeglobs lying about where just anyone +can see them. + +%prep +%setup -q -n Sub-Install-%{version} + +%build +%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor && make %{?_smp_mflags}%{?scl:'} + +%install +rm -rf %{buildroot} +%{?scl:scl enable %{scl} '}make pure_install DESTDIR=%{buildroot}%{?scl:'} +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +%{_fixperms} %{buildroot} + +%check +%{?scl:scl enable %{scl} '}make test%{?scl:'} + +%clean +rm -rf %{buildroot} + +%files +%doc Changes LICENSE README +%{perl_vendorlib}/Sub/ +%{_mandir}/man3/Sub::Install.3pm* + +%changelog +* Wed Jul 20 2016 Petr Pisar - 0.928-10 +- SCL + +* Wed May 18 2016 Jitka Plesnikova - 0.928-9 +- Perl 5.24 re-rebuild of bootstrapped packages + +* Sat May 14 2016 Jitka Plesnikova - 0.928-8 +- Perl 5.24 rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 0.928-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 0.928-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jun 10 2015 Jitka Plesnikova - 0.928-5 +- Perl 5.22 re-rebuild of bootstrapped packages + +* Wed Jun 03 2015 Jitka Plesnikova - 0.928-4 +- Perl 5.22 rebuild + +* Sun Sep 07 2014 Jitka Plesnikova - 0.928-3 +- Perl 5.20 re-rebuild of bootstrapped packages + +* Wed Aug 27 2014 Jitka Plesnikova - 0.928-2 +- Perl 5.20 rebuild + +* Fri Jun 27 2014 Paul Howarth - 0.928-1 +- Update to 0.928 + - Cope with subroutines with spaces in their names when catching warnings + - Don't assume that the source sub isn't blessed in tests (!) + +* Sat Jun 07 2014 Fedora Release Engineering - 0.927-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Nov 20 2013 Jitka Plesnikova - 0.927-2 +- Update BRs + +* Wed Nov 13 2013 Robin Lee - 0.927-1 +- Update to 0.927 + +* Wed Aug 14 2013 Jitka Plesnikova - 0.926-10 +- Perl 5.18 re-rebuild of bootstrapped packages + +* Sun Aug 04 2013 Fedora Release Engineering - 0.926-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Sat Jul 20 2013 Petr Pisar - 0.926-8 +- Perl 5.18 rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.926-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Aug 23 2012 Paul Howarth - 0.926-6 +- Be more selective about what to exclude when bootstrapping +- Don't use macros for commands +- Drop %%defattr, redundant since rpm 4.4 +- Don't need to remove empty directories from the buildroot +- Make %%files list more explicit +- Fix typo in %%description + +* Mon Aug 20 2012 Petr Pisar - 0.926-5 +- Specify all dependencies + +* Fri Jul 20 2012 Fedora Release Engineering - 0.926-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jul 10 2012 Petr Pisar - 0.926-3 +- Perl 5.16 re-rebuild of bootstrapped packages + +* Sun Jun 10 2012 Petr Pisar - 0.926-2 +- Perl 5.16 rebuild + +* Mon Mar 12 2012 Robin Lee - 0.926-1 +- Update to 0.926 + +* Fri Jan 13 2012 Fedora Release Engineering - 0.925-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Jun 28 2011 Marcela Mašláňová - 0.925-9 +- Perl mass rebuild +- add perl_bootstrap macro +- add missing BR ExtUtils::MakeMaker + +* Wed Feb 09 2011 Fedora Release Engineering - 0.925-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Dec 22 2010 Marcela Maslanova - 0.925-7 +- 661697 rebuild for fixing problems with vendorach/lib + +* Thu May 06 2010 Marcela Maslanova - 0.925-6 +- Mass rebuild with perl-5.12.0 + +* Thu Feb 25 2010 Marcela Mašláňová - 0.925-5 +- add license + +* Mon Dec 7 2009 Stepan Kasal - 0.925-4 +- rebuild against perl 5.10.1 + +* Sun Jul 26 2009 Fedora Release Engineering - 0.925-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.925-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Feb 03 2009 Chris Weyl 0.925-1 +- update to 0.925 + +* Wed Feb 27 2008 Tom "spot" Callaway - 0.924-3 +- Rebuild for perl 5.10 (again) + +* Thu Jan 24 2008 Tom "spot" Callaway 0.924-2 +- rebuild for new perl +- fix license tag + +* Wed Nov 22 2006 Chris Weyl 0.924-1 +- update to 0.924 +- add perl(Test::Perl::Critic) to BR's + +* Wed Sep 06 2006 Chris Weyl 0.922-2 +- bump + +* Sat Sep 02 2006 Chris Weyl 0.922-1 +- Specfile autogenerated by cpanspec 1.69.1.