forked from pool/perl-HTML-Format
- update to 2.05
- Smoke tests on windows showed needed make PS tests less strict - Changed the github location to be all lowercase - Releasing this as a stop gap - will do further work now incompatibilities dealt with - Added dependancies for font metrics files - Documentation tidy up - but needs further work - RT#54636 - UNIVERSAL::Can deprecated - RT#56278 - RTF formatting parameters ignored by new - Git conversion - Dist::Zilla conversion - removed universal-can.patch (merged in upstream) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Format?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
f860616c44
commit
976d5ae14d
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTML-Format (Version 2.04)
|
||||
# spec file for package perl-HTML-Format
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,17 +20,16 @@
|
||||
|
||||
Name: perl-HTML-Format
|
||||
%define cpan_name HTML-Format
|
||||
BuildRequires: perl-Font-AFM perl-HTML-Tree
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl-Font-AFM perl-HTML-Tree perl-File-Slurp
|
||||
BuildRequires: perl-macros perl(Test::More) >= 0.96
|
||||
License: Artistic ; GPLv2+
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: perl-HTML-Parser perl-HTML-Tagset perl-Font-AFM perl-HTML-Tree
|
||||
AutoReqProv: on
|
||||
Summary: Perl Modules to Format HTML into Plain Text, PostScript, or RTF
|
||||
Version: 2.04
|
||||
Release: 149
|
||||
Version: 2.05
|
||||
Release: 150
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Patch1: universal-can.patch
|
||||
Url: http://cpan.org/authors/id/S/SB/SBURKE
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
@@ -49,12 +48,11 @@ Authors:
|
||||
%prep
|
||||
%setup -n %{cpan_name}-%{version}
|
||||
|
||||
## universal-can.patch
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user