ee5206b248
- Add perl(HTTP::Daemon) BuildRequires: so far, this was pulled in by perl-libwww-perl. The RPC-XML library itself can work with or without HTTP::Daemon, but the test suite has an explicit test for it. OBS-URL: https://build.opensuse.org/request/show/878353 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RPC-XML?expand=0&rev=35
26 lines
595 B
YAML
26 lines
595 B
YAML
---
|
|
#description_paragraphs: 3
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
patches:
|
|
#PATCH-FIX-UPSTREAM - coolo@suse.de RT#86187
|
|
RPC-XML-0.77-fixtest.dif: -p1
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
#preamble: |-
|
|
# BuildRequires: gcc-c++
|
|
#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_install: |-
|
|
# sed on %{name}.files
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: -
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
preamble: |-
|
|
BuildRequires: perl(HTTP::Daemon)
|
|
|