diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c8f89d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ExtUtils-Install-2.04.tar.gz diff --git a/.rh-perl520-perl-ExtUtils-Install.metadata b/.rh-perl520-perl-ExtUtils-Install.metadata new file mode 100644 index 0000000..61228bf --- /dev/null +++ b/.rh-perl520-perl-ExtUtils-Install.metadata @@ -0,0 +1 @@ +53f5f2652c7bf30a3370f8b3cd883981a4d852b0 SOURCES/ExtUtils-Install-2.04.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..4422437 --- /dev/null +++ b/SPECS/perl-ExtUtils-Install.spec @@ -0,0 +1,85 @@ +%{?scl:%scl_package perl-ExtUtils-Install} + +Name: %{?scl_prefix}perl-ExtUtils-Install +Version: 2.04 +Release: 3%{?dist} +Summary: Install Perl files from here to there +License: GPL+ or Artistic +Group: Development/Libraries +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: %{?scl_prefix}perl +BuildRequires: %{?scl_prefix}perl(ExtUtils::MakeMaker) +BuildRequires: %{?scl_prefix}perl(lib) +BuildRequires: %{?scl_prefix}perl(strict) +# 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) +BuildRequires: %{?scl_prefix}perl(vars) +# 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 +# Optional testes: +%if !%{defined perl_bootstrap} && !%{defined perl_small} +BuildRequires: %{?scl_prefix}perl(Test::Pod) >= 1.14 +# Test::Pod::Coverage 1.08 not used +# Pod::Coverage 0.17 not used +%endif +Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'})) +Requires: %{?scl_prefix}perl(Data::Dumper) + +%{?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 && make %{?_smp_mflags}%{?scl:'} + +%install +%{?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:'} + +%files +%doc Changes README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Sun Jan 25 2015 Jitka Plesnikova - 2.04-3 +- Rebuild of bootstrapped package + +* Thu Jan 22 2015 Petr Pisar - 2.04-2 +- Disable optional tests for small build root + +* Thu Sep 18 2014 Petr Pisar 2.04-1 +- Specfile autogenerated by cpanspec 1.78.