Name: perl-Module-Install-AuthorRequires Version: 0.02 Release: 18 Summary: Declarition of author-only dependencies License: GPL+ or Artistic URL: https://metacpan.org/release/Module-Install-AuthorRequires Source0: https://cpan.metacpan.org/authors/id/F/FL/FLORA/Module-Install-AuthorRequires-%{version}.tar.gz BuildArch: noarch BuildRequires: perl-generators perl(inc::Module::Install) perl(Module::Install) BuildRequires: perl(base) perl(Module::Install::Base) perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description "author_requires" command provided by this package allows to specify such developer specific dependencies in a proper way. %package_help %prep %autosetup -n Module-Install-AuthorRequires-%{version} -p1 rm -r inc sed -i -e '/^inc/ d' MANIFEST %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; chmod -Rf a+rX,u+w,g-w,o-w $RPM_BUILD_ROOT/* %check make test %files %doc Changes README %{perl_vendorlib}/* %files help %{_mandir}/man3/* %changelog * Wed Jan 8 2020 openEuler Buildteam - 0.02-18 - Package init