diff options
| author | Nuno Santos <nsantos@apache.org> | 2008-01-03 18:48:21 +0000 |
|---|---|---|
| committer | Nuno Santos <nsantos@apache.org> | 2008-01-03 18:48:21 +0000 |
| commit | 3f7718e496ca209724d0b463fa0de2dd00f34518 (patch) | |
| tree | c0011ba6aa7411e0ebe5f5071c55735f11f6dc08 | |
| parent | 0ab60835f9bfe3dbf05c5f389ede43fbb6f861f4 (diff) | |
| download | qpid-python-3f7718e496ca209724d0b463fa0de2dd00f34518.tar.gz | |
add ruby as a build dependency
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@608592 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/cpp/qpidc.spec.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qpid/cpp/qpidc.spec.in b/qpid/cpp/qpidc.spec.in index e0f42165e5..80b9ac6dfa 100644 --- a/qpid/cpp/qpidc.spec.in +++ b/qpid/cpp/qpidc.spec.in @@ -5,7 +5,7 @@ Name: @PACKAGE@ Version: @VERSION@ -Release: 14%{?dist} +Release: 15%{?dist} Summary: Libraries for Qpid C++ client applications Group: System Environment/Libraries License: Apache Software License @@ -21,6 +21,7 @@ BuildRequires: graphviz BuildRequires: help2man BuildRequires: libtool BuildRequires: pkgconfig +BuildRequires: ruby Requires: boost @@ -152,6 +153,9 @@ fi %changelog +* Thu Jan 03 2008 Nuno Santos <nsantos@redhat.com> - 0.2-15 +- add ruby as a build dependency + * Tue Dec 18 2007 Nuno Santos <nsantos@redhat.com> - 0.2-14 - include fixes from Gordon Sim (fragmentation, lazy-loading, staging) and Alan Conway (exception handling in the client). |
