diff options
| author | Alan Conway <aconway@apache.org> | 2007-01-25 16:45:48 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-01-25 16:45:48 +0000 |
| commit | 62d0b170d8a7c29ec3a00b3af9cc5b43dccf2db4 (patch) | |
| tree | df1a48d5c98bbf3bbeb75a998e09df4febb08c57 /cpp/rpm | |
| parent | f5038f13d14d99e2b96482e3536ce3312703a56b (diff) | |
| download | qpid-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.am | 5 |
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) |
