psabata pushed to perl-DateTime-Format-Mail (f23). "0.402 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jul 23 14:12:43 UTC 2015


From d92b3ee7c8b369135c29ee24822432cc2adc7be5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Thu, 23 Jul 2015 16:12:18 +0200
Subject: 0.402 bump


diff --git a/.gitignore b/.gitignore
index 200e663..94de2cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 DateTime-Format-Mail-0.3001.tar.gz
 /DateTime-Format-Mail-0.401.tar.gz
+/DateTime-Format-Mail-0.402.tar.gz
diff --git a/perl-DateTime-Format-Mail.spec b/perl-DateTime-Format-Mail.spec
index a715d58..0a90816 100644
--- a/perl-DateTime-Format-Mail.spec
+++ b/perl-DateTime-Format-Mail.spec
@@ -1,33 +1,30 @@
-%global cpan_version 0.401
+%global cpan_version 0.402
 
 Name:           perl-DateTime-Format-Mail
 Epoch:          1
 Version:        %{cpan_version}.0
-Release:        3%{?dist}
+Release:        1%{?dist}
 Summary:        Convert between DateTime and RFC2822/822 formats
 Group:          Development/Libraries
 License:        GPL+ or Artistic        
 URL:            http://search.cpan.org/dist/DateTime-Format-Mail            
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOOK/DateTime-Format-Mail-%{cpan_version}.tar.gz        
 BuildArch:      noarch
+# Build
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
-# Run-time:
+# Runtime:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(DateTime) >= 0.18
 BuildRequires:  perl(Params::Validate)
 BuildRequires:  perl(vars)
-# Tests:
+# Tests only
 BuildRequires:  perl(File::Spec)
-# Pod::Coverage::TrustPod not used
-# Test::CPAN::Meta not used
 BuildRequires:  perl(Test::More) >= 0.88
-# Test::Pod 1.41 not used
-# Test::Pod::Coverage 1.08 not used
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-# DateTime >= 0.1705 plays havoc with rpm's versioning system
 Requires:       perl(DateTime) >= 0.18
 
 # Remove under-specified dependencies
@@ -48,24 +45,26 @@ people still get it wrong. This module aims to correct that.
 %setup -q -n DateTime-Format-Mail-%{cpan_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 CREDITS Changes LICENSE README
+%license LICENSE
+%doc CREDITS Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
-
 %changelog
+* Thu Jul 23 2015 Petr Ĺ abata <contyk at redhat.com> - 1:0.402.0-1
+- 0.402 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.401.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index ac30f65..2632833 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-98f4d4d9dc17af5dcb3b3c79314ccc96  DateTime-Format-Mail-0.401.tar.gz
+0c469323564cd88189c15cc396884214  DateTime-Format-Mail-0.402.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-DateTime-Format-Mail.git/commit/?h=f23&id=d92b3ee7c8b369135c29ee24822432cc2adc7be5


More information about the perl-devel mailing list