Sha256: c2c46f5d7ca404a1c8d17cbb1045019c388f88f3c7ff6b00d0606ba2c55213ae
Contents?: true
Size: 309 Bytes
Versions: 26
Compression:
Stored size: 309 Bytes
Contents
TOP := $(dir $(CURDIR)/$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))) NAME=liburing SPECFILE=$(TOP)/$(NAME).spec VERSION=$(shell awk '/Version:/ { print $$2 }' $(SPECFILE)) VERSION_MAJOR=$(shell echo $(VERSION) | cut -d. -f1) VERSION_MINOR=$(shell echo $(VERSION) | cut -d. -f2) TAG = $(NAME)-$(VERSION)
Version data entries
26 entries across 26 versions & 3 rubygems