From 62d0b170d8a7c29ec3a00b3af9cc5b43dccf2db4 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 25 Jan 2007 16:45:48 +0000 Subject: * qpidc.spec.in: updated to release 3 for RPM. * gen/make-gen-src-mk.sh: fixed problem with makefile generation in a new checkout. * Other Makefile.am: added missing files to maintainer-clean. * Added missing svn-ignores. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499845 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/rpm/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpp/rpm') diff --git a/cpp/rpm/Makefile.am b/cpp/rpm/Makefile.am index 1a713ee65f..7f3a4b4b6b 100644 --- a/cpp/rpm/Makefile.am +++ b/cpp/rpm/Makefile.am @@ -14,9 +14,10 @@ clean-local: # Build source and binary RPMs. rpm: dist - rpmbuild $(RPMOPTS) -ba $(SPEC) + rpmbuild $(RPMOPTS) $(RPMEXTRAOPTS) -ba $(SPEC) + rpmlint RPMS/*.rpm -# Source RPM only. +# Build source RPM only. srpm: dist rpmbuild $(RPMOPTS) -bs $(SPEC) -- cgit v1.2.1