Normunds Neimanis cb65684
Name:		perl-Shell
d7601a3
Version:	0.73
b962df1
Release:	5%{?dist}
Normunds Neimanis cb65684
Summary:	Run shell commands transparently within perl
Normunds Neimanis cb65684
Normunds Neimanis cb65684
Group:		Development/Libraries
Normunds Neimanis cb65684
License:	GPL+ or Artistic
Normunds Neimanis cb65684
URL:		http://search.cpan.org/dist/Shell
Normunds Neimanis cb65684
Source0:	http://search.cpan.org/CPAN/authors/id/F/FE/FERREIRA/Shell-%{version}.tar.gz
Normunds Neimanis cb65684
Normunds Neimanis cb65684
Normunds Neimanis cb65684
BuildArch:	noarch
d7601a3
BuildRequires:	findutils
d7601a3
BuildRequires:	make
1a2fc1e
BuildRequires:	perl-interpreter
8fd3106
BuildRequires:	perl-generators
Normunds Neimanis cb65684
BuildRequires:	perl(ExtUtils::MakeMaker)
d7601a3
# Run-time
Normunds Neimanis cb65684
BuildRequires:	perl(constant)
Normunds Neimanis cb65684
BuildRequires:	perl(File::Spec::Functions)
d7601a3
BuildRequires:	perl(strict)
d7601a3
BuildRequires:	perl(warnings)
d7601a3
# Tests
d7601a3
BuildRequires:	perl(Test::More)
Normunds Neimanis cb65684
Normunds Neimanis cb65684
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Normunds Neimanis cb65684
Normunds Neimanis cb65684
%description
Normunds Neimanis cb65684
This package is included as a show case, illustrating a few Perl features. It
Normunds Neimanis cb65684
shouldn't be used for production programs. Although it does provide a simple
Normunds Neimanis cb65684
interface for obtaining the standard output of arbitrary commands, there may be
Normunds Neimanis cb65684
better ways of achieving what you need.
Normunds Neimanis cb65684
Normunds Neimanis cb65684
%prep
Normunds Neimanis cb65684
%setup -q -n Shell-%{version}
Normunds Neimanis cb65684
Normunds Neimanis cb65684
%build
Normunds Neimanis cb65684
perl Makefile.PL INSTALLDIRS=vendor
Normunds Neimanis cb65684
make %{?_smp_mflags}
Normunds Neimanis cb65684
Normunds Neimanis cb65684
%install
Normunds Neimanis cb65684
make pure_install DESTDIR=%{buildroot}
d7601a3
find %{buildroot} -type f -name .packlist -delete
Normunds Neimanis cb65684
%{_fixperms} %{buildroot}/*
Normunds Neimanis cb65684
Normunds Neimanis cb65684
%check
Normunds Neimanis cb65684
make test
Normunds Neimanis cb65684
Normunds Neimanis cb65684
%files
Normunds Neimanis cb65684
%doc Changes README
Normunds Neimanis cb65684
%{perl_vendorlib}/*
Normunds Neimanis cb65684
%{_mandir}/man3/*
Normunds Neimanis cb65684
Normunds Neimanis cb65684
Normunds Neimanis cb65684
%changelog
b962df1
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.73-5
b962df1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b962df1
91dc06b
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.73-4
91dc06b
- Perl 5.26 rebuild
91dc06b
8bd3abe
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.73-3
8bd3abe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8bd3abe
dfd4aa4
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.73-2
dfd4aa4
- Perl 5.24 rebuild
dfd4aa4
d7601a3
* Tue Mar 22 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.73-1
d7601a3
- 0.73 bump
d7601a3
f54994c
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.72-8
f54994c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f54994c
19ff96d
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.72-7
19ff96d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
19ff96d
ca71386
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.72-6
ca71386
- Perl 5.22 rebuild
ca71386
c175d1a
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.72-5
c175d1a
- Perl 5.20 rebuild
c175d1a
8851535
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.72-4
8851535
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8851535
7606815
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.72-3
7606815
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7606815
7e47097
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.72-2
7e47097
- Perl 5.18 rebuild
7e47097
Normunds Neimanis cb65684
* Tue Feb 05 2013 Normunds Neimanis <fedorapkg at rule.lv> 0.72-1
Normunds Neimanis cb65684
- Initial package for Fedora