https://bugzilla.redhat.com/show_bug.cgi?id=1108395
--- Comment #9 from Mukundan Ragavan <[email protected]> --- Isn't it better to call -private subpackage -private-devel since it contains headers @@ -74,6 +75,13 @@ %description devel Development files for netgen. +%package private +Summary: Private headers of netgen +Requires: %{name}-devel%{?_isa} = %{version}-%{release} + +%description private +Private headers of netgen, needed to build certain netgen based software packages. + +# Install private headers +( +cd libsrc +find \( -name *.hpp -or -name *.hxx -or -name *.h -or -name *.ixx -or -name *.jxx \) -exec install -Dpm 0644 {} %{buildroot}%{_includedir}/%{name}/private/{} \; +) + +%files private +%{_includedir}/%{name}/private + -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
