perl-Alien-wxWidgets/cpanspec.yml
Stephan Kulow 41286f8127 Accepting request 440136 from home:StefanBruens:branches:devel:languages:perl_2
-> update to wxWidgets 3.0, beyond others this removes the gstreamer 0.10 dependency
-> use nostl, as perl-Wx is not buildable with the STL variant

OBS-URL: https://build.opensuse.org/request/show/440136
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-wxWidgets?expand=0&rev=16
2016-11-21 10:57:34 +00:00

30 lines
779 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++
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
BuildRequires: wxWidgets-3_0-nostl-devel
%else
BuildRequires: wxWidgets-ansi-devel
%endif
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}