Remove BR on wxGTK as it is about to be retired

This commit is contained in:
Scott Talbert 2018-12-15 00:42:53 -05:00
parent 5ea190de36
commit 8f4a955328
1 changed files with 5 additions and 5 deletions

View File

@ -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 @@ settings from an installed wxWidgets.
%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 @@ chmod -R u+w $RPM_BUILD_ROOT/*
%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