fixed what I broke in the spec - still needs work to move engine modules to their correct package...

SVN revision: 21202
This commit is contained in:
quan74 2006-03-12 03:13:46 +00:00 committed by quan74
parent 0bc3319af0
commit 4cefa67d64
1 changed files with 2 additions and 7 deletions

View File

@ -211,7 +211,9 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%{_libdir}/evas/modules/savers/eet/*/module.so
%{_libdir}/evas/modules/savers/jpeg/*/module.so
%{_libdir}/evas/modules/savers/png/*/module.so
#FIXME move these to their respective packages like the rest...
%{_libdir}/evas/modules/engines/buffer/*/module.so
%{_libdir}/evas/modules/engines/software_x11/*/module.so
%{_libdir}/evas/modules/engines/software_generic/*/module.so
%{_datadir}/%{name}
@ -235,13 +237,6 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%{_libdir}/evas/modules/savers/edb/*/module.so
%endif
%if %{with module_software_x11}
%files module_software_x11
%defattr(-, root, root)
%{_libdir}/evas/modules/engines/software_x11/*/module.so
%endif
%if %{with module_engine_cairo_x11}
%files module_engine_cairo_x11
%defattr(-, root, root)