update(add) packaging directory and spec file from OBSTF:Private, OBS
authorInkyo Jung <inkyo.jung@samsung.com>
Fri, 16 Mar 2012 15:41:40 +0000 (00:41 +0900)
committerInkyo Jung <inkyo.jung@samsung.com>
Fri, 16 Mar 2012 15:41:40 +0000 (00:41 +0900)
packaging/ecore.spec

index f7abb43..0751c1d 100644 (file)
@@ -1,11 +1,12 @@
+#sbs-git:slp/pkgs/e/ecore ecore 1.1.0+svn.69115slp2+build01 f1fcb7acee67ba61b43c4c5bcf6a0255195b3bbe
 Name:       ecore
 Summary:    Enlightened Core X interface library
-Version:    1.0.999.svn61874
+Version:    1.1.0+svn.69115slp2+build03
 Release:    1
 Group:      TO_BE/FILLED_IN
-License:    BSD
+License:    TO_BE/FILLED_IN
 URL:        http://www.enlightenment.org
-Source0:    %{name}-%{version}.tar.bz2
+Source0:    %{name}-%{version}.tar.gz
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires:  pkgconfig(eina)
@@ -160,11 +161,27 @@ Core abstraction layer for enlightenment (fb)
 
 
 %build
+export CFLAGS+=" -fvisibility=hidden -fPIC"
+export LDFLAGS+=" -fvisibility=hidden -Wl,--hash-style=both -Wl,--as-needed"
 
 %autogen
 %configure --disable-static \
+       --enable-ecore-fb \
+       --enable-dependency-tracking \
+       --disable-ecore-directfb \
+       --enable-ecore-evas-fb \
+       --disable-rpath \
+       --disable-openssl \
+       --disable-gnutls \
+       --disable-tslib \
+       --enable-simple-x11 \
+       --enable-ecore-evas-opengl-x11 \
+       --disable-ecore-evas-xrender-x11 \
+       --enable-curl \
         --enable-glib-integration-always \
-        --disable-xim
+       --enable-ecore-x-gesture \
+        --disable-xim \
+       --disable-ecore-imf-scim
 
 make %{?jobs:-j%jobs}
 
@@ -247,7 +264,7 @@ rm -rf %{buildroot}
 
 %files tools
 %defattr(-,root,root,-)
-/usr/bin/ecore_test
+#/usr/bin/ecore_test
 
 %files con
 %defattr(-,root,root,-)