0.015 bump
This commit is contained in:
parent
c73ff3b6b5
commit
1edf626f38
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/Module-Runtime-0.012.tar.gz
|
||||
/Module-Runtime-0.013.tar.gz
|
||||
/Module-Runtime-0.014.tar.gz
|
||||
/Module-Runtime-0.015.tar.gz
|
||||
|
||||
@ -4,22 +4,23 @@
|
||||
%{bcond_without perl_Module_Runtime_enables_optional_test}
|
||||
|
||||
Name: perl-Module-Runtime
|
||||
Version: 0.014
|
||||
Release: 10%{?dist}
|
||||
Version: 0.015
|
||||
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-interpreter
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(:VERSION) >= 5.6
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
# Tests:
|
||||
BuildRequires: perl(Math::BigInt)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::More) >= 0.41
|
||||
BuildRequires: perl(warnings)
|
||||
%if %{with perl_Module_Runtime_enables_optional_test}
|
||||
# Optional tests:
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
@ -35,15 +36,15 @@ modules, which are normally handled at compile time.
|
||||
%setup -q -n Module-Runtime-%{version}
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
./Build test
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes README
|
||||
@ -51,6 +52,9 @@ perl Build.PL installdirs=vendor
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 17 2017 Petr Pisar <ppisar@redhat.com> - 0.015-1
|
||||
- 0.015 bump
|
||||
|
||||
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-10
|
||||
- Perl 5.26 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user