https://bugzilla.redhat.com/show_bug.cgi?id=948589 --- Comment #21 from Michael Schwendt <mschwendt@xxxxxxxxx> --- > %files -n libhedwig-devel > %dir %{_includedir}/hedwig-*/hedwig > %{_includedir}/hedwig-*/hedwig/*.h Directory %{_includedir}/hedwig-* is not included. https://fedoraproject.org/wiki/Packaging:Guidelines#File_and_Directory_Ownership https://fedoraproject.org/wiki/Packaging:UnownedDirectories You might want to give this %files section a second though and either make it more explicit (= less wildcards + spell out specific header names to expect a specific API) or simply include the full tree starting at the top directory with a single entry: %files -n libhedwig-devel %{_includedir}/hedwig-*/ Then all directories are included properly. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Sg6rEkuhN2&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review