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

Version Path
uringmachine-0.5.1 vendor/liburing/Makefile.common
uringmachine-0.5 vendor/liburing/Makefile.common
uringmachine-0.4 vendor/liburing/Makefile.common
uringmachine-0.3 vendor/liburing/Makefile.common
uringmachine-0.2 vendor/liburing/Makefile.common
uringmachine-0.1 vendor/liburing/Makefile.common
iou-0.2 vendor/liburing/Makefile.common
iou-0.1 vendor/liburing/Makefile.common
polyphony-1.6 vendor/liburing/Makefile.common
polyphony-1.5 vendor/liburing/Makefile.common
polyphony-1.4 vendor/liburing/Makefile.common
polyphony-1.3 vendor/liburing/Makefile.common
polyphony-1.2.1 vendor/liburing/Makefile.common
polyphony-1.2 vendor/liburing/Makefile.common
polyphony-1.1.1 vendor/liburing/Makefile.common
polyphony-1.1 vendor/liburing/Makefile.common
polyphony-1.0.2 vendor/liburing/Makefile.common
polyphony-1.0.1 vendor/liburing/Makefile.common
polyphony-1.0 vendor/liburing/Makefile.common
polyphony-0.99.6 vendor/liburing/Makefile.common