Alan Conway <[EMAIL PROTECTED]> wrote:
> Just comitted a draft. It's close but needs some work.
Re qpid-cpp.spec,
# FIXME: aconway don't think this is required, I don't have it installed.
# BuildRequires: check-devel
It's not necessary. It's probably there as a holdover from
the project on which I based my first draft of the .spec.in file.
# FIXME: For libuuid. aconway: Why do we depend on libuuid?
BuildRequires: e2fsprogs-devel
I don't know, either. David, did you add this?
If you settle on qpid or qpidc as the package name,
then you should change these uses of `qpid' back to '%name':
mkdir -p $RPM_BUILD_ROOT%_localstatedir/run/qpid
mkdir -p $RPM_BUILD_ROOT%_localstatedir/lib/qpid
%_libdir/libqpidcommon.so.0
%_libdir/libqpidcommon.so.0.1.0
%_libdir/libqpidclient.so.0
%_libdir/libqpidclient.so.0.1.0
...
You want to put redhat.com here: :-)
[EMAIL PROTECTED]