psabata pushed to perl-Time-Warp (master). "0.52 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jun 12 12:04:13 UTC 2015


From 81ca6d6bb50c726cf77943c70a7522f4ad329263 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Fri, 12 Jun 2015 14:04:04 +0200
Subject: 0.52 bump


diff --git a/.gitignore b/.gitignore
index 21b5ae1..b3383c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Time-Warp-0.51.tar.gz
+/Time-Warp-0.52.tar.gz
diff --git a/perl-Time-Warp.spec b/perl-Time-Warp.spec
index aba6430..94f1913 100644
--- a/perl-Time-Warp.spec
+++ b/perl-Time-Warp.spec
@@ -1,14 +1,14 @@
 Name:       perl-Time-Warp 
-Version:    0.51
-Release:    2%{?dist}
-# Warp.pm -> GPL+ or Artistic
+Version:    0.52
+Release:    1%{?dist}
 License:    GPL+ or Artistic 
-Group:      Development/Libraries
 Summary:    Control over the flow of time
 Source:     http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Time-Warp-%{version}.tar.gz
 Url:        http://search.cpan.org/dist/Time-Warp
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Run-time:
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
@@ -30,13 +30,12 @@ over the measurement of time.
 %setup -q -n Time-Warp-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -48,6 +47,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jun 12 2015 Petr Ĺ abata <contyk at redhat.com> - 0.52-1
+- 0.52 bump
+
 * Wed Jun 03 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.51-2
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 55fd9f7..22ca05a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc59a3be780357c364a44cfcd2033a0f  Time-Warp-0.51.tar.gz
+109e0e739a6dcddff970e18d5a9c80ae  Time-Warp-0.52.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Time-Warp.git/commit/?h=master&id=81ca6d6bb50c726cf77943c70a7522f4ad329263


More information about the perl-devel mailing list