Package perl-String-ShellQuote: Specfile

%define _unpackaged_files_terminate_build 1
#
#   - String::ShellQuote -
#   This spec file was automatically generated by cpan2rpm [ver: 2.028]
#   (ALT Linux revision)
#   The following arguments were used:
#       '--packager=Igor Vlasenko <viy@altlinux.ru>' --url http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/String-ShellQuote-1.04.tar.gz http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/String-ShellQuote-1.04.tar.gz
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module String-ShellQuote
%define m_distro String-ShellQuote
%define m_name String::ShellQuote
%define m_author_id unknown
%define _enable_test 1

Name: perl-String-ShellQuote
Version: 1.04
Release: alt3

Summary: quote strings for passing through the shell

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/String-ShellQuote-1.04.tar.gz

Packager: Igor Vlasenko <viy@altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/%m_distro-%version.tar.gz

# Automatically added by buildreq on Sat Oct 01 2011
BuildRequires: perl-devel
# perl-podlators is required for pod2man conversion.
BuildRequires: perl-podlators

%description
This module contains some functions which are useful for quoting strings
which are going to pass through the shell or a shell-like object.

%prep
%setup -n %m_distro-%version
%build
%perl_vendor_build INSTALLMAN1DIR=%_man1dir

%install
%perl_vendor_install

# conflicts with libshell
rm -rf %buildroot%_bindir/shell-quote

%files
# conflicts with libshell
#%_bindir/*
%perl_vendor_privlib/String/*
%_man1dir/*

%changelog
* Fri Jun 29 2018 Igor Vlasenko <viy@altlinux.ru> 1.04-alt3
- fixed unpackaged files

* Sat Oct 08 2011 Igor Vlasenko <viy@altlinux.ru> 1.04-alt2
- removed shell-quote script

* Sat Oct 01 2011 Igor Vlasenko <viy@altlinux.ru> 1.04-alt1
- initial build for ALT Linux Sisyphus