From 1078d34618bfafbb014f592c029488d4b4e90517 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 21 Aug 2013 16:21:30 +0200 Subject: [PATCH] 0.002 bump --- .gitignore | 1 + perl-DynaLoader-Functions.spec | 17 +++++++++++------ sources | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 3f13a52..4a57a37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /DynaLoader-Functions-0.000.tar.gz /DynaLoader-Functions-0.001.tar.gz +/DynaLoader-Functions-0.002.tar.gz diff --git a/perl-DynaLoader-Functions.spec b/perl-DynaLoader-Functions.spec index 9167ef5..7566972 100644 --- a/perl-DynaLoader-Functions.spec +++ b/perl-DynaLoader-Functions.spec @@ -1,14 +1,17 @@ # This file is licensed under the terms of GNU GPLv2+. Name: perl-DynaLoader-Functions -Version: 0.001 -Release: 8%{?dist} +Version: 0.002 +Release: 1%{?dist} Summary: Deconstructed dynamic C library loading License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DynaLoader-Functions/ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/DynaLoader-Functions-%{version}.tar.gz BuildArch: noarch +BuildRequires: perl BuildRequires: perl(Module::Build) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) # Run-time: BuildRequires: perl(Carp) BuildRequires: perl(constant) @@ -18,11 +21,11 @@ BuildRequires: perl(parent) # Tests: BuildRequires: perl(Test::More) # Optional tests: -BuildRequires: perl(ExtUtils::CBuilder) +BuildRequires: perl(ExtUtils::CBuilder) >= 0.280209 BuildRequires: perl(File::Spec) BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) Requires: perl(DynaLoader) @@ -38,13 +41,12 @@ space of platform variations. %setup -q -n DynaLoader-Functions-%{version} %build -%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS" +perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS" ./Build %install ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -56,6 +58,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_mandir}/man3/* %changelog +* Wed Aug 21 2013 Jitka Plesnikova - 0.002-1 +- 0.002 bump + * Sat Aug 03 2013 Fedora Release Engineering - 0.001-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 4b8e98e..6fdc585 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e029a13da60d597ac47c76a2122c8737 DynaLoader-Functions-0.001.tar.gz +f32c0a426d2b3aa59994332456b64d6e DynaLoader-Functions-0.002.tar.gz