psabata pushed to perl-Time-Progress (f22). "1.9 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Aug 31 10:31:06 UTC 2015


From ba522c32f5943e2e0931e7473772904f5d1589cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Mon, 24 Aug 2015 15:40:59 +0200
Subject: 1.9 bump


diff --git a/.gitignore b/.gitignore
index f98a725..2fb51db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Time-Progress-1.4.tar.gz
 /Time-Progress-1.7.tar.gz
 /Time-Progress-1.8.tar.gz
+/Time-Progress-1.9.tar.gz
diff --git a/perl-Time-Progress.spec b/perl-Time-Progress.spec
index d0a9d9f..a12a20d 100644
--- a/perl-Time-Progress.spec
+++ b/perl-Time-Progress.spec
@@ -1,19 +1,20 @@
 Name:           perl-Time-Progress
-Version:        1.8
-Release:        7%{?dist}
+Version:        1.9
+Release:        1%{?dist}
 Summary:        Elapsed and estimated finish time reporting
 License:        GPL+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Time-Progress/
 Source0:        http://www.cpan.org/modules/by-module/Time/Time-Progress-%{version}.tar.gz
 BuildArch:      noarch
+# Build
 BuildRequires:  perl
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test)
 BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(Carp)
+# Tests only
+BuildRequires:  perl(Test::More) >= 0.88
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
@@ -24,12 +25,11 @@ Displays progress bar.
 %setup -q -n Time-Progress-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 24 2015 Petr Ĺ abata <contyk at redhat.com> - 1.9-1
+- 1.9 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 10eb778..19e18cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e594c6f6c62357b3c0f1587bf0181967  Time-Progress-1.8.tar.gz
+cb83f432f7674e3c8a4b64b55cccb560  Time-Progress-1.9.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Time-Progress.git/commit/?h=f22&id=ba522c32f5943e2e0931e7473772904f5d1589cc


More information about the perl-devel mailing list