From a1503f667ef8b4eeaab81b0c50f273026ca4474a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 2 Mar 2004 19:09:30 +0000 Subject: Integrate jbash's RPM spec into build process. (Requires "rpmbuild" to build properly. Works fine on redhat 9. YMMV.) svn:r1199 --- Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 155b2557e5..8502682ca0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,3 +9,13 @@ EXTRA_DIST = INSTALL README AUTHORS LICENSE ChangeLog #install-data-local: # $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor + +dist-rpm: dist + rm -rf /tmp/tor-rpm-build + mkdir /tmp/tor-rpm-build + for subdir in BUILD RPMS SOURCES SPECS SRPMS; do \ + mkdir /tmp/tor-rpm-build/$$subdir; \ + done + cp tor-$(VERSION).tar.gz /tmp/tor-rpm-build/SOURCES + rpmbuild -ba --define '_topdir /tmp/tor-rpm-build' contrib/tor.spec + mv /tmp/tor-rpm-build/*RPMS/* . -- cgit v1.2.3-54-g00ecf