commit fd905d35ff7dbb836f41ffb87666affbb8f3aba6 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 11:12:14 2019 -0400 Package init diff --git a/ExtUtils-Install-2.14.tar.gz b/ExtUtils-Install-2.14.tar.gz new file mode 100644 index 0000000..49616ba Binary files /dev/null and b/ExtUtils-Install-2.14.tar.gz differ diff --git a/perl-ExtUtils-Install.spec b/perl-ExtUtils-Install.spec new file mode 100644 index 0000000..d4740de --- /dev/null +++ b/perl-ExtUtils-Install.spec @@ -0,0 +1,61 @@ +Name: perl-ExtUtils-Install +Version: 2.14 +Release: 419 +Summary: Install Perl files from here to there +License: GPL+ or Artistic +URL: https://metacpan.org/release/ExtUtils-Install +Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-Install-2.14.tar.gz +BuildArch: noarch +BuildRequires: coreutils make +BuildRequires: perl-interpreter perl-generators +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 +BuildRequires: perl(lib) perl(strict) sed +BuildRequires: perl(AutoSplit) perl(Carp) perl(Config) +BuildRequires: perl(Cwd) perl(Exporter) perl(File::Basename) +BuildRequires: perl(File::Compare) perl(File::Copy) perl(File::Find) +BuildRequires: perl(File::Path) perl(File::Spec) perl(vars) +BuildRequires: perl(diagnostics) perl(ExtUtils::MM) +BuildRequires: perl(File::Temp) perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(AutoSplit) perl(Data::Dumper) perl(File::Compare) +Recommends: perl(POSIX) + +%{?perl_default_filter} + +%description +Perl modules installing and uninstalling + +%package help +Summary: Documents for %{name} +Buildarch: noarch +Requires: man + +%description help +Man pages and other related documents for %{name}. + +%prep +%autosetup -n ExtUtils-Install-2.14 -p1 +rm -rf t/lib/Test +sed -i -e '/^t\/lib\/Test\//d' MANIFEST + +%build +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 +%make_build + +%install +make pure_install DESTDIR=%{buildroot} +%{_fixperms} %{buildroot} + +%check +make test + +%files +%doc Changes README +%{perl_vendorlib}/* + +%files help +%{_mandir}/man3/* + +%changelog +* Sat Sep 14 2019 zhangsaisai - 2.14-419 +- Package Init