From 5fb248a5b8a5aea31f09373ca6b76a84c8a38587 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Fri, 12 Jun 2015 16:59:52 +0200 Subject: [PATCH] Update to 1.39 --- .gitignore | 1 + auto.ini | 5 ----- perl-JSON-Any.spec | 21 +++++++++++---------- sources | 2 +- 4 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 auto.ini diff --git a/.gitignore b/.gitignore index 39754dc..0345f34 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/auto.ini b/auto.ini deleted file mode 100644 index 7160ca0..0000000 --- a/auto.ini +++ /dev/null @@ -1,5 +0,0 @@ -[add_build_requires] -perl(JSON::XS)=0 - -[add_requires] -perl(JSON::XS)=0 diff --git a/perl-JSON-Any.spec b/perl-JSON-Any.spec index 406bca7..cc08910 100644 --- a/perl-JSON-Any.spec +++ b/perl-JSON-Any.spec @@ -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 - 1.39-1 +- Update to 1.39 +- Tighten file listing +- Tidy up spec file + * Sat Jun 06 2015 Jitka Plesnikova - 1.38-2 - Perl 5.22 rebuild diff --git a/sources b/sources index db0563c..e344e88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f86b73f560a964d022e9198dc13110e JSON-Any-1.38.tar.gz +5d353625730e8a995bdee29560a2159b JSON-Any-1.39.tar.gz