Forráskód Böngészése

upgrading package: perl-tk 20031009 -> 20031024

Ralf S. Engelschall 22 éve
szülő
commit
ee14b494f0
2 módosított fájl, 4 hozzáadás és 28 törlés
  1. 0 22
      perl-tk/perl-tk.patch
  2. 4 6
      perl-tk/perl-tk.spec

+ 0 - 22
perl-tk/perl-tk.patch

@@ -1,22 +0,0 @@
-Index: Tk800.024/Tk/MMutil.pm
---- Tk800.024/Tk/MMutil.pm.orig	2002-03-05 15:27:40.000000000 +0100
-+++ Tk800.024/Tk/MMutil.pm	2003-10-09 11:45:43.000000000 +0200
-@@ -330,18 +330,6 @@
-  my $self = shift;
-  # Maybe always call UNIX version - we HTMLize them later
-  local $_ = $self->MM::manifypods;
-- if ($] >= 5.00565)
--  {
--   s/(POD2MAN_EXE.*pod2man)/$1 --center "perl\/Tk Documentation" --release "Tk\$(VERSION)"/;
--  }
-- elsif ($] >= 5.003)
--  {
--   s/(POD2MAN_EXE.*pod2man)/$1 -center "perl\/Tk Documentation" -release "Tk\$(VERSION)"/;
--  }
-- else
--  {
--   s/(POD2MAN_EXE.*pod2man)/$1 -center \\"perl\/Tk Documentation\\" -release \\"Tk\$(VERSION)\\"/;
--  }
-  s/\bpod::/Tk::/mg;
-  s/\bpTk:://mg;
-  $_;

+ 4 - 6
perl-tk/perl-tk.spec

@@ -24,7 +24,7 @@
 ##
 
 #   versions of individual parts
-%define       V_tk                   800.024
+%define       V_tk                   804.025_beta3
 %define       V_tk_tiff              0.08
 %define       V_tk_jpeg              2.014
 %define       V_tk_png               2.005
@@ -64,8 +64,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [BASE]
 Group:        Language
 License:      GPL/Artistic
-Version:      20031009
-Release:      20031009
+Version:      20031024
+Release:      20031024
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/Tk/Tk-%{V_tk}.tar.gz
@@ -98,7 +98,6 @@ Source26:     http://www.cpan.org/modules/by-module/Tk/Tk-TextANSIColor-%{V_tk_t
 Source27:     http://www.cpan.org/modules/by-module/Tk/Tk-TreeGraph-%{V_tk_treegraph}.tar.gz
 Source28:     http://www.cpan.org/modules/by-module/Tk/Tk-Workspace-%{V_tk_workspace}.tar.gz
 Source29:     http://www.cpan.org/modules/by-module/Tk/Tk-WorldCanvas-%{V_tk_worldcanvas}.tar.gz
-Patch0:       perl-tk.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -172,7 +171,6 @@ AutoReqProv:  no
     %setup -q -T -D -a 27
     %setup -q -T -D -a 28
     %setup -q -T -D -a 29
-    %patch -p0 -P 0
 
 %build
 
@@ -181,7 +179,7 @@ AutoReqProv:  no
     %{l_prefix}/bin/perl-openpkg prolog
 
     #   build Tk
-    ( cd Tk%{V_tk}
+    ( cd Tk-%{V_tk}
       %{l_prefix}/bin/perl-openpkg install \
           X11INC=`%{l_prefix}/etc/rc --query x11_incdir` \
           X11LIB=`%{l_prefix}/etc/rc --query x11_libdir`