summaryrefslogtreecommitdiff
path: root/cpp/rpm
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-01-25 16:45:48 +0000
committerAlan Conway <aconway@apache.org>2007-01-25 16:45:48 +0000
commit62d0b170d8a7c29ec3a00b3af9cc5b43dccf2db4 (patch)
treedf1a48d5c98bbf3bbeb75a998e09df4febb08c57 /cpp/rpm
parentf5038f13d14d99e2b96482e3536ce3312703a56b (diff)
downloadqpid-python-62d0b170d8a7c29ec3a00b3af9cc5b43dccf2db4.tar.gz
* 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
Diffstat (limited to 'cpp/rpm')
-rw-r--r--cpp/rpm/Makefile.am5
1 files changed, 3 insertions, 2 deletions
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)