Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37040366
en ru br
ALT Linux repos
S:0.02-alt2

Group :: Development/Perl
RPM: perl-Env-ShellWords

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define module_name Env-ShellWords
# BEGIN SourceDeps(oneline):
BuildRequires: perl(Carp.pm) perl(ExtUtils/MakeMaker.pm) perl(Test2/V0.pm)
# END SourceDeps(oneline)
%define _unpackaged_files_terminate_build 1
BuildRequires: rpm-build-perl perl-devel perl-podlators

Name: perl-%module_name
Version: 0.02
Release: alt2
Summary: Environment variables for arguments as array
Group: Development/Perl
License: perl
URL: https://metacpan.org/pod/Env::ShellWords

Source0: http://mirror.yandex.ru/mirrors/cpan/authors/id/P/PL/PLICEASE/%{module_name}-%{version}.tar.gz
BuildArch: noarch

%description
This 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.

The intent is to use this from the alienfile manpage to deal with hierarchical
prerequisites.
%prep
%setup -q -n %{module_name}-%{version}

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc LICENSE README author.yml Changes
%perl_vendor_privlib/E*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin