evas svg loader .spec file additions

SVN revision: 24852
This commit is contained in:
Carsten Haitzler 2006-08-17 23:08:09 +00:00
parent f92d643c5f
commit 6d24413b6c
1 changed files with 20 additions and 0 deletions

View File

@ -37,6 +37,7 @@
%bcond_without module_loader_eet
%bcond_without module_saver_eet
%bcond_without module_loader_xpm
%bcond_without module_loader_svg
# This just keeps a missing doxygen from killing the build.
%define _missing_doc_files_terminate_build 0
@ -207,6 +208,18 @@ XPM Image loader module for Evas
%define ac_with_module_loader_xpm --disable-image-loader-xpm
%endif
%if %{with module_loader_svg}
%package module_loader_svg
Summary: SVG Image loader module for Evas
Group: System Environment/Libraries
##BuildRequires: (none, X?)
%description module_loader_svg
svg Image loader module for Evas
%define ac_with_module_loader_svg --enable-image-loader-svg
%else
%define ac_with_module_loader_svg --disable-image-loader-svg
%endif
%package module_engine_software_generic
Summary: Software X11 rendering engine module for Evas
Group: System Environment/Libraries
@ -340,6 +353,7 @@ Software XCB X11 rendering engine module for Evas
%{ac_with_module_loader_edb} \
%{ac_with_module_saver_edb} \
%(ac_with_module_loader_xpm) \
%(ac_with_module_loader_svg) \
%{ac_with_module_engine_software_x11} \
%{ac_with_module_engine_buffer} \
%{ac_with_module_engine_fb} \
@ -460,6 +474,12 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%{_libdir}/evas/modules/loaders/xpm/*/module.so
%endif
%if %{with module_loader_svg}
%files module_loader_svg
%defattr(-, root, root)
%{_libdir}/evas/modules/loaders/svg/*/module.so
%endif
%if %{with module_engine_software_x11}
%files module_engine_software_x11
%defattr(-, root, root)