Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045767
en ru br
ALT Linux repos
S:0.9932-alt3
5.0: 0.89-alt1
4.1: 0.80-alt1
4.0: 0.26-alt0

Group :: Development/Perl
RPM: perl-Wx

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
Name: perl-Wx
Version: 0.9932
Release: alt3

Summary: wxPerl - Perl bindings for wxWindows
License: GPL+ or Artistic
Group: Development/Perl

URL: http://wxperl.sourceforge.net/
Source0: http://www.cpan.org/authors/id/M/MD/MDOOTSON/Wx-%{version}.tar.gz
# Work around BOM_UTF8 clash between wxGTK and Perl. Should be fixed in newer
# wxGTK, CPAN RT#121464, <http://trac.wxwidgets.org/ticket/13599>.
Patch0:         Wx-0.9932-Undefine-BOM_UTF8.patch
Patch1:         gtk3.patch

# Automatically added by buildreq on Wed Oct 19 2011

BuildRequires: gcc-c++ perl-Encode perl-ExtUtils-CBuilder perl-ExtUtils-XSpp perl-IO-String perl-autodie perl-threads xvfb-run

%description
wxPerl is a Perl module wrapping the awesome wxWindows library
for cross-platform GUI developement.

%package devel
Summary: Wx Perl development files
Group: Development/Perl
Requires: %name = %version-%release
BuildRequires: libwxGTK3.0-devel perl-Alien-wxWidgets
Requires: libwxGTK3.0-devel

%description devel
Development files useful for building Perl applications depending on Wx.

%prep
%setup -q -n Wx-%{version}
%patch0 -p1
%patch1 -p1

%ifdef __buildreqs
# these tests open /usr/share/applications/*.desktop
rm t/08_ovl_func.t
rm ext/filesys/t/03_threads.t
%endif

%ifndef _build_display
%def_without test
%endif

%build
%if 1
%perl_vendor_build
%else
# with --wx-unicode
perl Makefile.PL --wx-unicode \
 --wx-version=`wx-config --version | cut -d . -f 1-2` \
 --wx-toolkit=gtk \
 INSTALLDIRS=vendor \
 OPTIMIZE="$RPM_OPT_FLAGS -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-local-typedefs"
%make_build
%endif

%install
%perl_vendor_install

%check
xvfb-run -a make test

# need DISPLAY for perl.req

%{expand:%%global __find_requires xvfb-run -a %__find_requires}

%files
%doc README.txt wxpl.ico wxpl.xpm Changes docs
%perl_vendor_archlib/Wx*
%perl_vendor_autolib/Wx
%exclude %perl_vendor_archlib/Wx/Overload
%exclude %perl_vendor_archlib/Wx/build
%exclude %perl_vendor_archlib/Wx/cpp
%exclude %perl_vendor_archlib/Wx/typemap

%files devel
%doc Changes samples
%_bindir/wx*
%_man1dir/wxperl_overload.*
%dir %perl_vendor_archlib/Wx
%perl_vendor_archlib/Wx/Overload
%perl_vendor_archlib/Wx/build
%perl_vendor_archlib/Wx/cpp
%perl_vendor_archlib/Wx/typemap

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin