From aba38f65ff5d6ab686c9ccb1aa70a4f1cb149c2d Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Fri, 9 Apr 2004 19:37:19 +0000 Subject: [PATCH] mark's fix --- Makerules | 4 ++-- Patchrules | 4 ++-- Rules.mk | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makerules b/Makerules index 95854f13..85f978c9 100644 --- a/Makerules +++ b/Makerules @@ -32,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makerules,v 1.3 2004/04/08 21:08:47 mlh-pl_rpm Exp $ +# $Id: Makerules,v 1.4 2004/04/09 19:06:27 mlh-pl_rpm Exp $ # # Base cvsps and rpmbuild in the current directory @@ -107,7 +107,7 @@ define PATCH_template # In case the spec file did not explicitly list the PatchSet ifeq ($$(origin Patch$(1)),undefined) -Patch$(1) := $$(Source0)-$(1).patch.bz2 +Patch$(1) := $$(package)-$(1).patch.bz2 endif # Get rid of URL diff --git a/Patchrules b/Patchrules index 29c17f06..10b6fcea 100644 --- a/Patchrules +++ b/Patchrules @@ -4,7 +4,7 @@ # # Copyright (c) 2003 The Trustees of Princeton University (Trustees). # -# $Id$ +# $Id: Patchrules,v 1.1 2004/04/09 19:24:00 mlh-pl_rpm Exp $ # while read PatchSet n ; do @@ -14,7 +14,7 @@ while read PatchSet n ; do cat <