Accepting request 49167 from devel:tools

Copy from devel:tools/diffstat based on submit request 49167 from user coolo

OBS-URL: https://build.opensuse.org/request/show/49167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffstat?expand=0&rev=12
This commit is contained in:
OBS User autobuild 2010-09-27 13:46:30 +00:00 committed by Git OBS Bridge
commit 462d83c6b7
6 changed files with 48 additions and 84 deletions

View File

@ -1,78 +0,0 @@
Index: config_h.in
===================================================================
--- config_h.in.orig
+++ config_h.in
@@ -5,4 +5,10 @@
* config.h -- Kevin Buettner.
*/
-@DEFS@
+#define HAVE_GETOPT_H 0
+#define HAVE_MALLOC_H 0
+#define HAVE_POPEN 0
+#define HAVE_STDLIB_H 0
+#define HAVE_STRING_H 0
+#define HAVE_UNISTD_H 0
+#define STDC_HEADERS 0
Index: diffstat.c
===================================================================
--- diffstat.c.orig
+++ diffstat.c
@@ -228,6 +228,10 @@ extern int optind;
#define BZIP2_PATH ""
#endif
+#ifndef ZCAT_PATH
+#define ZCAT_PATH ""
+#endif
+
#ifndef COMPRESS_PATH
#define COMPRESS_PATH ""
#endif
Index: makefile.in
===================================================================
--- makefile.in.orig
+++ makefile.in
@@ -8,6 +8,7 @@ THIS = diffstat
srcdir = @srcdir@
VPATH = @srcdir@
+DEFS = @DEFS@
CC = @CC@
LINK = $(CC)
INSTALL = @INSTALL@
@@ -15,7 +16,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@
-CPPFLAGS = -I. -I$(srcdir) -DHAVE_CONFIG_H @CPPFLAGS@
+CPPFLAGS = -I. -I$(srcdir) $(DEFS) @CPPFLAGS@
LIBS = @LIBS@
LDFLAGS = @LDFLAGS@
@@ -27,8 +28,8 @@ DESTDIR = @DESTDIR@
prefix = @prefix@
exec_prefix = @exec_prefix@
-bindir = $(DESTDIR)@bindir@
-mandir = $(DESTDIR)@mandir@
+bindir = @bindir@
+mandir = @mandir@
#### End of system configuration section. ####
@@ -68,11 +69,11 @@ $(PROG) : diffstat$o
@ECHO_LD@$(LINK) $(LDFLAGS) -o $@ diffstat$o $(LIBS)
install : all installdirs
- $(INSTALL_PROGRAM) $(PROG) $(bindir)/$(PROG)
- $(INSTALL_DATA) $(srcdir)/$(THIS).1 $(man1dir)/$(THIS).$(manext)
+ $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(bindir)/$(PROG)
+ $(INSTALL_DATA) $(srcdir)/$(THIS).1 $(DESTDIR)$(man1dir)/$(THIS).$(manext)
installdirs :
- $(SHELL) ${srcdir}/mkdirs.sh $(bindir) $(libdir) $(man1dir)
+ $(SHELL) ${srcdir}/mkdirs.sh $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(man1dir)
uninstall :
rm -f $(bindir)/$(PROG) $(man1dir)/$(THIS).$(manext)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:928aa4a25901cf2b57288c748c4a9a72e7a35c772e5619d96e433c8ad481e3a3
size 177892

37
diffstat-1.53.diff Normal file
View File

@ -0,0 +1,37 @@
Index: config_h.in
===================================================================
--- config_h.in.orig
+++ config_h.in
@@ -5,4 +5,10 @@
* config.h -- Kevin Buettner.
*/
-@DEFS@
+#define HAVE_GETOPT_H 0
+#define HAVE_MALLOC_H 0
+#define HAVE_POPEN 0
+#define HAVE_STDLIB_H 0
+#define HAVE_STRING_H 0
+#define HAVE_UNISTD_H 0
+#define STDC_HEADERS 0
Index: makefile.in
===================================================================
--- makefile.in.orig
+++ makefile.in
@@ -15,6 +15,7 @@ exec_prefix = @exec_prefix@
bindir = @bindir@
mandir = @mandir@
+DEFS = @DEFS@
CC = @CC@
LINK = $(CC)
INSTALL = @INSTALL@
@@ -26,7 +27,7 @@ CTAGS = @CTAGS@
ETAGS = @ETAGS@
CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@
-CPPFLAGS = -I. -I$(srcdir) -DHAVE_CONFIG_H @CPPFLAGS@
+CPPFLAGS = -I. -I$(srcdir) $(DEFS) @CPPFLAGS@
LIBS = @LIBS@
LDFLAGS = @LDFLAGS@

3
diffstat-1.53.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ed4680f354664af9cf31c4dcced30afc40e932be09a4e9496771deb015e16d8
size 181539

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 24 12:24:10 CEST 2010 - pgajdos@suse.cz
- updated to 1.53 (see CHANGES)
-------------------------------------------------------------------
Wed Dec 9 00:22:05 CET 2009 - jengelh@medozas.de

View File

@ -1,5 +1,5 @@
#
# spec file for package diffstat (Version 1.51)
# spec file for package diffstat (Version 1.53)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,8 +19,8 @@
Name: diffstat
Version: 1.51
Release: 2
Version: 1.53
Release: 1
AutoReqProv: on
Group: Productivity/Text/Utilities
License: MIT License (or similar)