summaryrefslogtreecommitdiff
path: root/cpp/rpm
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-04-11 19:53:32 +0000
committerAlan Conway <aconway@apache.org>2007-04-11 19:53:32 +0000
commit1fd57585c8ea536630d69de3fc16ce0c6f81c82b (patch)
treedc6a92d539d14a333c5033938d13b08edad9c9b9 /cpp/rpm
parentf7f31c6a720d23749b23735b71cd401d93ded9b5 (diff)
downloadqpid-python-1fd57585c8ea536630d69de3fc16ce0c6f81c82b.tar.gz
* cpp/qpidc.spec.in: Added qpidd-devel sub-package.
* cpp/configure.ac: Use a more reliable srcdir test file. * cpp/docs/api/Makefile.am: Fix bug in VPATH builds. * cpp/gentools/*, src/**.h,**.cpp: Fix #includes of files in gen/ * cpp/rpm/Makefile.am: Removed. RPM targets defined in top level Makefile.am. * cpp/Makefile.am: Add RPM targets, fix VPATH bug with RPM targets * cpp/rpm/README.qpidd-devel: placeholder for qpidd-devel documentation. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@527639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rpm')
-rw-r--r--cpp/rpm/Makefile.am26
-rw-r--r--cpp/rpm/README.qpidd-devel11
2 files changed, 11 insertions, 26 deletions
diff --git a/cpp/rpm/Makefile.am b/cpp/rpm/Makefile.am
deleted file mode 100644
index ddcbea868c..0000000000
--- a/cpp/rpm/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Build RPMs from the distribution tarball.
-#
-
-SPEC=${top_srcdir}/qpidc.spec
-RPMOPTS=--define "_sourcedir ${abs_top_srcdir}" --define "_topdir ${abs_builddir}"
-DIRS="BUILD RPMS SOURCES SPECS SRPMS"
-
-clean-local:
- -rm -rf $(DIRS)
-
-.PHONY: rpm srpm
-
-# Build source and binary RPMs.
-rpm: $(DIRS)
- rpmbuild $(RPMOPTS) $(RPMEXTRAOPTS) -ba $(SPEC)
- rpmlint RPMS/*/*.rpm
-
-# Build source RPM only.
-srpm: $(DIRS)
- rpmbuild $(RPMOPTS) -bs $(SPEC)
-
-$(DIRS):
- mkdir -p $(DIRS)
-
-
diff --git a/cpp/rpm/README.qpidd-devel b/cpp/rpm/README.qpidd-devel
new file mode 100644
index 0000000000..fd13120f66
--- /dev/null
+++ b/cpp/rpm/README.qpidd-devel
@@ -0,0 +1,11 @@
+
+This package provides header files needed to implement extensions to
+the Qpid broker daemon. It is not require for normal use of Qpid.
+
+Support for broker extensions is still a work-in-progress. We will be
+providing API documentation soon, in the meantime go to:
+
+ http://cwiki.apache.org/qpid/
+
+for more information.
+