From a0c9eeca4834788b6ba5aa351232f3df00fefb9f Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Tue, 4 May 2004 06:00:13 +0000 Subject: no need to edit the spec file as we use the tar ball directly. --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 336ee4fd..1f1e0b6b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ PACKAGE = mdkonline 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 -- '-.' '__') -RPM = $(HOME)/rpm NAME = mdkonline MDKUPDATE = mdkupdate @@ -66,9 +65,6 @@ tar: rm -rf $(PACKAGE)-$(VERSION) buildrpm: - (echo "# !! DON'T MODIFY HERE, MODIFY IN THE CVS !!" ; \ - cat $(PACKAGE).spec \ - ) > $(RPM)/SPECS/$(PACKAGE).spec rpm -ta ../$(PACKAGE)-$(VERSION).tar.bz2 rm -f ../$(PACKAGE)-$(VERSION).tar.bz2 -- cgit v1.2.1