From d7601a377cf820842b6b4ba261ae64bceeddb655 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Tue, 22 Mar 2016 11:54:09 +0100
Subject: 0.73 bump

---
 .gitignore      |  1 +
 perl-Shell.spec | 25 ++++++++++++++-----------
 sources         |  2 +-
 3 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index 69ecdb2..c67fec4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Shell-0.72.tar.gz
+/Shell-0.73.tar.gz
diff --git a/perl-Shell.spec b/perl-Shell.spec
index 0970b51..57b9f21 100644
--- a/perl-Shell.spec
+++ b/perl-Shell.spec
@@ -1,6 +1,6 @@
 Name:          perl-Shell
-Version:       0.72
-Release:       8%{?dist}
+Version:       0.73
+Release:       1%{?dist}
 Summary:       Run shell commands transparently within perl
 
 Group:         Development/Libraries
@@ -10,41 +10,41 @@ Source0:    
http://search.cpan.org/CPAN/authors/id/F/FE/FERREIRA/Shell-%{version}.t
 
 
 BuildArch:     noarch
+BuildRequires: findutils
+BuildRequires: make
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(Test::More)
+# Run-time
 BuildRequires: perl(constant)
 BuildRequires: perl(File::Spec::Functions)
-
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+# Tests
+BuildRequires: perl(Test::More)
 
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
-
 %description
 This package is included as a show case, illustrating a few Perl features. It
 shouldn't be used for production programs. Although it does provide a simple
 interface for obtaining the standard output of arbitrary commands, there may be
 better ways of achieving what you need.
 
-
 %prep
 %setup -q -n Shell-%{version}
 
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}/*
 
-
 %check
 make test
 
-
 %files
 %doc Changes README
 %{perl_vendorlib}/*
@@ -52,6 +52,9 @@ make test
 
 
 %changelog
+* Tue Mar 22 2016 Jitka Plesnikova <jples...@redhat.com> - 0.73-1
+- 0.73 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.72-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 8cf01e1..bdee4d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a9cdda55e5c87e370bdb8c82c9133ba  Shell-0.72.tar.gz
+35ee2912920a6be47d981e33f0540767  Shell-0.73.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Shell.git/commit/?h=master&id=d7601a377cf820842b6b4ba261ae64bceeddb655
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to