Update to 2.96
This commit is contained in:
parent
205eab6951
commit
70a6a18254
@ -1,15 +1,16 @@
|
|||||||
Name: perl-JSON
|
Name: perl-JSON
|
||||||
Summary: Parse and convert to JSON (JavaScript Object Notation)
|
Summary: Parse and convert to JSON (JavaScript Object Notation)
|
||||||
Version: 2.94
|
Version: 2.96
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
|
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/JSON-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/JSON-%{version}.tar.gz
|
||||||
URL: http://search.cpan.org/dist/JSON/
|
URL: http://search.cpan.org/dist/JSON/
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(base)
|
BuildRequires: perl(base)
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(constant)
|
BuildRequires: perl(constant)
|
||||||
@ -51,11 +52,8 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
|
find %{buildroot} -type f -name .packlist -delete
|
||||||
find %{buildroot} -type f -name .packlist -exec rm -f {} +
|
%{_fixperms} -c %{buildroot}
|
||||||
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
||||||
|
|
||||||
%{_fixperms} %{buildroot}/*
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -66,6 +64,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 20 2017 Paul Howarth <paul@city-fan.org> - 2.96-1
|
||||||
|
- Update to 2.96
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.94-2
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.94-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
@ -198,7 +199,7 @@ make test
|
|||||||
- bump
|
- bump
|
||||||
|
|
||||||
* Mon Aug 31 2009 Chris Weyl <cweyl@alumni.drew.edu> 2.15-3
|
* Mon Aug 31 2009 Chris Weyl <cweyl@alumni.drew.edu> 2.15-3
|
||||||
- update filtering
|
- update filtering
|
||||||
|
|
||||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15-2
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (JSON-2.94.tar.gz) = 0a20562441d525ee37fff467111f7d65124525e06b4f825079948752da2a983757e719025dd2ab896115b34ba146b4c495f738e4f005542dce0b058440c73a46
|
SHA512 (JSON-2.96.tar.gz) = 48e72ae8c696ecd95cd516df87f611cf60f15d6824a503fbf6cac2222b792d1cda7f38bf271a30e988273828e7c9604ff3da4799715b2dd80128cfc412aa031d
|
||||||
|
Loading…
Reference in New Issue
Block a user