Upstream update.
- Drop perl-HTML-Format-2.10.diff.
This commit is contained in:
parent
e95b733d3b
commit
43154eca45
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/HTML-Format-2.10.tar.gz
|
||||
/HTML-Format-2.11.tar.gz
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
diff -Naur HTML-Format-2.10.orig/t/rt69426.t HTML-Format-2.10.hacked/t/rt69426.t
|
||||
--- HTML-Format-2.10.orig/t/rt69426.t 2011-07-18 18:07:49.000000000 +0200
|
||||
+++ HTML-Format-2.10/t/rt69426.t 2011-08-19 08:52:13.880661937 +0200
|
||||
@@ -28,7 +28,7 @@
|
||||
my $desc = $table->{$quoted};
|
||||
my $obj = new_ok("HTML::FormatPS");
|
||||
my $htree = new_ok("HTML::TreeBuilder");
|
||||
-
|
||||
+
|
||||
my $html = '<html><body>The ' . $desc . ' is a ' . $quoted . ' character</body></html>';
|
||||
ok( $html, "HTML string containing an $desc should map to $desc" );
|
||||
|
||||
@ -1,14 +1,12 @@
|
||||
Name: perl-HTML-Format
|
||||
Version: 2.10
|
||||
Release: 9%{?dist}
|
||||
Version: 2.11
|
||||
Release: 1%{?dist}
|
||||
Summary: HTML formatter modules
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/HTML-Format/
|
||||
Source0: http://www.cpan.org/authors/id/N/NI/NIGELM/HTML-Format-%{version}.tar.gz
|
||||
# Work-around testsuite failure
|
||||
Patch0: %{name}-%{version}.diff
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
BuildArch: noarch
|
||||
@ -76,9 +74,6 @@ A collection of modules that formats HTML as plaintext, PostScript or RTF.
|
||||
%prep
|
||||
%setup -q -c -T -n %{name}-%{version}
|
||||
%setup -q -T -D -n %{name}-%{version} -a0
|
||||
cd HTML-Format-%{version}
|
||||
%patch0 -p1
|
||||
cd ..
|
||||
|
||||
%build
|
||||
cd HTML-Format-%{version}
|
||||
@ -98,12 +93,15 @@ RELEASE_TESTING=1 ./Build test
|
||||
cd ..
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc HTML-Format-%{version}/Changes HTML-Format-%{version}/README HTML-Format-%{version}/LICENSE
|
||||
%{perl_vendorlib}/HTML
|
||||
%{_mandir}/man3/HTML*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 07 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.11-1
|
||||
- Upstream update.
|
||||
- Drop perl-HTML-Format-2.10.diff.
|
||||
|
||||
* Sun Aug 04 2013 Petr Pisar <ppisar@redhat.com> - 2.10-9
|
||||
- Perl 5.18 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user