perl-HTML-Tidy/cpanspec.yml
Stephan Kulow 3623b436f1 - updated to 1.60
see /usr/share/doc/packages/perl-HTML-Tidy/Changes
  
  1.60    Wed Sep 13 10:34:35 CDT 2017
  ====================================
  No functionality changes.  Fixes failing tests caused by differing
  versions of the tidy library.  Thanks, Rufus Cable.
  
  
  1.58    Sat May 27 00:03:51 CDT 2017
  ====================================
  No functionality changes.  This just fixes some tests.  This will probably
  be the last release that uses the old tidy/tidyp.  There is a new tidy
  that supports HTML 5 and I'm going to start working on making HTML::Tidy
  use that.
  
  [FIXES]
  Failing tests on Windows.  Thanks, Klaus Baldermann. (GH #11, GH #23)
  
  [INTERNALS]
  Added more tests.  Thanks, Hunter McMillen.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Tidy?expand=0&rev=18
2017-10-08 08:55:50 +00:00

33 lines
824 B
YAML

---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
preamble: |-
BuildRequires: libtidyp-devel
BuildRequires: perl(Alien::Tidyp)
Requires: perl(LWP::Simple)
BuildRequires: perl(LWP::Simple)
BuildRequires: perl(Test::Exception)
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module