Update to 2.27400
- New upstream release 2.27400 - Applied and merged long term neglected patches and pull requests - Modified Makefile.PL to set UNINST=1 if needed on old perls - Decode decimals to Perl's internal NV type - Simplify find command using -delete
This commit is contained in:
parent
b74804e9bd
commit
aece75e9c3
@ -1,6 +1,6 @@
|
||||
Name: perl-JSON-PP
|
||||
Version: 2.27300
|
||||
Release: 348%{?dist}
|
||||
Version: 2.27400
|
||||
Release: 1%{?dist}
|
||||
Summary: JSON::XS compatible pure-Perl module
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -9,6 +9,9 @@ Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-PP-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(lib)
|
||||
@ -66,7 +69,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
@ -80,10 +83,17 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/json_pp
|
||||
%{perl_vendorlib}/JSON/
|
||||
%{_mandir}/man1/json_pp.1*
|
||||
%{_mandir}/man3/JSON::PP.3pm*
|
||||
%{_mandir}/man3/JSON::PP::Boolean.3pm*
|
||||
%{_mandir}/man3/JSON::PP.3*
|
||||
%{_mandir}/man3/JSON::PP::Boolean.3*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 25 2016 Paul Howarth <paul@city-fan.org> - 2.27400-1
|
||||
- Update to 2.27400
|
||||
- Applied and merged long term neglected patches and pull requests
|
||||
- Modified Makefile.PL to set UNINST=1 if needed on old perls
|
||||
- Decode decimals to Perl's internal NV type
|
||||
- Simplify find command using -delete
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.27300-348
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user