>From a65957da7703accf4ad156485fe3f37129615272 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Tue, 2 Jun 2009 21:44:11 +0200 Subject: [PATCH 1/3] doc: use newer URL for XZ utils
* README-hacking: Use <http://tukaani.org/xz/> * README-prereq: Mention xz, not lzma. --- README-hacking | 2 +- README-prereq | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README-hacking b/README-hacking index 668d8d9..152a215 100644 --- a/README-hacking +++ b/README-hacking @@ -37,7 +37,7 @@ This package's build procedure uses XZ to create a compressed distribution tarball. Using this feature of Automake requires version 1.10a or newer, as well as the xz program itself. Make sure you have the latest version of the XZ Utils from -<http://tukaani.org/lzma/download>. +<http://tukaani.org/xz/> * First GIT checkout diff --git a/README-prereq b/README-prereq index f9bf781..3660db5 100644 --- a/README-prereq +++ b/README-prereq @@ -17,8 +17,7 @@ getting the prerequisites for particular systems. # rpmbuild --rebuild http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/autoconf-2.63-1.fc10.src.rpm # rpm -Uvh /usr/src/redhat/RPMS/noarch/autoconf-2.63-1.fc8.noarch.rpm Note Autoconf 2.62 or newer is needed to build automake-1.11 in step 3. - Apply the same method to install the lzma package. - [FIXME: mention xz when it's packaged] + Apply the same method to build and install "xz". 3. The latest stable automake (1.10.1) was not new enough, so we download and build automake-1.11 or newer from its repository and make it available -- 1.6.3.1.308.g426b5 >From d7397c1e7bbe250d65377794bcdbfec80056358c Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Tue, 2 Jun 2009 21:48:38 +0200 Subject: [PATCH 2/3] dircolors: recognize .xz, .txz, .tbz and .tlz suffixes * src/dircolors.hin: Add .xz, .txz, .tbz and .tlz. --- src/dircolors.hin | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/dircolors.hin b/src/dircolors.hin index 63af8cb..b4e55ea 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -1,7 +1,7 @@ # Configuration file for dircolors, a utility to help you set the # LS_COLORS environment variable used by GNU ls with the --color option. -# Copyright (C) 1996, 1999-2008 +# Copyright (C) 1996, 1999-2009 # Free Software Foundation, Inc. # Copying and distribution of this file, with or without modification, # are permitted provided the copyright notice and this notice are preserved. @@ -108,13 +108,17 @@ EXEC 01;32 .taz 01;31 .lzh 01;31 .lzma 01;31 +.tlz 01;31 +.txz 01;31 .zip 01;31 .z 01;31 .Z 01;31 .dz 01;31 .gz 01;31 +.xz 01;31 .bz2 01;31 .bz 01;31 +.tbz 01;31 .tbz2 01;31 .tz 01;31 .deb 01;31 -- 1.6.3.1.308.g426b5 >From 59400b28844306d2fc3f291c4243fbdef80416b9 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Tue, 2 Jun 2009 22:31:16 +0200 Subject: [PATCH 3/3] doc: adjust wording in README-prereq --- README-prereq | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-prereq b/README-prereq index 3660db5..f050410 100644 --- a/README-prereq +++ b/README-prereq @@ -3,12 +3,12 @@ getting the prerequisites for particular systems. - GNU/Linux - fedora - This shows the steps for getting the required tools to build coreutils + This shows the steps for getting the tools required to build coreutils on a Fedora 8 system. We try to use official packages where possible. - The 3 methods described for making these required packages available, should - help clarify build requirements on any GNU/Linux system at least. + The three methods described for making these required packages available + should help clarify build requirements on GNU/Linux systems. - 1. Make sure offical distro git package is installed + 1. Make sure the official distro git package is installed: # yum install git 2. The distro autoconf is too old, but there is a newer one available -- 1.6.3.1.308.g426b5 _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
