26 lines
657 B
YAML
26 lines
657 B
YAML
|
---
|
||
|
#description_paragraphs: 3
|
||
|
#no_testing: broken upstream
|
||
|
#sources:
|
||
|
# - source1
|
||
|
# - source2
|
||
|
patches:
|
||
|
perl-Alien-wxWidgets-do_not_build_wxgtk.patch:
|
||
|
perl-Alien-wxWidgets-ignore_cbuilder_version.patch:
|
||
|
|
||
|
preamble: |-
|
||
|
BuildRequires: gcc-c++
|
||
|
BuildRequires: wxWidgets-ansi-devel
|
||
|
post_prep: |-
|
||
|
# this copy of GNU patch is only used on win32, remove it for license clarity
|
||
|
# see https://build.opensuse.org/request/show/237465
|
||
|
rm -vf inc/src/patch*
|
||
|
#post_install: |-
|
||
|
# sed on %{name}.files
|
||
|
#license: SUSE-NonFree
|
||
|
skip_noarch: 1
|
||
|
custom_build: |-
|
||
|
yes no | %__perl ./Build.PL installdirs=vendor
|
||
|
yes no | ./Build
|
||
|
./Build build flags=%{?_smp_mflags}
|