From affbf6de0bbd0011afaf5597fae3a064eb988ad9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Nov 2015 17:53:09 +0100 Subject: helper --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit