From 6cef49ef0068e711306079bb8adedef9fc9552dc Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sat, 4 Feb 2006 16:37:37 +0000 Subject: Make .src.rpm as well --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48b140b..a6a072a 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ rpm: update # # Do the build... # - rpmbuild -bb $(RPMFLAGS) $(DOCSPEC) + rpmbuild -ba $(RPMFLAGS) $(DOCSPEC) mv $(shell ${RPM} --eval '%{_rpmdir}')/noarch/*.rpm . rpmbuild --clean --rmsource $(RPMFLAGS) $(DOCSPEC) rm -rf $(shell ${RPM} --eval '%{_topdir}') -- cgit