forked from pool/perl-XML-LibXML
- Fix the testsuite with libxml2 version 2.13.0 and up: * github.com/shlomif/perl-XML-LibXML/pull/87 * Add perl-XML-LibXML-fix-testsuite-with-libxml2-2.13.patch OBS-URL: https://build.opensuse.org/request/show/1239241 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=107
21 lines
630 B
YAML
21 lines
630 B
YAML
---
|
|
description_paragraphs: 1
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
patches:
|
|
perl-XML-LibXML-fix-testsuite-with-libxml2-2.13.patch: -p1
|
|
# bar.patch:
|
|
preamble: |-
|
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.9.0
|
|
Provides: perl-XML-LibXML-Common = %{version}
|
|
Obsoletes: perl-XML-LibXML-Common < %{version}
|
|
#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
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
post_section: |-
|
|
perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
|