Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-File-ShareDir.git#01f5e74ab913d4c2692d4c300533e17987d9f4d9
This commit is contained in:
parent
7b6041ad2e
commit
fb81568387
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ File-ShareDir-1.00.tar.gz
|
||||
/File-ShareDir-1.112.tar.gz
|
||||
/File-ShareDir-1.114.tar.gz
|
||||
/File-ShareDir-1.116.tar.gz
|
||||
/File-ShareDir-1.118.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-File-ShareDir
|
||||
Version: 1.116
|
||||
Release: 9%{?dist}
|
||||
Version: 1.118
|
||||
Release: 1%{?dist}
|
||||
Summary: Locate per-dist and per-module shared files
|
||||
# other files: GPL+ or Artistic
|
||||
## not in binary packages
|
||||
@ -32,13 +32,14 @@ BuildRequires: perl(constant)
|
||||
BuildRequires: perl(List::MoreUtils) >= 0.428
|
||||
BuildRequires: perl(Params::Util) >= 1.07
|
||||
# Tests
|
||||
BuildRequires: perl(CPAN::Meta)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
# Optional tests
|
||||
BuildRequires: perl(CPAN::Meta)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Class::Inspector) >= 1.12
|
||||
Recommends: perl(List::MoreUtils) >= 0.428
|
||||
@ -57,11 +58,11 @@ available to the larger Perl community.
|
||||
%setup -q -n File-ShareDir-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{make_install}
|
||||
%{_fixperms} %{buildroot}/*
|
||||
chmod 644 share/sample.txt
|
||||
chmod 644 share/subdir/sample.txt
|
||||
@ -78,6 +79,9 @@ make test AUTOMATED_TESTING=1
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 21 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.118-1
|
||||
- 1.118 bump
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.116-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (File-ShareDir-1.116.tar.gz) = 5fcd75254c446f02ee377e6b5848baad95c73779b8525b0ee1699fe675ddd2bd67d0dc057f47b0991ec136de16e06a4891a4b14a78bd96c3e2468640053bbe0e
|
||||
SHA512 (File-ShareDir-1.118.tar.gz) = 890f33e96333f7b07707d722e59e7da9a287112062814ef294594ac67f2f7349f905c009e6cd70d3af3a4de85335b074ec5a61194f9b0495f3e793d6ca635853
|
||||
|
||||
Loading…
Reference in New Issue
Block a user