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: rudeconfig - C++ library for manipulating config files https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=223588 ------- Additional Comments From bugs.michael@xxxxxxx 2007-02-01 15:08 EST ------- The former. And that's either: | %files devel | %defattr(-,root,root,-) | %{_includedir}/rude/ | %{_libdir}/*.so | %{_mandir}/man3/* Or: | %files devel | %defattr(-,root,root,-) | %dir %{_includedir}/rude | %{_includedir}/rude/config.h | %{_libdir}/*.so | %{_mandir}/man3/* When you list the binary rpm, you want to see a "drwxr-xr-x" entry for "/usr/include/rude". The difference between | %dir %{_includedir}/rude | %{_includedir}/rude/config.h and | %{_includedir}/rude/ is that the latter includes the directory "rude" and the entire tree below it. On the contrary, with %dir you can include specific directories, but you need to specify any files in addition to that. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review