[perl-boolean] update to 0.28

Iain Arnell iarnell at fedoraproject.org
Thu Sep 22 07:44:06 UTC 2011


commit 17a97f64deccefeb9ba7546edc4aa812b5ecee77
Author: Iain Arnell <iarnell at gmail.com>
Date:   Thu Sep 22 09:43:47 2011 +0200

    update to 0.28

 .gitignore        |    1 +
 perl-boolean.spec |   11 ++++-------
 sources           |    2 +-
 3 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 60850b0..7c1adce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ boolean-0.20.tar.gz
 /boolean-0.25.tar.gz
 /boolean-0.26.tar.gz
 /boolean-0.27.tar.gz
+/boolean-0.28.tar.gz
diff --git a/perl-boolean.spec b/perl-boolean.spec
index e2d63e1..c84c713 100644
--- a/perl-boolean.spec
+++ b/perl-boolean.spec
@@ -1,5 +1,5 @@
 Name:           perl-boolean
-Version:        0.27
+Version:        0.28
 Release:        1%{?dist}
 Summary:        Boolean support for Perl
 License:        GPL+ or Artistic
@@ -19,15 +19,12 @@ Most programming languages have a native Boolean data type. Perl does not.
 
 %prep
 %setup -q -n boolean-%{version}
-iconv -f iso8859-1 -t utf-8 README >README.conv && mv -f README.conv README
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -38,15 +35,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 22 2011 Iain Arnell <iarnell at gmail.com> 0.28-1
+- update to latest upstream version
+
 * Wed Jun 29 2011 Iain Arnell <iarnell at gmail.com> 0.27-1
 - update to latest upstream version
 - remove buildroot and defattr from spec file
diff --git a/sources b/sources
index f1aac67..0efee68 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63110b4b93c38d45f57f06c6077aaf0b  boolean-0.27.tar.gz
+488916ac0aa8be172460e896a8a9977a  boolean-0.28.tar.gz



More information about the perl-devel mailing list