From de41b8de5efd4bcab06dd5576c4f80ad2bf864eb Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:51:21 +0000 Subject: [PATCH] auto-import changelog data from symlinks-1.2-11.src.rpm Wed Jul 12 2000 Prospector - automatic rebuild Tue Jun 13 2000 Preston Brown - FHS paths Tue May 30 2000 Preston Brown - fix up help output (#10236) Thu Feb 10 2000 Preston Brown - do not link statically Mon Feb 07 2000 Preston Brown - rebuild to gzip man page Mon Oct 04 1999 Cristian Gafton - rebuild against the latest glibc in the sparc tree Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 5) Wed Feb 24 1999 Preston Brown - Injected new description and group. Fri Dec 18 1998 Preston Brown - bumped spec number for initial rh 6.0 build Mon Apr 27 1998 Prospector System - translations modified for de, fr, tr Mon Oct 20 1997 Otto Hammersmith - changed build root to /var/tmp, not /var/lib - updated to version 1.2 Wed Jul 09 1997 Erik Troan - built against glibc - build-rooted --- .cvsignore | 1 + sources | 1 + symlinks-1.2-fixman.patch | 27 +++++++++++++++++++++++++++ symlinks-1.2-nostatic.patch | 11 +++++++++++ 4 files changed, 40 insertions(+) create mode 100644 symlinks-1.2-fixman.patch create mode 100644 symlinks-1.2-nostatic.patch diff --git a/.cvsignore b/.cvsignore index e69de29..08041b2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +symlinks-1.2.tar.gz diff --git a/sources b/sources index e69de29..6bbcf31 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b4bab0a5140e977c020d96e7811cec61 symlinks-1.2.tar.gz diff --git a/symlinks-1.2-fixman.patch b/symlinks-1.2-fixman.patch new file mode 100644 index 0000000..db0b0f9 --- /dev/null +++ b/symlinks-1.2-fixman.patch @@ -0,0 +1,27 @@ +--- symlinks-1.2/symlinks.8.fixman Tue May 30 14:49:29 2000 ++++ symlinks-1.2/symlinks.8 Tue May 30 14:50:43 2000 +@@ -1,11 +1,11 @@ +-.TH SYMLINKS 8 "November 1994" "Version 1.1" ++.TH SYMLINKS 8 "November 1994" "Version 1.2" + + .SH NAME + symlinks \- symbolic link maintenance utility + .SH SYNOPSIS + .B symlinks + [ +-.B -cdrv ++.B -cdrstv + ] + dirlist + .SH DESCRIPTION +--- symlinks-1.2/symlinks.c.fixman Tue May 30 14:59:59 2000 ++++ symlinks-1.2/symlinks.c Tue May 30 15:00:39 2000 +@@ -289,7 +289,7 @@ + fprintf(stderr, "Flags:\t-c == change absolute/messy links to relative\n" + "\t-d == delete dangling links\n" + "\t-r == recurse into subdirs\n" +- "\t-s == shorten lengthy links\n" ++ "\t-s == shorten lengthy links (only displayed if -c not specified)\n" + "\t-v == verbose (show all symlinks)\n\n"); + exit(1); + } diff --git a/symlinks-1.2-nostatic.patch b/symlinks-1.2-nostatic.patch new file mode 100644 index 0000000..c550307 --- /dev/null +++ b/symlinks-1.2-nostatic.patch @@ -0,0 +1,11 @@ +--- symlinks-1.2/Makefile.nostatic Thu Feb 10 11:35:00 2000 ++++ symlinks-1.2/Makefile Thu Feb 10 11:38:01 2000 +@@ -3,7 +3,7 @@ + all: symlinks + + symlinks: symlinks.c +- gcc -Wall -Wstrict-prototypes -O2 -N -s -o symlinks symlinks.c ++ gcc -Wall -Wstrict-prototypes ${RPM_OPT_FLAGS} -o symlinks symlinks.c + + install: all symlinks.8 + install -m 755 -o root -g root symlinks /usr/local/bin