| |
@@ -1,13 +1,13 @@
|
| |
Name: perl-Alien-wxWidgets
|
| |
Version: 0.69
|
| |
- Release: 8%{?dist}
|
| |
+ Release: 9%{?dist}
|
| |
Summary: Building, finding and using wxWidgets binaries
|
| |
Group: Development/Libraries
|
| |
License: GPL+ or Artistic
|
| |
URL: https://metacpan.org/release/Alien-wxWidgets
|
| |
Source0: https://cpan.metacpan.org/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz
|
| |
BuildRequires: gcc, gcc-c++
|
| |
- BuildRequires: wxGTK-devel, wxGTK3-devel
|
| |
+ BuildRequires: wxGTK3-devel
|
| |
# A lot of stuff used by inc/My/Build/Base.pm.
|
| |
BuildRequires: perl-interpreter
|
| |
BuildRequires: perl-generators
|
| |
@@ -44,9 +44,6 @@
|
| |
|
| |
|
| |
%build
|
| |
- export WX_CONFIG="%{_bindir}/wx-config-2.0"
|
| |
- %{__perl} Build.PL installdirs=vendor < /dev/null
|
| |
- ./Build
|
| |
export WX_CONFIG="%{_bindir}/wx-config-3.0"
|
| |
%{__perl} Build.PL installdirs=vendor < /dev/null
|
| |
./Build
|
| |
@@ -67,6 +64,9 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Sat Dec 15 2018 Scott Talbert <swt@techie.net> - 0.69-9
|
| |
+ - Remove BR on wxGTK as it is about to be retired
|
| |
+
|
| |
* Mon Jul 23 2018 Tom Callaway <spot@fedoraproject.org> - 0.69-8
|
| |
- add BuildRequires: gcc, gcc-c++ to generate sane configs
|
| |
|
| |