[perl-IO-HTML] 1.00 bump

Petr Pisar ppisar at fedoraproject.org
Thu Feb 28 09:11:35 UTC 2013


commit 9b92cbc56f3002785ad9b4a454dd03aff2f61823
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 28 10:11:12 2013 +0100

    1.00 bump

 .gitignore        |    1 +
 perl-IO-HTML.spec |   12 ++++++++----
 sources           |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b19b195..78f38db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /IO-HTML-0.04.tar.gz
+/IO-HTML-1.00.tar.gz
diff --git a/perl-IO-HTML.spec b/perl-IO-HTML.spec
index 3116f02..0ddd0a1 100644
--- a/perl-IO-HTML.spec
+++ b/perl-IO-HTML.spec
@@ -1,12 +1,13 @@
 Name:           perl-IO-HTML
-Version:        0.04
-Release:        2%{?dist}
+Version:        1.00
+Release:        1%{?dist}
 Summary:        Open an HTML file with automatic character set detection
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IO-HTML/
 Source0:        http://www.cpan.org/authors/id/C/CJ/CJM/IO-HTML-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 # Run-time:
 BuildRequires:  perl(Carp)
@@ -16,7 +17,7 @@ BuildRequires:  perl(Exporter) >= 5.57
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More) >= 0.88
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 IO::HTML provides an easy way to open a file containing HTML while
@@ -27,7 +28,7 @@ algorithm specified in section 8.2.2.1 of the draft standard.
 %setup -q -n IO-HTML-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -44,6 +45,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 28 2013 Petr Pisar <ppisar at redhat.com> - 1.00-1
+- 1.00 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index c9790f1..c0b87dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a26db9ec7e9bcce863696c0f184c8e13  IO-HTML-0.04.tar.gz
+fdfa3fe3d61a7fda9236c8d9776cdd65  IO-HTML-1.00.tar.gz


More information about the scm-commits mailing list