Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: trousers - The open-source TCG software stack
https://bugzilla.redhat.com/show_bug.cgi?id=323441
------- Additional Comments From mra@hp.com 2007-11-28 12:33 EST ------- I was confused by directory ownership in the past, basically what you need to do is adjust the %files section to include the paths as well as the globbed files. That way the directory is considered owned by the rpm, in addition to the files under it.
I think all you need is something like:
# The files to be used by developers, 'trousers-devel' %files devel %defattr(-, root, root, -) %attr(755, root, root) %{_libdir}/libtspi.so %{_includedir}/tss/ %{_includedir}/tss/*.h %{_includedir}/trousers/ %{_includedir}/trousers/*.h %{_mandir}/man3/Tspi_*