Name: perl-Env-ShellWords Version: 0.02 Release: 1%{?dist} Summary: Environment variables for arguments as a Perl array License: GPL+ or Artistic URL: http://search.cpan.org/dist/Env-ShellWords/ Source0: http://www.cpan.org/authors/id/P/PL/PLICEASE/Env-ShellWords-%{version}.tar.gz BuildArch: noarch BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(:VERSION) >= 5.6 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(Text::ParseWords) # Tests: BuildRequires: perl(Config) BuildRequires: perl(Test2::V0) >= 0.000060 # Optional tests: # Test::More not helpful Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) %description This Perl module provides an array-like interface to environment variables that contain flags. For example Autoconf can uses the environment variables like CFLAGS or LDFLAGS, and this allows you to manipulate those variables without doing space quoting and other messy mucky stuff. %prep %setup -q -n Env-ShellWords-%{version} %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %license LICENSE %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Aug 28 2017 Petr Pisar - 0.02-1 - 0.02 bump * Mon Jul 24 2017 Petr Pisar 0.01-1 - Specfile autogenerated by cpanspec 1.78.