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

--- Comment #40 from Alec Leamas <[email protected]> ---
The public header files under include are not installed by 'make install'
Inline patch to fix:
diff -U2 FreeSOLID.spec.ORG FreeSOLID.spec
--- FreeSOLID.spec.ORG    2012-07-09 23:59:52.482377610 +0200
+++ FreeSOLID.spec    2012-07-10 00:19:05.470474834 +0200
@@ -74,4 +74,6 @@
 %install
 make install DESTDIR=%{buildroot}
+cp -ar include/SOLID include/3D include/config.h \
+    %{buildroot}%{_includedir}/%{name}
 rm $( find %{buildroot} -name '*.la' ) %{buildroot}%{_infodir}/dir
 rm -rf sample/*.o sample/.libs $(find sample -type f -a -executable)

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

Reply via email to