commit c21254d9a8c8db799a01d0b61523a4ed2d38d8d4 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 11:12:53 2019 -0400 Package init diff --git a/Module-Load-Conditional-0.68.tar.gz b/Module-Load-Conditional-0.68.tar.gz new file mode 100644 index 0000000..7a157c5 Binary files /dev/null and b/Module-Load-Conditional-0.68.tar.gz differ diff --git a/perl-Module-Load-Conditional.spec b/perl-Module-Load-Conditional.spec new file mode 100644 index 0000000..40a34de --- /dev/null +++ b/perl-Module-Load-Conditional.spec @@ -0,0 +1,52 @@ +Name: perl-Module-Load-Conditional +Version: 0.68 +Release: 418 +Summary: Looking up module information / loading at runtime +License: GPL+ or Artistic +URL: https://metacpan.org/release/Module-Load-Conditional +Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Module-Load-Conditional-%{version}.tar.gz + +BuildArch: noarch +BuildRequires: perl-generators perl coreutils findutils perl-interpreter perl(ExtUtils::MakeMaker) perl(Carp) perl(version) +BuildRequires: perl(Config) perl(constant) perl(Exporter) perl(File::Spec) perl(FileHandle) perl(Locale::Maketext::Simple) +BuildRequires: perl(Module::CoreList) perl(Module::Load) perl(Module::Metadata) perl(Params::Check) perl(strict) perl(vars) +#tests +BuildRequires: perl(FindBin) perl(lib) perl(Test::More) perl(warnings) + +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(Config) perl(Module::CoreList) perl(Module::Load) perl(Module::Metadata) perl(version) + +%description +Module::Load::Conditional provides simple ways to query and possibly load +any of the modules you have installed on your system during runtime. It is +able to load multiple modules at once or none at all if one of them was not +able to load. It also takes care of any error checking and so forth. + +%package_help + +%prep +%autosetup -n Module-Load-Conditional-%{version} -p1 + +%build +perl Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%defattr(-,root,root) +%doc README CHANGES +%{perl_vendorlib}/* + +%files help +%defattr(-,root,root) +%{_mandir}/man3/* + +%changelog +* Thu Sep 12 2019 openEuler Buildteam - 0.68-418 +- Package init