diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2006-05-18 15:48:35 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2006-05-18 15:48:35 +0000 |
commit | 418609f6c9399ee8fc6a5c24638bb2d54bbfa803 (patch) | |
tree | 3cddad1b79d9003c4f5085a2551957fdbdd6cf6b /Makefile | |
parent | b2274f0cc5d94c2c3aad7f2a276437494ae0f7dd (diff) | |
download | spec-helper-418609f6c9399ee8fc6a5c24638bb2d54bbfa803.tar spec-helper-418609f6c9399ee8fc6a5c24638bb2d54bbfa803.tar.gz spec-helper-418609f6c9399ee8fc6a5c24638bb2d54bbfa803.tar.bz2 spec-helper-418609f6c9399ee8fc6a5c24638bb2d54bbfa803.tar.xz spec-helper-418609f6c9399ee8fc6a5c24638bb2d54bbfa803.zip |
- 0.12V0_12_1mdk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ #--------------------------------------------------------------- PACKAGE=spec-helper -VERSION:=$(shell grep '%define *version ' $(PACKAGE).spec| cut -d ' ' -f 3) -RELEASE:=$(shell grep '%define *release ' $(PACKAGE).spec| cut -d ' ' -f 3) +VERSION:=$(shell rpm --qf %{VERSION} -q --specfile spec-helper.spec) +RELEASE:=$(shell rpm --qf %{RELEASE} -q --specfile spec-helper.spec) TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') FILES= spec-helper clean_files clean_perl compress_files strip_files relative_me_babe lib_symlinks gprintify.py fix-mo translate_menu.pl |