Warren Young a écrit :
> Thanks! FYI, all of the refman documentation is sourced from lib/*.h.
> This particular patch actually goes to lib/mysql++.h.in.
Yes, i've noticed that after i post.
>
> By the way, you might diff your spec file against mine again. I had to
> make a few more last-minute changes to mine because they aren't working
> on my system. The biggest one is that %{__id_u} doesn't work here; I
> had to pull it out. Hopefully the builddir that it generates is still
> sufficiently unique.
My spec file is here : http://remi.collet.free.fr/rpms/extras/mysql++.spec
No significant diff.
Fedora mandatory BuildRoot is mainly usefull on the "Fedora build
system" (but on my CentOS 4, __id_u is defined by /usr/lib/rpm/*/macros)
Extract from the Fedora Packaging Guidelines :
The recommended values for the BuildRoot tag are (in descending order of
preference) :
%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%{_tmppath}/%{name}-%{version}-%{release}-root
Regards