File mingw64-wxWidgets-3_2.spec of Package mingw64-wxWidgets-3_2
#
# spec file for package mingw64-wxWidgets-3_2
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{_mingw64_package_header_debug}
Name: mingw64-wxWidgets-3_2
Version: 3.2.8.1
Release: 0
Summary: C++ Library for Cross-Platform Development
License: GPL-2.0-or-later
URL: https://wxwidgets.org/
Source: https://github.com/wxWidgets/wxWidgets/releases/download/v%{version}/wxWidgets-%{version}.tar.bz2
BuildRequires: mingw64-cross-gcc-c++
BuildRequires: mingw64-expat
BuildRequires: mingw64-jpeg
BuildRequires: mingw64-libpng
BuildRequires: mingw64-tiff
BuildRequires: mingw64-zlib
BuildArch: noarch
BuildSystem: mingw64autotools
BuildOption: --enable-stl
BuildOption: --enable-accessibility
BuildOption: --enable-vendor=mia
%description
wxWidgets is a free C++ library for cross-platform GUI.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif, MS Windows, MacOS X, Windows CE, GPE) from the same source code.
%lang_package
%{_mingw64_debug_package}
%install -a
rm -r %{buildroot}/%{_mingw64_datadir}/locale/{af,an,co,fa_IR,gl_ES,ka,ko_KR,ms}
%find_lang wxstd-3.2
%files
%doc docs/*.txt
%{_mingw64_bindir}/wx-config*
%{_mingw64_bindir}/wxrc.exe
%{_mingw64_bindir}/wxrc-3.2.exe
%{_mingw64_includedir}/wx*
%dir %{_mingw64_libdir}/wx/
%dir %{_mingw64_libdir}/wx/config/
%dir %{_mingw64_libdir}/wx/include/
%{_mingw64_datadir}/aclocal/
%{_mingw64_datadir}/bakefile/
%{_mingw64_libdir}/libwx*mingw32.a
%{_mingw64_libdir}/wx/config/x86_64-w64-mingw32-msw-unicode-static-3.2
%{_mingw64_libdir}/wx/include/x86_64-w64-mingw32-msw-unicode-static-3.2
%files lang -f wxstd-3.2.lang
%changelog