auto-import changelog data from symlinks-1.2-11.src.rpm
Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Tue Jun 13 2000 Preston Brown <pbrown@redhat.com> - FHS paths Tue May 30 2000 Preston Brown <pbrown@redhat.com> - fix up help output (#10236) Thu Feb 10 2000 Preston Brown <pbrown@redhat.com> - do not link statically Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - rebuild to gzip man page Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against the latest glibc in the sparc tree Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Feb 24 1999 Preston Brown <pbrown@redhat.com> - Injected new description and group. Fri Dec 18 1998 Preston Brown <pbrown@redhat.com> - bumped spec number for initial rh 6.0 build Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Mon Oct 20 1997 Otto Hammersmith <otto@redhat.com> - changed build root to /var/tmp, not /var/lib - updated to version 1.2 Wed Jul 09 1997 Erik Troan <ewt@redhat.com> - built against glibc - build-rooted
This commit is contained in:
parent
10e3645d4f
commit
de41b8de5e
@ -0,0 +1 @@
|
||||
symlinks-1.2.tar.gz
|
27
symlinks-1.2-fixman.patch
Normal file
27
symlinks-1.2-fixman.patch
Normal file
@ -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);
|
||||
}
|
11
symlinks-1.2-nostatic.patch
Normal file
11
symlinks-1.2-nostatic.patch
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user