diff options
author | Alan Conway <aconway@apache.org> | 2007-08-20 13:09:46 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-08-20 13:09:46 +0000 |
commit | ab397dc2987d02c20e6c08a7d8308804f4778712 (patch) | |
tree | d99a7774a0e80d8d026b8098d645fb073f7137c0 /cpp | |
parent | da3de2a789f1689d25d4d6ac8afa2d7ee82c8787 (diff) | |
download | qpid-python-ab397dc2987d02c20e6c08a7d8308804f4778712.tar.gz |
* qpidc.spec.in: Fix rpmlint "macro in changelog" warning.
* etc/qpidd: Put description on one line.
Continuation line causing rpmlint to barf with "wrong-line-in-lsb-tag
* configure.ac: Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@567683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/configure.ac | 2 | ||||
-rwxr-xr-x | cpp/etc/qpidd | 3 | ||||
-rw-r--r-- | cpp/qpidc.spec.in | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index 433bcd372f..25e4bd0d7f 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -117,7 +117,7 @@ AM_CONDITIONAL([HAS_RPMLINT], [test -n "$RPMLINT"]) AC_CHECK_PROG([RUBY], [ruby], [ruby]) AC_CHECK_PROG([JAVA], [java], [java]) -AC_CHECK_PROG([JAVAC], [javac], [javc]) +AC_CHECK_PROG([JAVAC], [javac], [javac]) test -n "$RUBY" -a -n "$JAVA" -a -n "$JAVAC" && generate=yes specdir=`pwd`/$srcdir/../specs diff --git a/cpp/etc/qpidd b/cpp/etc/qpidd index ed9a3ececb..6aa79339d7 100755 --- a/cpp/etc/qpidd +++ b/cpp/etc/qpidd @@ -10,8 +10,7 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start or stop qpidd -# Description: Qpidd is an AMQP broker. It receives, stores, routes and -# forwards messages using the AMQP protcol. +# Description: Qpidd is an AMQP broker. It receives, stores, routes and forwards messages using the AMQP protcol. ### END INIT INFO # chkconfig: - 85 15 diff --git a/cpp/qpidc.spec.in b/cpp/qpidc.spec.in index 60b96408ae..720f1b0f40 100644 --- a/cpp/qpidc.spec.in +++ b/cpp/qpidc.spec.in @@ -179,7 +179,7 @@ fi - Add --disable-static. * Thu Jan 25 2007 Alan Conway <aconway@redhat.com> - 0.1-3 -- Applied Jim Meyerings fixes from http://mail-archives.apache.org/mod_mbox/incubator-qpid-dev/200701.mbox/%3c87hcugzmyp.fsf@rho.meyering.net%3e +- Applied Jim Meyerings fixes from http://mail-archives.apache.org/mod_mbox/incubator-qpid-dev/200701.mbox/<87hcugzmyp.fsf@rho.meyering.net> * Mon Dec 22 2006 Alan Conway <aconway@redhat.com> - 0.1-1 - Fixed all rpmlint complaints (with help from David Lutterkort) |