0.002 bump

This commit is contained in:
Jitka Plesnikova 2013-08-21 16:21:30 +02:00
parent c089973971
commit 1078d34618
3 changed files with 13 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/DynaLoader-Functions-0.000.tar.gz
/DynaLoader-Functions-0.001.tar.gz
/DynaLoader-Functions-0.002.tar.gz

View File

@ -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 <jplesnik@redhat.com> - 0.002-1
- 0.002 bump
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.001-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
e029a13da60d597ac47c76a2122c8737 DynaLoader-Functions-0.001.tar.gz
f32c0a426d2b3aa59994332456b64d6e DynaLoader-Functions-0.002.tar.gz