1
0
2017-11-28 12:46:45 +00:00
committed by Git OBS Bridge
parent 3051ed2045
commit 601217ef72
7 changed files with 22 additions and 450 deletions

View File

@@ -21,10 +21,10 @@ Name: wxQt-3_2
%define tarball_name wxWidgets
%define variant suse
%define sonum 4
Version: 3.1.0.2244
Version: 3.1.1~2244
Release: 0
%define wx_minor 3.1
%define wx_micro 3.1.0
%define wx_micro 3.1.1
# lang packages are exactly equal for all variants. Build it only once:
%if "%name" == "%base_name"
%define BUILD_LANG 1
@@ -37,7 +37,7 @@ Summary: C++ Library for Cross-Platform Development
License: GPL-2.0+
Group: Development/Libraries/C and C++
Url: http://www.wxwidgets.org/
Source: https://github.com/wxWidgets/wxWidgets/releases/download/v%version/%tarball_name-%version.tar.bz2
Source: %tarball_name-%version.tar.xz
Source2: README.SUSE
Source5: rpmlintrc
# This script is not used during build, but it makes possible to
@@ -246,7 +246,7 @@ read %_docdir/%name/README.SUSE to pick a correct variant.
%prep
echo "=== RPM build flags: WX_DEBUG=0%{?WX_DEBUG}"
%setup -q -n %tarball_name-%version
%patch -P 1 -p1
%patch -P 1 -P 2 -p1
cp %{S:2} .
%build