rpms/auto-destdir/devel .cvsignore, 1.2, 1.3 auto-destdir.spec, 1.1, 1.2 sources, 1.2, 1.3

David A. Wheeler dwheeler at fedoraproject.org
Fri Sep 11 01:24:11 UTC 2009


Author: dwheeler

Update of /cvs/pkgs/rpms/auto-destdir/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3897

Modified Files:
	.cvsignore auto-destdir.spec sources 
Log Message:

* Wed Sep 09 2009 David A. Wheeler <dwheeler , at, dwheeler dot com> 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




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/auto-destdir/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	2 Sep 2009 21:54:27 -0000	1.2
+++ .cvsignore	11 Sep 2009 01:24:10 -0000	1.3
@@ -1 +1 @@
-auto-destdir-1.10.tgz
+auto-destdir-1.11.tgz


Index: auto-destdir.spec
===================================================================
RCS file: /cvs/pkgs/rpms/auto-destdir/devel/auto-destdir.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- auto-destdir.spec	2 Sep 2009 21:54:27 -0000	1.1
+++ auto-destdir.spec	11 Sep 2009 01:24:10 -0000	1.2
@@ -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 
 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 <dwheeler , at, dwheeler dot com> 1.10-1
+* Wed Sep 09 2009 David A. Wheeler <dwheeler , at, dwheeler dot com> 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 <dwheeler , at, dwheeler dot com> 1.10-1
 - Test suite improvements: More tests, runs on Cygwin.
 - Simplified .spec file.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/auto-destdir/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	2 Sep 2009 21:54:27 -0000	1.2
+++ sources	11 Sep 2009 01:24:10 -0000	1.3
@@ -1 +1 @@
-e78d909dd0dcc5a594726f5efd3dee7e  auto-destdir-1.10.tgz
+ea9e719fba20898c07d1a765ce483f3e  auto-destdir-1.11.tgz




More information about the scm-commits mailing list