aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-08-25 20:17:39 +0000
committerPascal Terjan <pterjan@mageia.org>2011-08-25 20:17:39 +0000
commit94db59bd9cce540331f95261241f4ba321b8c451 (patch)
tree004e654f4b8e5435917647e46dcfb338cb951705 /Makefile
parent86e4ba06428304d10669f39f8cdb8241697727d7 (diff)
downloadiurt-94db59bd9cce540331f95261241f4ba321b8c451.tar
iurt-94db59bd9cce540331f95261241f4ba321b8c451.tar.gz
iurt-94db59bd9cce540331f95261241f4ba321b8c451.tar.bz2
iurt-94db59bd9cce540331f95261241f4ba321b8c451.tar.xz
iurt-94db59bd9cce540331f95261241f4ba321b8c451.zip
Define version in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bf2f9c5..b3b5693 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,7 @@
NAME=iurt
PACKAGE=$(NAME)
-VERSION := $(shell rpm -q --qf '%{version}\n' --specfile $(NAME).spec | head -1)
-RELEASE := $(shell rpm -q --qf '%{release}\n' --specfile $(NAME).spec | head -1)
-RELTAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')
+VERSION=0.6.5
FILES= Makefile emi iurt.spec iurt2 iurt_root_command lib ulri
RPM=$(HOME)/rpm