0.016 bump
This commit is contained in:
parent
01fb2e5e7a
commit
b6458078a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/Module-Runtime-0.013.tar.gz
|
||||
/Module-Runtime-0.014.tar.gz
|
||||
/Module-Runtime-0.015.tar.gz
|
||||
/Module-Runtime-0.016.tar.gz
|
||||
|
||||
@ -4,13 +4,14 @@
|
||||
%{bcond_without perl_Module_Runtime_enables_optional_test}
|
||||
|
||||
Name: perl-Module-Runtime
|
||||
Version: 0.015
|
||||
Release: 2%{?dist}
|
||||
Version: 0.016
|
||||
Release: 1%{?dist}
|
||||
Summary: Runtime module handling
|
||||
License: GPL+ or Artistic
|
||||
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: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
@ -41,17 +42,20 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
%{perl_vendorlib}/Module/
|
||||
%{_mandir}/man3/Module::Runtime.3*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 19 2017 Paul Howarth <paul@city-fan.org> - 0.016-1
|
||||
- 0.016 bump
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.015-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Module-Runtime-0.015.tar.gz) = 13f85128130f1543d6be86c002b5d093ed530ab069a7fdf2c109317a234a800611c43e8ff7349f43eb35e0169f80f677a117277a70aa138f0f147d9cf8fb16d0
|
||||
SHA512 (Module-Runtime-0.016.tar.gz) = 64a362ee897646173dbbdd8794f863d93379d45d7ac20d3ae890d77b4ec3f5e36aaff66c41b4a6a33b28bf492216283528755550ab09e466ceafb4f0cfbaeb9e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user