ppisar pushed to perl-App-p (master). "0.0400 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Nov 10 14:14:45 UTC 2015


From 33d509d717f87dfeb576df40a25e30a040bc5ccf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Tue, 10 Nov 2015 15:01:00 +0100
Subject: 0.0400 bump

---
 .gitignore      |  1 +
 perl-App-p.spec | 26 ++++++++++++++++++--------
 sources         |  2 +-
 3 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8b8b87e..36d1bd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /App-p-0.0304.tar.gz
+/App-p-0.0400.tar.gz
diff --git a/perl-App-p.spec b/perl-App-p.spec
index da43db9..e86b2c8 100644
--- a/perl-App-p.spec
+++ b/perl-App-p.spec
@@ -1,28 +1,34 @@
 Name:           perl-App-p
-Version:        0.0304
-Release:        7%{?dist}
+Version:        0.0400
+Release:        1%{?dist}
 Summary:        Steroids for your perl one-liners
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/App-p/
 Source0:        http://www.cpan.org/authors/id/I/IR/IRONCAMEL/App-p-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
+BuildRequires:  sed
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+# Modules are autoloaded by L module that is loaded by '-ML' exec's argument
 Requires:       perl(Data::Dump)
 Requires:       perl(Encode)
-Requires:       perl(File::Slurp)
-Requires:       perl(JSON::XS)
+Requires:       perl(File::Slurper)
+Requires:       perl(JSON)
 Requires:       perl(L)
 Requires:       perl(List::AllUtils)
 Requires:       perl(LWP::Simple)
-#Requires:       perl(Pod::Usage)
 Requires:       perl(utf8::all)
 Requires:       perl(XML::Hash::LX)
-Requires:       perl(YAML::XS)
+Requires:       perl(XML::Simple)
+Requires:       perl(YAML)
 
 %description
 Provided tool "p" allows you to write and run perl one-liners in even more
@@ -30,7 +36,7 @@ compact syntax.
 
 %prep
 %setup -q -n App-p-%{version}
-sed -i -e '1 s/^#!.*/#!\/usr\/bin\/perl/' bin/p
+sed -i -e '1 s|^#!.*|%(perl -MConfig -e 'print $Config{startperl}')|' bin/p
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -45,13 +51,17 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{_bindir}/*
 %{perl_vendorlib}/*
 %{_mandir}/man1/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 10 2015 Petr Pisar <ppisar at redhat.com> - 0.0400-1
+- 0.0400 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0304-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 7556a8a..a62edba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-12963cac8b340a4c9e37bf0ee777db6b  App-p-0.0304.tar.gz
+2496bbe834a5f28059a28a6a908af231  App-p-0.0400.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-App-p.git/commit/?h=master&id=33d509d717f87dfeb576df40a25e30a040bc5ccf


More information about the perl-devel mailing list