Update to 2.023

epel9
Emmanuel Seyman 8 years ago
parent 846008a86a
commit 9e4dcf792d

1
.gitignore vendored

@ -1,3 +1,4 @@
Data-Dumper-Concise-1.200.tar.gz
/Data-Dumper-Concise-2.020.tar.gz
/Data-Dumper-Concise-2.022.tar.gz
/Data-Dumper-Concise-2.023.tar.gz

@ -1,10 +1,10 @@
Name: perl-Data-Dumper-Concise
Summary: A convenient way to reproduce a set of Dumper options
Version: 2.022
Release: 7%{?dist}
Version: 2.023
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/F/FR/FREW/Data-Dumper-Concise-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Data-Dumper-Concise-%{version}.tar.gz
URL: http://search.cpan.org/dist/Data-Dumper-Concise
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
@ -33,17 +33,13 @@ that we've found ourselves using across large numbers of applications.
%prep
%setup -q -n Data-Dumper-Concise-%{version}
# Remove bundled modules
rm -r ./inc
sed -i -e '/^inc\//d' MANIFEST
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
%{_fixperms} %{buildroot}/*
%check
@ -55,6 +51,9 @@ make test
%{_mandir}/man3/*.3*
%changelog
* Sun May 14 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 2.023-1
- Update to 2.023
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.022-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

@ -1 +1 @@
416882cd86114e7cea9a429ae97fb5a6 Data-Dumper-Concise-2.022.tar.gz
SHA512 (Data-Dumper-Concise-2.023.tar.gz) = cc193bc60228dd3bb1c50d4545ee6a507d80ada27548303bb04fd720504746a2d5a4f32d7c33f52dfaf135a2456e019d794a7d693e2c56df9ea9d0ff385e8cd0

Loading…
Cancel
Save