You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
2.9 KiB
87 lines
2.9 KiB
1 year ago
|
Name: perl-HTML-FormatText-WithLinks-AndTables
|
||
|
Version: 0.02
|
||
|
Release: 4%{?dist}
|
||
|
Summary: Converts HTML to Text with tables in tact
|
||
|
License: GPL+ or Artistic
|
||
|
Group: Development/Libraries
|
||
|
URL: http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables/
|
||
|
BuildArch: noarch
|
||
|
|
||
|
Source0: http://www.cpan.org/authors/id/S/SF/SFRYER/HTML-FormatText-WithLinks-AndTables-%{version}.tar.gz
|
||
|
Patch0: RT-74392.patch
|
||
|
Patch1: col_0_fix.patch
|
||
|
|
||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||
|
BuildRequires: perl(HTML::FormatText::WithLinks)
|
||
|
BuildRequires: perl(HTML::TreeBuilder)
|
||
|
BuildRequires: perl(Test::More)
|
||
|
Requires: perl(Test::More)
|
||
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||
|
|
||
|
%description
|
||
|
This module was inspired by HTML::FormatText::WithLinks which has proven to
|
||
|
be a useful "lynx -dump" work-alike. However one frustration was that no
|
||
|
other HTML converters I came across had the ability to deal effectively
|
||
|
with HTML <TABLE>s. This module can in a rudimentary sense do so. The aim
|
||
|
was to provide facility to take a simple HTML based email template, and to
|
||
|
also convert it to text with the <TABLE> structure intact for inclusion as
|
||
|
"multi-part/alternative" content. Further, it will preserve both the
|
||
|
formatting specified by the <TD> tag's "align" attribute, and will also
|
||
|
preserve multi-line text inside of a <TD> element provided it is broken
|
||
|
using <BR/> tags.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n HTML-FormatText-WithLinks-AndTables
|
||
|
%patch0 -p 1
|
||
|
%patch1 -p 1
|
||
|
|
||
|
%build
|
||
|
perl Makefile.PL INSTALLDIRS=vendor
|
||
|
make %{?_smp_mflags}
|
||
|
|
||
|
%install
|
||
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||
|
|
||
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||
|
|
||
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||
|
|
||
|
%check
|
||
|
make test
|
||
|
|
||
|
%files
|
||
|
%doc Changes README
|
||
|
%{perl_vendorlib}/*
|
||
|
%{_mandir}/man3/*
|
||
|
|
||
|
%changelog
|
||
|
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.02-4
|
||
|
- Mass rebuild 2013-12-27
|
||
|
|
||
|
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.02-3
|
||
|
- Merge newer from F18, modernise SPEC
|
||
|
|
||
|
* Fri Feb 15 2013 Jeff fearn <jfearn@redhat.com> 0.02-1
|
||
|
- New Upstream
|
||
|
|
||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-6
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||
|
|
||
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||
|
|
||
|
* Thu Jun 21 2012 Petr Pisar <ppisar@redhat.com> - 0.01-4
|
||
|
- Perl 5.16 rebuild
|
||
|
|
||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||
|
|
||
|
* Sun Jun 26 2011 Rüdiger Landmann <r.landmann@redhat.com> 0.01-2
|
||
|
- rm duplicate Requires
|
||
|
- verify license
|
||
|
- clean up spellings in description
|
||
|
|
||
|
* Tue Jun 07 2011 Jeff fearn <jfearn@redhat.com> 0.01-1
|
||
|
- Specfile autogenerated by cpanspec 1.78.
|