From 79a4e1135f09b8f3af2f6e1ca34de3773cd7c219 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Tue, 5 Sep 2006 14:47:48 +0000 Subject: - no spec file in source --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a0e97ff..e482b29 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,7 @@ ############################################################################# PACKAGE = rpm-helper -VERSION := $(shell rpm -q --qf %{VERSION} --specfile $(PACKAGE).spec) -RELEASE := $(shell rpm -q --qf %{RELEASE} --specfile $(PACKAGE).spec) -TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') +VERSION := 0.18 FILES = AUTHORS README README.CVS COPYING ChangeLog Makefile \ $(PACKAGE).spec $(SCRIPTS) $(MACROFILEIN) -- cgit v1.2.1