summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-11-30 17:53:09 +0100
committerRemi Collet <fedora@famillecollet.com>2015-11-30 17:53:09 +0100
commitaffbf6de0bbd0011afaf5597fae3a064eb988ad9 (patch)
treec9306a2af8538f376759797b478f318e5958a098
parentff9730cbb4ec7adf815090c3df15ee608cde6b6c (diff)
helper
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3c24bbe..835743c 100644
--- a/Makefile
+++ b/Makefile
@@ -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