Explorar el Código

skip build of irrelevant parts of the GNU tar distribution

Christoph Schug hace 19 años
padre
commit
a2e8061320
Se han modificado 5 ficheros con 27 adiciones y 24 borrados
  1. 1 0
      openpkg/HISTORY
  2. 1 1
      openpkg/openpkg.spec
  3. 12 11
      openpkg/tar.patch
  4. 12 11
      tar/tar.patch
  5. 1 1
      tar/tar.spec

+ 1 - 0
openpkg/HISTORY

@@ -2,6 +2,7 @@
 2006
 ====
 
+20061205 skip build of irrelevant parts of the GNU tar distribution
 20061129 upgrade to GNU gzip 1.3.6
 20061129 ajust wordings in package class hints according to current classification
 20061114 upgrade to openpkg-tools 1.1.1

+ 1 - 1
openpkg/openpkg.spec

@@ -39,7 +39,7 @@
 #   o any cc(1)
 
 #   the package version/release
-%define       V_openpkg  20061129
+%define       V_openpkg  20061205
 
 #   the used software versions
 %define       V_rpm      4.2.1

+ 12 - 11
openpkg/tar.patch

@@ -1,3 +1,15 @@
+Index: Makefile.in
+--- Makefile.in.orig	2006-10-21 17:41:31 +0200
++++ Makefile.in	2006-12-05 10:09:24 +0100
+@@ -310,7 +310,7 @@
+ target_alias = @target_alias@
+ ACLOCAL_AMFLAGS = -I m4
+ EXTRA_DIST = ChangeLog.1 PORTS
+-SUBDIRS = doc lib rmt src scripts po tests
++SUBDIRS = doc lib src
+ all: config.h
+ 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
+ 
 Index: lib/argp-help.c
 --- lib/argp-help.c.orig	2006-09-12 10:59:04 +0200
 +++ lib/argp-help.c	2006-10-22 11:35:12 +0200
@@ -20,17 +32,6 @@ Index: lib/argp-help.c
  until_short (const struct argp_option *opt, const struct argp_option *real,
  	     const char *domain, void *cookie)
  {
-Index: rmt/rmt.c
---- rmt/rmt.c.orig	2006-09-27 10:54:46 +0200
-+++ rmt/rmt.c	2006-10-22 11:35:12 +0200
-@@ -43,6 +43,7 @@
- #include <obstack.h>
- #include <getopt.h>
- #include <sys/socket.h>
-+#include <locale.h>
- 
- #ifndef EXIT_FAILURE
- # define EXIT_FAILURE 1
 Index: src/compare.c
 --- src/compare.c.orig	2006-03-20 10:23:29 +0100
 +++ src/compare.c	2006-10-22 11:36:29 +0200

+ 12 - 11
tar/tar.patch

@@ -1,3 +1,15 @@
+Index: Makefile.in
+--- Makefile.in.orig	2006-10-21 17:41:31 +0200
++++ Makefile.in	2006-12-05 10:09:24 +0100
+@@ -310,7 +310,7 @@
+ target_alias = @target_alias@
+ ACLOCAL_AMFLAGS = -I m4
+ EXTRA_DIST = ChangeLog.1 PORTS
+-SUBDIRS = doc lib rmt src scripts po tests
++SUBDIRS = doc lib src
+ all: config.h
+ 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
+ 
 Index: lib/argp-help.c
 --- lib/argp-help.c.orig	2006-09-12 10:59:04 +0200
 +++ lib/argp-help.c	2006-10-22 11:35:12 +0200
@@ -20,17 +32,6 @@ Index: lib/argp-help.c
  until_short (const struct argp_option *opt, const struct argp_option *real,
  	     const char *domain, void *cookie)
  {
-Index: rmt/rmt.c
---- rmt/rmt.c.orig	2006-09-27 10:54:46 +0200
-+++ rmt/rmt.c	2006-10-22 11:35:12 +0200
-@@ -43,6 +43,7 @@
- #include <obstack.h>
- #include <getopt.h>
- #include <sys/socket.h>
-+#include <locale.h>
- 
- #ifndef EXIT_FAILURE
- # define EXIT_FAILURE 1
 Index: src/compare.c
 --- src/compare.c.orig	2006-03-20 10:23:29 +0100
 +++ src/compare.c	2006-10-22 11:36:29 +0200

+ 1 - 1
tar/tar.spec

@@ -33,7 +33,7 @@ Class:        CORE
 Group:        Archiver
 License:      GPL
 Version:      1.16
-Release:      20061022
+Release:      20061205
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/tar/tar-%{version}.tar.gz