psabata pushed to perl-DateTime-Set (master). "0.3500 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Nov 11 12:04:23 UTC 2015


From 6cac416613168003d13d47cf625d7b00cb03f7c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Wed, 11 Nov 2015 13:04:07 +0100
Subject: 0.3500 bump

---
 perl-DateTime-Set.spec | 32 +++++++++++++++-----------------
 sources                |  2 +-
 2 files changed, 16 insertions(+), 18 deletions(-)

diff --git a/perl-DateTime-Set.spec b/perl-DateTime-Set.spec
index be99d20..fee8e93 100644
--- a/perl-DateTime-Set.spec
+++ b/perl-DateTime-Set.spec
@@ -1,6 +1,6 @@
 Name:           perl-DateTime-Set
-Version:        0.3400
-Release:        7%{?dist}
+Version:        0.3500
+Release:        1%{?dist}
 Summary:        Datetime sets and set math
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,18 +9,19 @@ Source0:        http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Set-%{versio
 Patch0:         DateTime-Set-0.32-version.patch
 BuildArch:      noarch
 # Build
+BuildRequires:  perl
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
 # Runtime
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
+BuildRequires:  perl(DateTime) >= 0.12
 BuildRequires:  perl(DateTime::Duration)
 BuildRequires:  perl(DateTime::Infinite)
 BuildRequires:  perl(Params::Validate)
 BuildRequires:  perl(Set::Infinite) >= 0.59
-BuildRequires:  perl(strict)
 BuildRequires:  perl(vars)
 # Test Suite
-BuildRequires:  perl(DateTime) >= 0.12
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(warnings)
 # Optional Tests
@@ -28,8 +29,7 @@ BuildRequires:  perl(warnings)
 %if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(DateTime::Event::Recurrence)
 %endif
-# Runtime
-Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
 DateTime::Set is a module for datetime sets. It can be used to handle two
@@ -45,7 +45,6 @@ time", or "every Wednesday between 2003-03-05 and 2004-01-07".
 
 %prep
 %setup -q -n DateTime-Set-%{version}
-
 # Make perl/rpm version comparisons work the same way
 %patch0
 
@@ -54,23 +53,22 @@ perl Build.PL installdirs=vendor
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-%{_fixperms} $RPM_BUILD_ROOT
+./Build install destdir="%{buildroot}" create_packlist=0
+%{_fixperms} %{buildroot}
 
 %check
 ./Build test
 
 %files
-%doc Changes LICENSE README TODO
-%{perl_vendorlib}/DateTime/
-%{perl_vendorlib}/Set/
-%{_mandir}/man3/DateTime::Set.3pm*
-%{_mandir}/man3/DateTime::Span.3pm*
-%{_mandir}/man3/DateTime::SpanSet.3pm*
-%{_mandir}/man3/Set::Infinite::_recurrence.3pm*
+%license LICENSE
+%doc Changes README TODO
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
 
 %changelog
+* Wed Nov 11 2015 Petr Ĺ abata <contyk at redhat.com> - 0.3500-1
+- 0.3500 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3400-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index dd91de9..6570020 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9142499d535ac5ce2a1d6a0fef0626b3  DateTime-Set-0.3400.tar.gz
+0de7a290a8514b7f8d5e4f003987442b  DateTime-Set-0.3500.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-DateTime-Set.git/commit/?h=master&id=6cac416613168003d13d47cf625d7b00cb03f7c0


More information about the perl-devel mailing list