Update to 0.13
- New upstream release 0.13
- Add rules files for 'prove' and Test::Harness to specify that tests need to
be run serially for now
- Support spaces (and other special characters too) in share files (GH#2)
- BR: perl(CPAN::Meta::YAML) so we can process testrules.yml
This commit is contained in:
parent
76463e1060
commit
09ebe1cff5
@ -1,6 +1,6 @@
|
||||
Name: perl-File-ShareDir-Install
|
||||
Version: 0.11
|
||||
Release: 5%{?dist}
|
||||
Version: 0.13
|
||||
Release: 1%{?dist}
|
||||
Summary: Install shared files
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/File-ShareDir-Install/
|
||||
@ -10,8 +10,8 @@ BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
@ -22,8 +22,8 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(CPAN::Meta::YAML)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Test::More)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
@ -37,13 +37,13 @@ to locate these files after installation.
|
||||
%setup -q -n File-ShareDir-Install-%{version}
|
||||
|
||||
%build
|
||||
PERL_MM_FALLBACK_SILENCE_WARNING=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -55,6 +55,13 @@ make test
|
||||
%{_mandir}/man3/File::ShareDir::Install.3*
|
||||
|
||||
%changelog
|
||||
* Mon May 14 2018 Paul Howarth <paul@city-fan.org> - 0.13-1
|
||||
- Update to 0.13
|
||||
- Add rules files for 'prove' and Test::Harness to specify that tests need to
|
||||
be run serially for now
|
||||
- Support spaces (and other special characters too) in share files (GH#2)
|
||||
- BR: perl(CPAN::Meta::YAML) so we can process testrules.yml
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user