1.00 bump
This commit is contained in:
parent
b79e4c40ae
commit
9b92cbc56f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/IO-HTML-0.04.tar.gz
|
||||
/IO-HTML-1.00.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user