Prechádzať zdrojové kódy

upgrading package: coreutils 5.0.90 -> 5.0.91

Ralf S. Engelschall 22 rokov pred
rodič
commit
87851651e4
2 zmenil súbory, kde vykonal 14 pridanie a 10 odobranie
  1. 7 7
      coreutils/coreutils.patch
  2. 7 3
      coreutils/coreutils.spec

+ 7 - 7
coreutils/coreutils.patch

@@ -54,13 +54,13 @@
        return (TRUE == value);
  
      case 'O':			/* File is owned by you? */
---- src/nice.c.orig	Fri Aug  1 09:57:15 2003
-+++ src/nice.c	Fri Aug  1 09:57:33 2003
-@@ -24,6 +24,7 @@
+--- src/nice.c.orig	2003-08-10 19:43:35.000000000 +0200
++++ src/nice.c	2003-09-10 20:03:27.000000000 +0200
+@@ -23,6 +23,7 @@
+ #include <assert.h>
  
  #include <getopt.h>
- #include <sys/types.h>
 +#include <sys/time.h>
- #ifndef NICE_PRIORITY
- # include <sys/resource.h>
- #endif
+ #include <sys/types.h>
+ 
+ #include "system.h"

+ 7 - 3
coreutils/coreutils.spec

@@ -32,8 +32,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [BASE]
 Group:        Utility
 License:      GPL
-Version:      5.0.90
-Release:      20030801
+Version:      5.0.91
+Release:      20030912
 
 #   package options
 %option       with_legacy  no
@@ -73,13 +73,17 @@ AutoReqProv:  no
         -e 's;^\(install-exec-local:\).*;\1;' \
         -e 's;^\(bin_PROGRAMS =\);\1 su;' \
         src/Makefile.in
+    touch man/nice.1
+    touch man/stat.1
+    touch man/test.1
 
 %build
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
-    CONFIG_SHELL="%{l_bash}" \
     CPPFLAGS="%{l_cppflags}" \
     LDFLAGS="%{l_ldflags}" \
+    CONFIG_SHELL="%{l_bash}" \
+    HELP2MAN="true" \
     ./configure \
         --prefix=%{l_prefix} \
         --program-prefix=g \