summaryrefslogtreecommitdiff
path: root/cpp/rpm
diff options
context:
space:
mode:
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.
+