d8a6037cda
- updated to 0.67 see /usr/share/doc/packages/perl-Alien-wxWidgets/Changes 0.66 Tue Mar 10 2015 - add support for wxWidgets 3.0.1 and 3.0.2 - make default wxWidgets 3.0.2 - graphics context included now default on Win32 - build on MacOSX - xcode 5.x/6.x OBS-URL: https://build.opensuse.org/request/show/296962 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-wxWidgets?expand=0&rev=14
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}
|