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:
parent
d8a6037cda
commit
41286f8127
@ -10,7 +10,11 @@ patches:
|
|||||||
|
|
||||||
preamble: |-
|
preamble: |-
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
||||||
|
BuildRequires: wxWidgets-3_0-nostl-devel
|
||||||
|
%else
|
||||||
BuildRequires: wxWidgets-ansi-devel
|
BuildRequires: wxWidgets-ansi-devel
|
||||||
|
%endif
|
||||||
post_prep: |-
|
post_prep: |-
|
||||||
# this copy of GNU patch is only used on win32, remove it for license clarity
|
# this copy of GNU patch is only used on win32, remove it for license clarity
|
||||||
# see https://build.opensuse.org/request/show/237465
|
# see https://build.opensuse.org/request/show/237465
|
||||||
|
@ -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
|
Tue Apr 14 08:45:38 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Alien-wxWidgets
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -34,13 +34,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::CBuilder) >= 0.24
|
BuildRequires: perl(ExtUtils::CBuilder) >= 0.24
|
||||||
BuildRequires: perl(Module::Build) >= 0.28
|
BuildRequires: perl(Module::Build) >= 0.280000
|
||||||
BuildRequires: perl(Module::Pluggable) >= 2.6
|
BuildRequires: perl(Module::Pluggable) >= 2.6
|
||||||
Requires: perl(Module::Pluggable) >= 2.6
|
Requires: perl(Module::Pluggable) >= 2.6
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
||||||
|
BuildRequires: wxWidgets-3_0-nostl-devel
|
||||||
|
%else
|
||||||
BuildRequires: wxWidgets-ansi-devel
|
BuildRequires: wxWidgets-ansi-devel
|
||||||
|
%endif
|
||||||
# MANUAL END
|
# MANUAL END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user