https://bugzilla.redhat.com/show_bug.cgi?id=825333

Michael Schwendt <mschwe...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mschwe...@gmail.com

--- Comment #6 from Michael Schwendt <mschwe...@gmail.com> ---
$ rpmdev-extract libopkele-devel-2.0.4-2.fc17.x86_64.rpm 
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/acconfig.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/association.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/ax.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/basic_op.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/basic_rp.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/exception.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/extension.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/extension_chain.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/iterator.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/oauth_ext.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/opkele-config.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/prequeue_rp.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/sreg.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/tr1-mem.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/types.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/uris.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/util.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele/verify_op.h
libopkele-devel-2.0.4-2.fc17.x86_64/usr/lib64/libopkele.so
libopkele-devel-2.0.4-2.fc17.x86_64/usr/lib64/pkgconfig/libopkele.pc

No such header files as you mention. Closer look:

$ cd libopkele-devel-2.0.4-2.fc17.x86_64/usr/include/opkele
$ grep expat * -R
$ grep tidy * -R
exception.h:     * htmltidy related error occured
exception.h:    class exception_tidy : public exception {
exception.h:        exception_tidy(OPKELE_E_PARS);
exception.h:        exception_tidy(OPKELE_E_PARS,int r);
exception.h:        ~exception_tidy() throw() { }
$ grep buffio * -R
$


$ cd libopkele-2.0.4
$ find|grep tidy
./libopkele-2.0.4/include/opkele/tidy.h
$ find|grep expat
./libopkele-2.0.4/lib/expat.cc
./libopkele-2.0.4/include/opkele/expat.h
$

They are conditional. Will be back after a resubmitted build job to get a
chance to check the build log as why these have not been installed in my
test-build on May 30th.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to