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
This commit is contained in:
Stephan Kulow 2016-11-21 10:57:34 +00:00 committed by Git OBS Bridge
parent d8a6037cda
commit 41286f8127
3 changed files with 16 additions and 2 deletions

View File

@ -10,7 +10,11 @@ patches:
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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 13 15:11:39 UTC 2016 - stefan.bruens@rwth-aachen.de
- updated wxWidgets requirements from 2.8 to 3.0 for
distribution versions providing wxWidgets-3_0-nostl.
-------------------------------------------------------------------
Tue Apr 14 08:45:38 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Alien-wxWidgets
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -34,13 +34,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::CBuilder) >= 0.24
BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Module::Pluggable) >= 2.6
Requires: perl(Module::Pluggable) >= 2.6
%{perl_requires}
# MANUAL BEGIN
BuildRequires: gcc-c++
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
BuildRequires: wxWidgets-3_0-nostl-devel
%else
BuildRequires: wxWidgets-ansi-devel
%endif
# MANUAL END
%description