1.00 bump

This commit is contained in:
Petr Písař 2013-02-28 10:11:12 +01:00
parent b79e4c40ae
commit 9b92cbc56f
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/IO-HTML-0.04.tar.gz
/IO-HTML-1.00.tar.gz

View File

@ -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@redhat.com> - 1.00-1
- 1.00 bump
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
a26db9ec7e9bcce863696c0f184c8e13 IO-HTML-0.04.tar.gz
fdfa3fe3d61a7fda9236c8d9776cdd65 IO-HTML-1.00.tar.gz