2015-04-15 20:34:07 +02:00
|
|
|
---
|
|
|
|
#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:
|
2016-11-26 22:53:30 +01:00
|
|
|
perl-Alien-wxWidgets-dump_sorted_config.patch:
|
2015-04-15 20:34:07 +02:00
|
|
|
|
|
|
|
preamble: |-
|
|
|
|
BuildRequires: gcc-c++
|
2016-11-21 11:57:34 +01:00
|
|
|
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
|
|
|
BuildRequires: wxWidgets-3_0-nostl-devel
|
|
|
|
%else
|
2015-04-15 20:34:07 +02:00
|
|
|
BuildRequires: wxWidgets-ansi-devel
|
2016-11-21 11:57:34 +01:00
|
|
|
%endif
|
2015-04-15 20:34:07 +02:00
|
|
|
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}
|