summaryrefslogtreecommitdiff
path: root/cpp/rpm
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-03-21 02:05:56 +0000
committerAlan Conway <aconway@apache.org>2007-03-21 02:05:56 +0000
commit371d76b7e0f8358d5296722f2f2c0e28181a3935 (patch)
tree7bdb290ebe3506f2d9f75c6f9562c5e7932120ae /cpp/rpm
parent862b354f6f777314cd4013f5cbd5aaf0003808d7 (diff)
downloadqpid-python-371d76b7e0f8358d5296722f2f2c0e28181a3935.tar.gz
* cpp: svn removed, will rename cpp-0-9
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@520705 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rpm')
-rw-r--r--cpp/rpm/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/cpp/rpm/Makefile.am b/cpp/rpm/Makefile.am
deleted file mode 100644
index 363a444f4f..0000000000
--- a/cpp/rpm/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# Build RPMs from the distribution tarball.
-#
-
-# TODO aconway 2006-12-21: use autoconf macros for version, base name etc.
-
-SPEC=${top_srcdir}/qpidc.spec
-RPMOPTS=--define "_sourcedir ${abs_top_srcdir}" --define "_topdir ${abs_builddir}"
-
-clean-local:
- -rm -rf BUILD RPMS SOURCES SPECS SRPMS
-
-.PHONY: rpm srpm dist
-
-# Build source and binary RPMs.
-rpm: dist
- rpmbuild $(RPMOPTS) $(RPMEXTRAOPTS) -ba $(SPEC)
- rpmlint RPMS/*/*.rpm
-
-# Build source RPM only.
-srpm: dist
- rpmbuild $(RPMOPTS) -bs $(SPEC)
-
-# Build source distribution and create required subdirs.
-dist:
- cd .. && $(MAKE) $(AM_MAKEFLAGS) dist
- mkdir -p BUILD RPMS SOURCES SPECS SRPMS