|
|
@@ -24,7 +24,7 @@
|
|
|
##
|
|
|
|
|
|
# package versions
|
|
|
-%define V_wx 0.17
|
|
|
+%define V_wx 0.18
|
|
|
%define V_wx_perl_treechecker 1.08
|
|
|
|
|
|
# package information
|
|
|
@@ -36,8 +36,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [EVAL]
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
-Version: 20031119
|
|
|
-Release: 20031119
|
|
|
+Version: 20031124
|
|
|
+Release: 20031124
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Wx/Wx-%{V_wx}.tar.gz
|
|
|
@@ -60,7 +60,9 @@ AutoReqProv: no
|
|
|
%prep
|
|
|
%setup0 -q -c
|
|
|
%setup1 -q -T -D -a 1
|
|
|
- %patch -p0
|
|
|
+ ( cd Wx-%{V_wx}
|
|
|
+ %patch0 -p0
|
|
|
+ ) || exit $?
|
|
|
|
|
|
%build
|
|
|
|