Bläddra i källkod

modifying package: perl-wx-5.8.7 20050603 -> 20050701

Ralf S. Engelschall 20 år sedan
förälder
incheckning
4a0dc9c314
2 ändrade filer med 2 tillägg och 18 borttagningar
  1. 0 14
      perl-wx/perl-wx.patch
  2. 2 4
      perl-wx/perl-wx.spec

+ 0 - 14
perl-wx/perl-wx.patch

@@ -1,14 +0,0 @@
-Index: Makefile.PL
---- Makefile.PL.orig	2004-12-08 18:52:16 +0100
-+++ Makefile.PL	2004-12-20 09:59:39 +0100
-@@ -47,9 +47,7 @@
-                  WX_CORE_LIB   => ( $^O ne 'MSWin32' ? 'adv html core base' :
-                                                        'adv core base' ),
-                  NO_META       => 1,
--#                 ( $wxConfig::o_static ?
--#                   ( WXLIB => [ 'wxxrc', 'stc' ] ) :
--#                   () ),
-+                 WX_LIB        => [ 'wxxrc', 'stc' ],
-                );
- 
- END {

+ 2 - 4
perl-wx/perl-wx.spec

@@ -24,7 +24,7 @@
 
 #   package versions
 %define       V_perl                5.8.7
-%define       V_wx                  0.22
+%define       V_wx                  0.23
 %define       V_wx_perl_treechecker 1.13
 
 #   package information
@@ -38,12 +38,11 @@ Class:        EVAL
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20050603
+Release:      20050701
 
 #   list of sources
 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
-Patch0:       perl-wx.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -75,7 +74,6 @@ AutoReqProv:  no
 %prep
     %setup -q -c
     %setup -q -T -D -a 1
-    %patch -p0 -d Wx-%{V_wx}
 
 %build