|
@@ -26,7 +26,6 @@
|
|
|
# package versions
|
|
# package versions
|
|
|
%define V_wx 0.17
|
|
%define V_wx 0.17
|
|
|
%define V_wx_perl_treechecker 1.08
|
|
%define V_wx_perl_treechecker 1.08
|
|
|
-%define V_wx_widgetmaker 0.02
|
|
|
|
|
|
|
|
|
|
# package information
|
|
# package information
|
|
|
Name: perl-wx
|
|
Name: perl-wx
|
|
@@ -37,13 +36,12 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [EVAL]
|
|
Distribution: OpenPKG [EVAL]
|
|
|
Group: Language
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
License: GPL/Artistic
|
|
|
-Version: 20031106
|
|
|
|
|
-Release: 20031106
|
|
|
|
|
|
|
+Version: 20031119
|
|
|
|
|
+Release: 20031119
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Wx/Wx-%{V_wx}.tar.gz
|
|
Source0: http://www.cpan.org/modules/by-module/Wx/Wx-%{V_wx}.tar.gz
|
|
|
Source1: http://www.cpan.org/modules/by-module/Wx/Wx-Perl-TreeChecker-%{V_wx_perl_treechecker}.tar.gz
|
|
Source1: http://www.cpan.org/modules/by-module/Wx/Wx-Perl-TreeChecker-%{V_wx_perl_treechecker}.tar.gz
|
|
|
-Source2: http://www.cpan.org/modules/by-module/Wx/Wx-WidgetMaker-%{V_wx_widgetmaker}.tar.gz
|
|
|
|
|
Patch0: perl-wx.patch
|
|
Patch0: perl-wx.patch
|
|
|
|
|
|
|
|
# build information
|
|
# build information
|
|
@@ -58,12 +56,10 @@ AutoReqProv: no
|
|
|
Perl modules for use with wxWindows GUI:
|
|
Perl modules for use with wxWindows GUI:
|
|
|
- Wx (%{V_wx})
|
|
- Wx (%{V_wx})
|
|
|
- Wx::Perl::TreeChecker (%{V_wx_perl_treechecker})
|
|
- Wx::Perl::TreeChecker (%{V_wx_perl_treechecker})
|
|
|
- - Wx::WidgetMaker (%{V_wx_widgetmaker})
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
|
%setup0 -q -c
|
|
%setup0 -q -c
|
|
|
%setup1 -q -T -D -a 1
|
|
%setup1 -q -T -D -a 1
|
|
|
- %setup2 -q -T -D -a 2
|
|
|
|
|
%patch -p0
|
|
%patch -p0
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -75,7 +71,6 @@ AutoReqProv: no
|
|
|
# build and install individual modules
|
|
# build and install individual modules
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE0}
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE0}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE1}
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE1}
|
|
|
- %{l_prefix}/bin/perl-openpkg install -d %{SOURCE2}
|
|
|
|
|
|
|
|
|
|
# perform common epilog operations
|
|
# perform common epilog operations
|
|
|
%{l_prefix}/bin/perl-openpkg epilog
|
|
%{l_prefix}/bin/perl-openpkg epilog
|