diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..191ebe5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ExtUtils-Install-2.14.tar.gz diff --git a/.rh-perl526-perl-ExtUtils-Install.metadata b/.rh-perl526-perl-ExtUtils-Install.metadata new file mode 100644 index 0000000..a714263 --- /dev/null +++ b/.rh-perl526-perl-ExtUtils-Install.metadata @@ -0,0 +1 @@ +db491c4db50eef0dec9a660f226a5650259e8d67 SOURCES/ExtUtils-Install-2.14.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-ExtUtils-Install.spec b/SPECS/perl-ExtUtils-Install.spec new file mode 100644 index 0000000..7a9860d --- /dev/null +++ b/SPECS/perl-ExtUtils-Install.spec @@ -0,0 +1,130 @@ +%{?scl:%scl_package perl-ExtUtils-Install} + +# Run optional test +%bcond_without perl_ExtUtils_Install_enables_optional_test + +Name: %{?scl_prefix}perl-ExtUtils-Install +Version: 2.14 +Release: 4%{?dist} +Summary: Install Perl files from here to there +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/ExtUtils-Install/ +Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-Install-%{version}.tar.gz +BuildArch: noarch +BuildRequires: coreutils +BuildRequires: make +BuildRequires: %{?scl_prefix}perl-interpreter +BuildRequires: %{?scl_prefix}perl-generators +BuildRequires: %{?scl_prefix}perl(ExtUtils::MakeMaker) >= 6.76 +BuildRequires: %{?scl_prefix}perl(lib) +BuildRequires: %{?scl_prefix}perl(strict) +BuildRequires: sed +# Run-time: +BuildRequires: %{?scl_prefix}perl(AutoSplit) +BuildRequires: %{?scl_prefix}perl(Carp) +BuildRequires: %{?scl_prefix}perl(Config) +BuildRequires: %{?scl_prefix}perl(Cwd) +# Data::Dumper not used at tests +BuildRequires: %{?scl_prefix}perl(Exporter) +BuildRequires: %{?scl_prefix}perl(File::Basename) +BuildRequires: %{?scl_prefix}perl(File::Compare) +BuildRequires: %{?scl_prefix}perl(File::Copy) +BuildRequires: %{?scl_prefix}perl(File::Find) +BuildRequires: %{?scl_prefix}perl(File::Path) +BuildRequires: %{?scl_prefix}perl(File::Spec) +# POSIX is optional +BuildRequires: %{?scl_prefix}perl(vars) +# VMS::Filespec not used +# Win32API::File not used +# Tests: +BuildRequires: %{?scl_prefix}perl(diagnostics) +# ExtUtils::CBuilder not used +BuildRequires: %{?scl_prefix}perl(ExtUtils::MM) +BuildRequires: %{?scl_prefix}perl(File::Temp) +BuildRequires: %{?scl_prefix}perl(Test::More) +# VMS::DCLsymnot used +# Unbundled tests: +# Test::Builder not used +%if %{with perl_ExtUtils_Install_enables_optional_test} +# Optional testes: +%if !%{defined perl_bootstrap} +BuildRequires: %{?scl_prefix}perl(Test::Pod) >= 1.14 +# Test::Pod::Coverage 1.08 not used +# Pod::Coverage 0.17 not used +%endif +%endif +Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'})) +Requires: %{?scl_prefix}perl(AutoSplit) +Requires: %{?scl_prefix}perl(Data::Dumper) +Requires: %{?scl_prefix}perl(File::Compare) +Requires: %{?scl_prefix}perl(POSIX) + +%{?perl_default_filter} + +%description +Handles the installing and uninstalling of Perl modules, scripts, man +pages, etc. + +%prep +%setup -q -n ExtUtils-Install-%{version} +# Remove bundled modules +rm -rf t/lib/Test +sed -i -e '/^t\/lib\/Test\//d' MANIFEST + +%build +%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 && make %{?_smp_mflags}%{?scl:'} + +%install +%{?scl:scl enable %{scl} '}make pure_install DESTDIR=%{buildroot}%{?scl:'} +%{_fixperms} %{buildroot} + +%check +%{?scl:scl enable %{scl} '}make test%{?scl:'} + +%files +%doc Changes README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Mon Dec 18 2017 Petr Pisar - 2.14-4 +- SCL + +* Thu Jul 27 2017 Fedora Release Engineering - 2.14-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Wed Jun 07 2017 Jitka Plesnikova - 2.14-2 +- Perl 5.26 re-rebuild of bootstrapped packages + +* Mon Jun 05 2017 Petr Pisar - 2.14-1 +- 2.14 bump + +* Sat Jun 03 2017 Jitka Plesnikova - 2.04-393 +- Perl 5.26 rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 2.04-367 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed May 18 2016 Jitka Plesnikova - 2.04-366 +- Perl 5.24 re-rebuild of bootstrapped packages + +* Sat May 14 2016 Jitka Plesnikova - 2.04-365 +- Increase release to favour standalone package + +* Thu Feb 04 2016 Fedora Release Engineering - 2.04-348 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 2.04-347 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jun 10 2015 Jitka Plesnikova - 2.04-346 +- Perl 5.22 re-rebuild of bootstrapped packages + +* Thu Jun 04 2015 Jitka Plesnikova - 2.04-345 +- Increase release to favour standalone package + +* Wed Jun 03 2015 Jitka Plesnikova - 2.04-2 +- Perl 5.22 rebuild + +* Thu Sep 18 2014 Petr Pisar 2.04-1 +- Specfile autogenerated by cpanspec 1.78.