diff options
| author | Scott Bahling <sbahling@suse.de> | 2015-04-08 15:23:25 +0200 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.de> | 2015-04-08 15:23:25 +0200 |
| commit | 37abb0ca397724645763c77b7ddaed4891cdf7ef (patch) | |
| tree | d96a3f902d264aaef1dd9aecd062e5f19758c64f /Makefile | |
| parent | a1c54d89aec78c9b797710723797a974ba0cd2b0 (diff) | |
| download | obsapi-37abb0ca397724645763c77b7ddaed4891cdf7ef.tar.gz obsapi-37abb0ca397724645763c77b7ddaed4891cdf7ef.tar.xz obsapi-37abb0ca397724645763c77b7ddaed4891cdf7ef.zip | |
add python- prefix to specfile
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
