From 2dcc54ec77023608de33a381a402fe32465fa2eb Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Dec 18 2008 21:57:13 +0000 Subject: Go back to old tagging paradigm. --- diff --git a/Makefile b/Makefile index 505ebb6..dc0f2d7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PKGNAME=mash VERSION=$(shell rpm -q --qf "%{VERSION}\n" --specfile ${PKGNAME}.spec) RELEASE=$(shell rpm -q --qf "%{RELEASE}\n" --specfile ${PKGNAME}.spec) -TAG=${PKGNAME}-$(VERSION) +TAG=$(VERSION) PKGRPMFLAGS=--define "_topdir ${PWD}" --define "_specdir ${PWD}" --define "_sourcedir ${PWD}/dist" --define "_srcrpmdir ${PWD}" --define "_rpmdir ${PWD}" --define "_builddir ${PWD}" RPM="noarch/${PKGNAME}-$(VERSION)-$(RELEASE).noarch.rpm"