We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8de436e + ea4dc81 commit 0446527Copy full SHA for 0446527
.packit.yaml
@@ -1,6 +1,5 @@
1
specfile_path: python-simpleline.spec
2
upstream_package_name: simpleline
3
-upstream_tag_template: simpleline-{version}
4
actions:
5
create-archive:
6
- "make BUILD_ARGS=sdist archive"
Makefile
@@ -19,7 +19,7 @@ PKGNAME=simpleline
19
SPECNAME=python-$(PKGNAME)
20
VERSION=$(shell awk '/Version:/ { print $$2 }' $(SPECNAME).spec)
21
RELEASE=$(shell awk '/Release:/ { print $$2 }' $(SPECNAME).spec | sed -e 's|%.*$$||g')
22
-TAG=$(PKGNAME)-$(VERSION)
+TAG=$(VERSION)
23
24
PYTHON?=python3
25
COVERAGE?=coverage3
0 commit comments