From 15fa82ad2ed7671d31a7c8c382aa7a9bb219a814 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 13 Nov 2005 12:15:09 +0000 Subject: add rpmbuild --- userspace/ebtables2/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'userspace/ebtables2/Makefile') diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile index 87eb55a..d765569 100644 --- a/userspace/ebtables2/Makefile +++ b/userspace/ebtables2/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