---
#description_paragraphs: 3
summary: Automation framework for local and remote execution
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
preamble: |-
BuildRequires: perl(ExtUtils::MakeMaker) > 7.12
BuildRequires: perl(YAML) > 1.25
BuildRequires: perl(Text::Wrap) > 2023.0509
BuildRequires: git-core
Requires: perl(YAML) > 1.25
Requires: perl(Text::Wrap) > 2023.0509
#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
#custom_test: |-
#startserver && make test
# Upstream specifies 7.1101 which seems to be a development version and
# is parsed higher than even the latest 7.62 by rpm
ignore_requires: YAML ExtUtils::MakeMaker Text::Wrap