Add a test-srpm build target, from oliver for #72
This commit is contained in:
parent
e5b44a0d46
commit
035047b25f
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -84,6 +84,9 @@ srpm: tarball
|
|||
rpm: tarball
|
||||
$(RPM_WITH_DIRS) $(DIST_DEFINES) -bb $(SPECFILE)
|
||||
|
||||
test-rpm: tarball
|
||||
$(RPM_WITH_DIRS) $(DIST_DEFINES) --define "testbuild 1" -bb $(SPECFILE)
|
||||
|
||||
tag::
|
||||
git tag -a $(TAG)
|
||||
@echo "Tagged with: $(TAG)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue