0.014 bump

This commit is contained in:
Petr Písař 2014-02-10 12:33:31 +01:00
parent 39dab32ab9
commit 0a29c25fdf
3 changed files with 12 additions and 6 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/Module-Runtime-0.011.tar.gz
/Module-Runtime-0.012.tar.gz
/Module-Runtime-0.013.tar.gz
/Module-Runtime-0.014.tar.gz

View File

@ -1,20 +1,23 @@
# This file is licensed under the terms of GNU GPLv2+.
Name: perl-Module-Runtime
Version: 0.013
Release: 6%{?dist}
Version: 0.014
Release: 1%{?dist}
Summary: Runtime module handling
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Module-Runtime/
Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Tests:
BuildRequires: perl(Test::More)
# Optional tests:
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))
%description
The functions exported by this module deal with runtime handling of Perl
@ -24,12 +27,11 @@ modules, which are normally handled at compile time.
%setup -q -n Module-Runtime-%{version}
%build
%{__perl} Build.PL installdirs=vendor
perl Build.PL installdirs=vendor
./Build
%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@ -41,6 +43,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_mandir}/man3/*
%changelog
* Mon Feb 10 2014 Petr Pisar <ppisar@redhat.com> - 0.014-1
- 0.014 bump
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
62b88b1f5f0e975a5d7c80cd46167b97 Module-Runtime-0.013.tar.gz
a6597bc25536a30476f0d75b64d35734 Module-Runtime-0.014.tar.gz