From 87f0c5b61227c697da4d37dc2c526d41ebbb1d52 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 23 Aug 2002 13:08:29 +0000 Subject: - make: add a srpm target - control-center: o document all data structures o add tiny firewall, drakbackup and drakcronat (why'ren't they not embedded ?) o kill useless cursor o requires drakcronat --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2b182cb6..207b06c5 100644 --- a/Makefile +++ b/Makefile @@ -38,13 +38,16 @@ dis: clean tar cjf ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) -rpm: dis +srpm: dis # ../$(NAME)-$(VERSION).tar.bz2 $(RPM) chmod 0644 ../$(NAME)-$(VERSION).tar.bz2 *.png.bz2 #rpmlint is happy cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES cp -f *.png.bz2 $(RPM)/SOURCES cp -f $(NAME).spec $(RPM)/SPECS/ - rpm -ba --clean --rmsource $(NAME).spec + rpm -bs $(NAME).spec + +rpm: srpm + rpm -bb --clean --rmsource $(NAME).spec rm -f ../$(NAME)-$(VERSION).tar.bz2 cvs commit -- cgit v1.2.1