From 37abb0ca397724645763c77b7ddaed4891cdf7ef Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Wed, 8 Apr 2015 15:23:25 +0200 Subject: add python- prefix to specfile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40fa280..c4c2310 100755 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ RELEASE = $(shell git describe --tags --dirty --always) TARFILE = $(DISTDIR)/$(RELEASE).tar.bz2 PREFIX = $(shell echo $(RELEASE) | cut -d '-' -f 1) GITVERSION = $(shell echo $(RELEASE) | cut -d '-' -f 2-) -SPECFILE = $(DISTDIR)/$(PREFIX).spec +SPECFILE = $(DISTDIR)/python-$(PREFIX).spec # # Replace '-' with '_' in version to be rpm compatible # This version is used in the spec file for the rpm -- cgit v1.2.3