diff options
author | Alan Conway <aconway@apache.org> | 2007-11-09 19:59:54 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-11-09 19:59:54 +0000 |
commit | b78af32f2bb9c725bacec590dbdeecaec9b2906c (patch) | |
tree | b779b2ff59cc9a2e8362b4e34e0574f6828d9c75 /cpp/qpidc.spec.in | |
parent | 23bc7f447a2b2551dc8ae20280ede45b524e06cd (diff) | |
download | qpid-python-b78af32f2bb9c725bacec590dbdeecaec9b2906c.tar.gz |
Package examples in rpm %doc directory.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@593638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/qpidc.spec.in')
-rw-r--r-- | cpp/qpidc.spec.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/cpp/qpidc.spec.in b/cpp/qpidc.spec.in index 99e668200d..bb7a4b895a 100644 --- a/cpp/qpidc.spec.in +++ b/cpp/qpidc.spec.in @@ -5,7 +5,7 @@ Name: @PACKAGE@ Version: @VERSION@ -Release: 8%{?dist} +Release: 10%{?dist} Summary: Libraries for Qpid C++ client applications Group: System Environment/Libraries License: Apache Software License @@ -106,6 +106,7 @@ make check %_includedir/qpid/log %_libdir/libqpidcommon.so %_libdir/libqpidclient.so +%doc %_datadir/%{name}/examples %doc docs/api/html %files -n %{qpidd} @@ -149,8 +150,12 @@ fi /sbin/ldconfig %changelog + +* Thu Nov 8 2007 Alan Conway <aconway@redhat.com> - 0.2-10 +- added examples to RPM package. + * Thu Oct 9 2007 Alan Conway <aconway@redhat.com> - 0.2-9 -- added %config(noreplace) for qpidd.conf +- added config(noreplace) for qpidd.conf * Thu Oct 4 2007 Alan Conway <aconway@redhat.com> - 0.2-8 - Added qpidd.conf configuration file. |