From 1fd57585c8ea536630d69de3fc16ce0c6f81c82b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 11 Apr 2007 19:53:32 +0000 Subject: * 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 --- cpp/rpm/Makefile.am | 26 -------------------------- cpp/rpm/README.qpidd-devel | 11 +++++++++++ 2 files changed, 11 insertions(+), 26 deletions(-) delete mode 100644 cpp/rpm/Makefile.am create mode 100644 cpp/rpm/README.qpidd-devel (limited to 'cpp/rpm') 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. + -- cgit v1.2.1