psabata pushed to perl-DateTime-Event-ICal (f23). "0.13 bump, documentation enhancements"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Oct 1 12:59:20 UTC 2015


From 732eb4186dce591e1463d239ef0017248cdb15d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Thu, 1 Oct 2015 14:52:12 +0200
Subject: 0.13 bump, documentation enhancements


diff --git a/.gitignore b/.gitignore
index b8f20c9..c5f1244 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 DateTime-Event-ICal-0.10.tar.gz
 /DateTime-Event-ICal-0.11.tar.gz
 /DateTime-Event-ICal-0.12.tar.gz
+/DateTime-Event-ICal-0.13.tar.gz
diff --git a/perl-DateTime-Event-ICal.spec b/perl-DateTime-Event-ICal.spec
index df0b71c..a5bf964 100644
--- a/perl-DateTime-Event-ICal.spec
+++ b/perl-DateTime-Event-ICal.spec
@@ -1,6 +1,6 @@
 Name:           perl-DateTime-Event-ICal
-Version:        0.12
-Release:        3%{?dist}
+Version:        0.13
+Release:        1%{?dist}
 Summary:        Perl DateTime extension for computing rfc2445 recurrences
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,8 +8,9 @@ URL:            http://search.cpan.org/dist/DateTime-Event-ICal/
 Source0:        http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-%{version}.tar.gz
 BuildArch:      noarch
 # Build
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 # Runtime
 BuildRequires:  perl(Carp)
@@ -19,6 +20,7 @@ BuildRequires:  perl(DateTime::Event::Recurrence) >= 0.11
 BuildRequires:  perl(DateTime::Set)
 BuildRequires:  perl(DateTime::Span)
 BuildRequires:  perl(DateTime::SpanSet)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Params::Validate)
 BuildRequires:  perl(vars)
 # Test suite
@@ -35,23 +37,26 @@ DateTime::Set objects for rfc2445 style recurrences.
 %setup -q -n DateTime-Event-ICal-%{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
 make test
 
 %files
-%doc Changes LICENSE README TODO
-%{perl_vendorlib}/DateTime/
-%{_mandir}/man3/DateTime::Event::ICal.3pm*
+%license LICENSE
+%doc Changes README TODO
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
 
 %changelog
+* Thu Oct 01 2015 Petr Ĺ abata <contyk at redhat.com> - 0.13-1
+- 0.13 bump, documentation enhancements
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 7676983..734560e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79872092a4182d2261c01eaaacc1afe0  DateTime-Event-ICal-0.12.tar.gz
+cc7fc1f939c41c3c6e25b349917fbcdc  DateTime-Event-ICal-0.13.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-DateTime-Event-ICal.git/commit/?h=f23&id=732eb4186dce591e1463d239ef0017248cdb15d4


More information about the perl-devel mailing list