Enlightenment CVS committal

Author  : mej
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        ecore.spec.in 


Log Message:
Wed Jul 23 00:10:13 2008                        Michael Jennings (mej)

distcheck and spec fixes
----------------------------------------------------------------------

===================================================================
RCS file: /cvs/e/e17/libs/ecore/ecore.spec.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ecore.spec.in       7 Nov 2007 05:42:07 -0000       1.24
+++ ecore.spec.in       23 Jul 2008 07:11:55 -0000      1.25
@@ -22,6 +22,7 @@
 ## enabled features
 ##%bcond_without module_engine_software_x11
 %bcond_without lib_ecore_fb
+%bcond_without lib_ecore_imf
 
 # This just keeps a missing doxygen from killing the build.
 %define _missing_doc_files_terminate_build 0
@@ -29,8 +30,9 @@
 %define breq_lib_ecore_directfb     %{?with_lib_ecore_directfb:DirectFB}
 %define breq_lib_ecore_sdl          %{?with_lib_ecore_sdl:SDL-devel}
 
-%define ac_with_lib_ecore_fb        
--%{?with_lib_ecore_fb:en}%{!?with_lib_ecore_fb:dis}able-ecore-fb
 %define ac_with_lib_ecore_directfb  
--%{?with_lib_ecore_directfb:en}%{!?with_lib_ecore_directfb:dis}able-ecore-directfb
+%define ac_with_lib_ecore_fb        
--%{?with_lib_ecore_fb:en}%{!?with_lib_ecore_fb:dis}able-ecore-fb
+%define ac_with_lib_ecore_imf       
--%{?with_lib_ecore_imf:en}%{!?with_lib_ecore_imf:dis}able-ecore-imf
 %define ac_with_lib_ecore_sdl       
--%{?with_lib_ecore_sdl:en}%{!?with_lib_ecore_sdl:dis}able-ecore-sdl
 
 Summary: Enlightened Core X interface library
@@ -44,7 +46,7 @@
 Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <[EMAIL 
PROTECTED]>}
 Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment 
Project (http://www.enlightenment.org/)}
 Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
-#BuildSuggests: xorg-x11-devel, XFree86-devel
+#BuildSuggests: xorg-x11-devel, XFree86-devel, libX11-devel
 BuildRequires: libjpeg-devel, openssl-devel %{?breq_lib_ecore_directfb}
 BuildRequires: curl-devel, evas-devel, eet-devel %{?breq_lib_ecore_sdl}
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -124,6 +126,15 @@
 %description file
 Ecore File Library
 
+%if %{with lib_ecore_imf}
+%package imf
+Summary: Ecore IMF functions
+Group: Development/Libraries
+Requires: %{name} = %{version}
+%description imf
+Ecore IMF functions
+%endif
+
 %package ipc
 Summary: Ecore inter-process communication functions
 Group: Development/Libraries
@@ -164,8 +175,9 @@
 LDFLAGS="-L/usr/kerberos/lib -L/usr/X11R6/%{_lib}"
 export CFLAGS LDFLAGS
 %{configure} --prefix=%{_prefix} \
-    %{?ac_with_lib_ecore_fb} \
     %{?ac_with_lib_ecore_directfb} \
+    %{?ac_with_lib_ecore_fb} \
+    %{?ac_with_lib_ecore_imf} \
     %{?ac_with_lib_ecore_sdl}
 
 %{__make} %{?_smp_mflags} %{?mflags}
@@ -228,6 +240,12 @@
 %files file
 %defattr(-, root, root)
 %{_libdir}/libecore_file.so.*
+
+%if %{with lib_ecore_imf}
+%files imf
+%defattr(-, root, root)
+%{_libdir}/libecore_imf*.so.*
+%endif
 
 %files ipc
 %defattr(-, root, root)



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to