Author: tpg Date: Tue Jan 30 20:22:34 2007 New Revision: 115570 Modified: packages/cooker/k3d/current/SPECS/k3d.spec
Log: - add requires 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 20:22:34 2007 @@ -4,7 +4,7 @@ Summary: K-3D open-source 3D modeling, animation, and rendering system Name: k3d Version: 0.6.6.0 -Release: %mkrel 2 +Release: %mkrel 3 License: GPL Group: Graphics Url: http://k3d.sourceforge.net/new/ @@ -27,6 +27,9 @@ %ifarch x86_64 BuildRequires: chrpath %endif +Requires: yafray +Requires: povray +Requires: aqsis Requires: %{_lib}%{name} = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot @@ -169,18 +172,15 @@ %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/*
