From 308ea9f233aad3a4c766933865ba81a1d27f3f85 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 13 Nov 2005 12:15:09 +0000 Subject: add rpmbuild --- Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 87eb55a..d765569 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROGNAME:=ebtables PROGVERSION:=2.0.8-rc1 -PROGDATE:=October\ 2005 +PROGDATE:=November\ 2005 # default paths LIBDIR:=/usr/lib @@ -178,7 +178,15 @@ release: touch include/* touch include/linux/* touch include/linux/netfilter_bridge/* - cd ..;tar -c $(DIR) | gzip >$(DIR).tar.gz + cd ..;tar -c $(DIR) | gzip >$(DIR).tar.gz; cd - + rm -rf include/linux + +# This will make the rpm and put it in /usr/src/redhat/RPMS +# (do this as root after make release) +.PHONY: rpmbuild +rpmbuild: + cp ../$(DIR).tar.gz /usr/src/redhat/SOURCES/ + rpmbuild --buildroot $(shell mktemp -d $(DIR)-XXXXX) -bb ebtables.spec .PHONY: test_ulog test_ulog: examples/ulog/test_ulog.c getethertype.o -- cgit v1.2.3