[perl-boolean] update to 0.30

Iain Arnell iarnell at fedoraproject.org
Fri Apr 19 16:29:29 UTC 2013


commit 7e028ee68b15e93785274d09ed8f4c864b53927a
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Apr 19 10:29:18 2013 -0600

    update to 0.30

 .gitignore        |    1 +
 perl-boolean.spec |   10 +++++++---
 sources           |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c1adce..4c2c850 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ boolean-0.20.tar.gz
 /boolean-0.26.tar.gz
 /boolean-0.27.tar.gz
 /boolean-0.28.tar.gz
+/boolean-0.30.tar.gz
diff --git a/perl-boolean.spec b/perl-boolean.spec
index 11312a6..4afaca8 100644
--- a/perl-boolean.spec
+++ b/perl-boolean.spec
@@ -1,6 +1,6 @@
 Name:           perl-boolean
-Version:        0.28
-Release:        5%{?dist}
+Version:        0.30
+Release:        1%{?dist}
 Summary:        Boolean support for Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,6 +9,7 @@ Source0:        http://www.cpan.org/authors/id/I/IN/INGY/boolean-%{version}.tar.
 BuildArch:      noarch
 BuildRequires:  perl >= 0:5.005003
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(JSON)
 BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -25,7 +26,7 @@ Most programming languages have a native Boolean data type. Perl does not.
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -41,6 +42,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 19 2013 Iain Arnell <iarnell at gmail.com> 0.30-1
+- update to latest upstream version
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.28-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 0efee68..f0507ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-488916ac0aa8be172460e896a8a9977a  boolean-0.28.tar.gz
+f4f23302481e82402048a91a8fa2e078  boolean-0.30.tar.gz


More information about the scm-commits mailing list