diff options
| author | Nuno Santos <nsantos@apache.org> | 2008-05-08 15:55:57 +0000 |
|---|---|---|
| committer | Nuno Santos <nsantos@apache.org> | 2008-05-08 15:55:57 +0000 |
| commit | 8d1a8ac4bef1230131aaec54883d50aedd8aa314 (patch) | |
| tree | 11d0c8a897d748ccc932b87afefa76caf178836e /cpp/qpidc.spec.in | |
| parent | 8f39d1955d3ed7bf62e44beb561d8ede72df9ec6 (diff) | |
| download | qpid-python-8d1a8ac4bef1230131aaec54883d50aedd8aa314.tar.gz | |
QPID-1035: managementgen only exists in qpid C++ source - applying patched supplied by Matt Farrellee
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654564 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/qpidc.spec.in')
| -rw-r--r-- | cpp/qpidc.spec.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/cpp/qpidc.spec.in b/cpp/qpidc.spec.in index eb62b30d01..3510a64a9f 100644 --- a/cpp/qpidc.spec.in +++ b/cpp/qpidc.spec.in @@ -7,7 +7,7 @@ Name: @PACKAGE@ Version: @VERSION@ -Release: 28%{?dist} +Release: 31%{?dist} Summary: Libraries for Qpid C++ client applications Group: System Environment/Libraries License: Apache Software License @@ -45,6 +45,7 @@ Group: Development/System Requires: %name = %version-%release Requires: boost-devel Requires: e2fsprogs-devel +Requires: python %description devel Libraries, header files and documentation for developing AMQP clients @@ -124,6 +125,8 @@ make check %_includedir/qpid/management %_libdir/libqpidcommon.so %_libdir/libqpidclient.so +%_bindir/managementgen +%_datadir/managementgen %doc %_datadir/%{name}/examples %doc docs/api/html @@ -169,6 +172,15 @@ fi /sbin/ldconfig %changelog +* Wed May 7 2008 Matthew Farrellee <mfarrellee@redhat> - 0.2-31 +- Added python dependency, needed by managementgen + +* Wed May 7 2008 Matthew Farrellee <mfarrellee@redhat> - 0.2-30 +- Added management-types.xml to qpidc-devel package + +* Tue May 6 2008 Matthew Farrellee <mfarrellee@redhat> - 0.2-29 +- Added managementgen to the qpidc-devel package + * Mon Apr 14 2008 Nuno Santos <nsantos@redhat.com> - 0.2-28 - Fix home dir permissions - Bumped for Fedora 9 |
