diff options
author | Frederic Lepied <flepied@mandriva.com> | 2004-05-04 06:00:13 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2004-05-04 06:00:13 +0000 |
commit | a0c9eeca4834788b6ba5aa351232f3df00fefb9f (patch) | |
tree | 03d4d4e877e14d4f465086c0fbd1a7cdaf43513a /Makefile | |
parent | eb78f07ef2592ddfe43c935d0d9646792d30f26f (diff) | |
download | mgaonline-a0c9eeca4834788b6ba5aa351232f3df00fefb9f.tar mgaonline-a0c9eeca4834788b6ba5aa351232f3df00fefb9f.tar.gz mgaonline-a0c9eeca4834788b6ba5aa351232f3df00fefb9f.tar.bz2 mgaonline-a0c9eeca4834788b6ba5aa351232f3df00fefb9f.tar.xz mgaonline-a0c9eeca4834788b6ba5aa351232f3df00fefb9f.zip |
no need to edit the spec file as we use the tar ball directly.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |