0.013 bump
This commit is contained in:
parent
17f957c346
commit
f7bf35671a
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/File-Slurper-0.010.tar.gz
|
||||
/File-Slurper-0.011.tar.gz
|
||||
/File-Slurper-0.012.tar.gz
|
||||
/File-Slurper-0.013.tar.gz
|
||||
|
||||
@ -1,12 +1,13 @@
|
||||
Name: perl-File-Slurper
|
||||
Version: 0.012
|
||||
Release: 12%{?dist}
|
||||
Version: 0.013
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple, sane and efficient module to slurp a file
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/File-Slurper
|
||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurper-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
@ -37,11 +38,11 @@ All functions are optionally exported.
|
||||
%setup -q -n File-Slurper-%{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}/*
|
||||
|
||||
%check
|
||||
@ -54,6 +55,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.013-1
|
||||
- 0.013 bump
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.012-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (File-Slurper-0.012.tar.gz) = 276b510c85b4e28fff4b8bd77c81031367b073426138743efb5d54fe01fa9825409f86090788779e96625b43207d1f864f348cc11554c51d36868dfed568f2bb
|
||||
SHA512 (File-Slurper-0.013.tar.gz) = c804372b5828eaec777083fddef06d805efadfdfb5fd99aa6be68f914e70d9d812bb08fe6e1c661fcbbb0deec1460cd6813c3bf3c0a91c047636eb2bec594ccb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user