ppisar pushed to perl-IO-Prompt-Tiny (master). "0.003 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Sep 14 15:13:38 UTC 2015


From e8b895e32ee292b79f5170b2655aee52ecbcbaa4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Mon, 14 Sep 2015 17:13:12 +0200
Subject: 0.003 bump


diff --git a/.gitignore b/.gitignore
index 8ae3599..b4f1b95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /IO-Prompt-Tiny-0.002.tar.gz
+/IO-Prompt-Tiny-0.003.tar.gz
diff --git a/perl-IO-Prompt-Tiny.spec b/perl-IO-Prompt-Tiny.spec
index e293ffc..7389458 100644
--- a/perl-IO-Prompt-Tiny.spec
+++ b/perl-IO-Prompt-Tiny.spec
@@ -1,24 +1,27 @@
 Name:           perl-IO-Prompt-Tiny
-Version:        0.002
-Release:        6%{?dist}
+Version:        0.003
+Release:        1%{?dist}
 Summary:        Prompt for user input with a default option
 License:        ASL 2.0
 URL:            http://search.cpan.org/dist/IO-Prompt-Tiny/
 Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/IO-Prompt-Tiny-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl >= 0:5.006
-BuildRequires:  perl(Capture::Tiny) >= 0.12
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Spec::Functions)
+# Tests:
+BuildRequires:  perl(Capture::Tiny) >= 0.12
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::More) >= 0.96
-BuildRequires:  perl(strict)
-BuildRequires:  perl(warnings)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This is an extremely simple prompting module, based on the extremely simple
@@ -30,26 +33,27 @@ to prompt for input.
 %setup -q -n IO-Prompt-Tiny-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+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} -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc Changes LICENSE README README.PATCHING
+%license LICENSE
+%doc Changes CONTRIBUTING.mkdn README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 14 2015 Petr Pisar <ppisar at redhat.com> - 0.003-1
+- 0.003 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.002-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 0c4b59e..ae182cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1061da5fdc18084d1cf3c4c9a8fe2f88  IO-Prompt-Tiny-0.002.tar.gz
+51f313f4bd4769740378fb70c53b85bc  IO-Prompt-Tiny-0.003.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-IO-Prompt-Tiny.git/commit/?h=master&id=e8b895e32ee292b79f5170b2655aee52ecbcbaa4


More information about the perl-devel mailing list