From 936958dea7937e3525a4532899549a7a5c232cc8 Mon Sep 17 00:00:00 2001 From: David A. Wheeler Date: Sep 11 2009 01:24:10 +0000 Subject: - Added wrapper for "touch" - Auto-create DESTDIR directory if it doesn't exist and something is redirected. - Simplified implementation. - Documentation: Fixed make-redir(1) so it describes how to use in RPM spec files, more override info, note that it's useful with GNU stow, etc. - make-redir now overrides MKDIR_P and mkdir_p by default --- diff --git a/.cvsignore b/.cvsignore index f33c3ad..f86f9ce 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -auto-destdir-1.10.tgz +auto-destdir-1.11.tgz diff --git a/auto-destdir.spec b/auto-destdir.spec index d18ff07..c8ecd0a 100644 --- a/auto-destdir.spec +++ b/auto-destdir.spec @@ -1,5 +1,5 @@ Name: auto-destdir -Version: 1.10 +Version: 1.11 Release: 1%{?dist} Summary: Automate DESTDIR support for "make install" @@ -20,6 +20,8 @@ from source code to be managed by tools like GNU stow. The Auto-DESTDIR tools (run-redir and make-redir) redirect file installations so that the installed files are placed inside the the $DESTDIR directory, even if the provided makefile doesn't support the DESTDIR convention. +In most cases you can simply replace "make install" with +"make-redir DESTDIR=... install". %prep %setup -q @@ -47,7 +49,15 @@ rm -rf %{buildroot} %doc README COPYING %changelog -* Mon Sep 02 2009 David A. Wheeler 1.10-1 +* Wed Sep 09 2009 David A. Wheeler 1.11-1 +- Added wrapper for "touch" +- Auto-create DESTDIR directory if it doesn't exist and something is redirected. +- Simplified implementation. +- Documentation: Fixed make-redir(1) so it describes how to use in RPM spec + files, more override info, note that it's useful with GNU stow, etc. +- make-redir now overrides MKDIR_P and mkdir_p by default + +* Wed Sep 02 2009 David A. Wheeler 1.10-1 - Test suite improvements: More tests, runs on Cygwin. - Simplified .spec file. diff --git a/sources b/sources index 8805a57..6962408 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e78d909dd0dcc5a594726f5efd3dee7e auto-destdir-1.10.tgz +ea9e719fba20898c07d1a765ce483f3e auto-destdir-1.11.tgz