eseyman pushed to perl-JSON-Tiny (master). "Update to 0.54"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Oct 31 22:40:38 UTC 2015


From 30322b9db8dce81a88772b63045dacf2a9551815 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emmanuel at seyman.fr>
Date: Sat, 31 Oct 2015 23:30:52 +0100
Subject: Update to 0.54

---
 .gitignore          |  1 +
 perl-JSON-Tiny.spec | 14 +++++++-------
 sources             |  2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index a45baf4..454aadb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /JSON-Tiny-0.50.tar.gz
 /JSON-Tiny-0.53.tar.gz
+/JSON-Tiny-0.54.tar.gz
diff --git a/perl-JSON-Tiny.spec b/perl-JSON-Tiny.spec
index 8dc1875..663ad5b 100644
--- a/perl-JSON-Tiny.spec
+++ b/perl-JSON-Tiny.spec
@@ -1,6 +1,6 @@
 Name:           perl-JSON-Tiny
-Version:        0.53
-Release:        3%{?dist}
+Version:        0.54
+Release:        1%{?dist}
 Summary:        Minimalistic JSON. No dependencies
 License:        ASL 2.0
 
@@ -13,7 +13,7 @@ BuildRequires:  perl(B)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(overload)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
@@ -35,14 +35,11 @@ code and core-only dependencies.
 %setup -q -n JSON-Tiny-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -55,6 +52,9 @@ RELEASE_TESTING=1 make test
 %{_mandir}/man3/JSON*
 
 %changelog
+* Sat Oct 31 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.54-1
+- Update to 0.54
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.53-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index aa78a7d..236351c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-70957d3df2ea67f8e2c760166fce7b24  JSON-Tiny-0.53.tar.gz
+459aa08cc5dd14d8d58cbba7fc6217f8  JSON-Tiny-0.54.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-JSON-Tiny.git/commit/?h=master&id=30322b9db8dce81a88772b63045dacf2a9551815


More information about the perl-devel mailing list