8
0
Files
perl-XML-LibXML/cpanspec.yml
Petr Gajdos 25d5c8ca5a Accepting request 1239241 from home:pmonrealgonzalez:branches:devel:languages:perl
- 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
2025-01-21 11:55:15 +00:00

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()"