diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-30 17:53:09 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-30 17:53:09 +0100 |
commit | affbf6de0bbd0011afaf5597fae3a064eb988ad9 (patch) | |
tree | c9306a2af8538f376759797b478f318e5958a098 | |
parent | ff9730cbb4ec7adf815090c3df15ee608cde6b6c (diff) |
helper
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ clean: @echo Clean $(NAME) in $(SRCDIR) @rm -rfv *~ noarch x86_64 *.src.rpm +fedsrpm: + rpmbuild $(RPMDEFINES) --define "dist .fedora" -bs $(NAME).spec + srpm: rpmbuild $(RPMDEFINES) $(SRCDEFINES) -bs $(NAME).spec |