Author: tpg
Date: Tue Jan 30 16:08:18 2007
New Revision: 115515
Modified:
packages/cooker/k3d/current/SPECS/k3d.spec
Log:
- move all *.so files to the main library(workaround to get K-3D working)
Modified: packages/cooker/k3d/current/SPECS/k3d.spec
==============================================================================
--- packages/cooker/k3d/current/SPECS/k3d.spec (original)
+++ packages/cooker/k3d/current/SPECS/k3d.spec Tue Jan 30 16:08:18 2007
@@ -169,15 +169,18 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/*.so.%{major}*
%attr(755,root,root) %{_libdir}/%{name}/*.so.%{major}*
+#temporary wirkaround
+%{_libdir}/*.so
+%{_libdir}/%{name}/*.so
%files -n %{libname}-devel
%defattr(644,root,root,755)
%multiarch %attr(755,root,root) %{multiarch_bindir}/%{name}-config
%attr(755,root,root) %{_bindir}/%{name}-config
%{_libdir}/*.la
-%{_libdir}/*.so
+#%{_libdir}/*.so
%{_libdir}/%{name}/*.la
-%{_libdir}/%{name}/*.so
+#%{_libdir}/%{name}/*.so
%dir %{_includedir}/k3d
%{_includedir}/%{name}/Hapy/*
%{_includedir}/%{name}/k3dsdk/*