Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| abc10cd4b8 |
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@ VERSION = $(shell git describe | sed 's/-/./g')
|
|||||||
BRANCH = $(shell git branch --show-current)
|
BRANCH = $(shell git branch --show-current)
|
||||||
|
|
||||||
define rpm_eval
|
define rpm_eval
|
||||||
shell rpm --eval '%{$(1)}'
|
shell rpm --eval '%{$(1)}'
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARBALL_PATH = $(call rpm_eval _sourcedir)/$(NAME)-$(VERSION).tar.gz
|
TARBALL_PATH = $(call rpm_eval _sourcedir)/$(NAME)-$(VERSION).tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user