summaryrefslogtreecommitdiff
path: root/qpid/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
commit2d413a6c742cd84740ce7f96219af401a25a9d91 (patch)
tree5adcaccccd9e791768d659f189740d2b1864f41c /qpid/cpp/rpm
parenta1a920a608fca9ba42020b699dceef9da002eef2 (diff)
downloadqpid-python-2d413a6c742cd84740ce7f96219af401a25a9d91.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@499845 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/rpm')
-rw-r--r--qpid/cpp/rpm/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/cpp/rpm/Makefile.am b/qpid/cpp/rpm/Makefile.am
index 1a713ee65f..7f3a4b4b6b 100644
--- a/qpid/cpp/rpm/Makefile.am
+++ b/qpid/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)