Update to 1.39

epel9
Emmanuel Seyman 10 years ago
parent 778d91dd02
commit 5fb248a5b8

1
.gitignore vendored

@ -8,3 +8,4 @@ JSON-Any-1.22.tar.gz
/JSON-Any-1.35.tar.gz
/JSON-Any-1.36.tar.gz
/JSON-Any-1.38.tar.gz
/JSON-Any-1.39.tar.gz

@ -1,5 +0,0 @@
[add_build_requires]
perl(JSON::XS)=0
[add_requires]
perl(JSON::XS)=0

@ -1,7 +1,7 @@
Name: perl-JSON-Any
Summary: A meta-module to make working with JSON easier
Version: 1.38
Release: 2%{?dist}
Version: 1.39
Release: 1%{?dist}
License: GPL+ or Artistic
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/JSON-Any-%{version}.tar.gz
@ -13,7 +13,7 @@ BuildRequires: perl(Carp)
BuildRequires: perl(CPAN)
BuildRequires: perl(Cpanel::JSON::XS)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(JSON)
# Not in Fedora
# BuildRequires: perl(JSON::DWIW)
@ -45,15 +45,11 @@ currently on CPAN.
find . -type f -exec chmod -c -x {} +
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor --default
%{__perl} Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor --default
make
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} +
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} %{buildroot}/*
%check
@ -61,10 +57,15 @@ make test
%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%{perl_vendorlib}/JSON*
%{_mandir}/man3/JSON*
%changelog
* Fri Jun 12 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 1.39-1
- Update to 1.39
- Tighten file listing
- Tidy up spec file
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-2
- Perl 5.22 rebuild

@ -1 +1 @@
8f86b73f560a964d022e9198dc13110e JSON-Any-1.38.tar.gz
5d353625730e8a995bdee29560a2159b JSON-Any-1.39.tar.gz

Loading…
Cancel
Save