migration: turn off tizen only elementary
authorWonki Kim <wonki_.kim@samsung.com>
Mon, 28 May 2018 09:59:56 +0000 (18:59 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 28 May 2018 10:26:02 +0000 (19:26 +0900)
Change-Id: Id507d157482d2446b2b01c4b7d9f5100c659c892
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
packaging/efl.spec
src/Makefile.am

index f36be11..266575b 100755 (executable)
@@ -1057,21 +1057,21 @@ fine-grained library splitting means all of this is shared, just a new
 widget "personality" is on top. And that is... Elementary, my dear watson
 Elementary
 
-%package -n elementary-tizen
-Summary:        EFL toolkit for small touchscreens for Tizen devices
-Requires:       elementary
-
-%description -n elementary-tizen
-Elementary is a widget set. It is a new-style of widget set much more canvas
-object based than anything else. Why not ETK? Why not EWL? Well they both
-tend to veer away from the core of Evas, Ecore and Edje a lot to build their
-own worlds. Also I wanted something focused on embedded devices -
-specifically small touchscreens. Unlike GTK+ and Qt, 75% of the "widget set"
-is already embodied in a common core - Ecore, Edje, Evas etc. So this
-fine-grained library splitting means all of this is shared, just a new
-widget "personality" is on top. And that is... Elementary, my dear watson.
-Elementary. This is an alternative package for Tizen devices that uses different
-set of source code.
+#%package -n elementary-tizen
+#Summary:        EFL toolkit for small touchscreens for Tizen devices
+#Requires:       elementary
+
+#%description -n elementary-tizen
+#Elementary is a widget set. It is a new-style of widget set much more canvas
+#object based than anything else. Why not ETK? Why not EWL? Well they both
+#tend to veer away from the core of Evas, Ecore and Edje a lot to build their
+#own worlds. Also I wanted something focused on embedded devices -
+#specifically small touchscreens. Unlike GTK+ and Qt, 75% of the "widget set"
+#is already embodied in a common core - Ecore, Edje, Evas etc. So this
+#fine-grained library splitting means all of this is shared, just a new
+#widget "personality" is on top. And that is... Elementary, my dear watson.
+#Elementary. This is an alternative package for Tizen devices that uses different
+#set of source code.
 
 %package -n elementary-examples
 Summary:   EFL elementary examples
@@ -1321,17 +1321,17 @@ install -m 0644 %SOURCE100 %{buildroot}%{_tmpfilesdir}/efl.conf
 %post -n elementary -p /sbin/ldconfig
 %postun -n elementary -p /sbin/ldconfig
 
-%post -n elementary-tizen
-rm -f %{_libdir}/libelementary.so.1
-#ln -sf %{_libdir}/libelementary.so.1.99.100 %{_libdir}/libelementary.so.1
-ldconfig -l %{_libdir}/libelementary.so.1.99.100
+#%post -n elementary-tizen
+#rm -f %{_libdir}/libelementary.so.1
+##ln -sf %{_libdir}/libelementary.so.1.99.100 %{_libdir}/libelementary.so.1
+#ldconfig -l %{_libdir}/libelementary.so.1.99.100
 
-%preun -n elementary-tizen
-rm -f %{_libdir}/libelementary.so.1
-#ln -sf %{_libdir}/libelementary.so.1.20.* %{_libdir}/libelementary.so.1
-ldconfig -l %{_libdir}/libelementary.so.1.20.*
+#%preun -n elementary-tizen
+#rm -f %{_libdir}/libelementary.so.1
+##ln -sf %{_libdir}/libelementary.so.1.20.* %{_libdir}/libelementary.so.1
+#ldconfig -l %{_libdir}/libelementary.so.1.20.*
 
-%postun -n elementary-tizen -p /sbin/ldconfig
+#%postun -n elementary-tizen -p /sbin/ldconfig
 
 
 %files -n %{name}
@@ -2057,10 +2057,10 @@ ldconfig -l %{_libdir}/libelementary.so.1.20.*
 %exclude %{_datadir}/elementary/config/
 ##%{_tmpfilesdir}/elementary.conf
 
-%files -n elementary-tizen
-%manifest %{name}.manifest
-%defattr(-,root,root,-)
-%{_libdir}/libelementary.so.1.99.*
+#%files -n elementary-tizen
+#%manifest %{name}.manifest
+#%defattr(-,root,root,-)
+#%{_libdir}/libelementary.so.1.99.*
 
 %if ! %dbus_unavailable
 %files -n elementary-examples
index 272261f..22411f8 100644 (file)
@@ -75,7 +75,7 @@ include Makefile_Emotion.am
 include Makefile_Ethumb.am
 include Makefile_Ethumb_Client.am
 include Makefile_Elocation.am
-include Makefile_Elementary_Tizen.am
+##include Makefile_Elementary_Tizen.am
 include Makefile_Elementary.am
 include Makefile_efl_wl.am