build: remove elocation package
authorJongmin Lee <jm105.lee@samsung.com>
Mon, 9 Dec 2019 21:18:26 +0000 (06:18 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 9 Dec 2019 21:18:26 +0000 (06:18 +0900)
Change-Id: I9c82720d09c4fedcd92823549ff56f0fefe41431

packaging/efl.spec

index 19feeab..451a596 100644 (file)
@@ -981,38 +981,6 @@ Example files for eolian
 %endif
 ############ End of Eolian
 
-############ Elocation
-%package -n elocation
-Summary: EFL location library
-Requires: %{name}-data = %{version}-%{release}
-License: LGPL-2.1+
-
-%description -n elocation
-Elocation is meant as a convenience library to ease application developers
-the usage of geo information in their apps. Adding a geo tag to a picture or
-translating an address to a GPS position and show it on a map widget are just
-some of the use cases.
-
-%if %enable_examples
-%package -n elocation-examples
-Summary:  Examples for the elocation package
-Group:    Graphics & UI Framework/Testing
-Requires: elocation = %{version}-%{release}
-License: LGPL-2.1+
-
-%description -n elocation-examples
-Example files for elocation
-%endif
-
-%package -n elocation-devel
-Summary: Development components for the elocation package
-Group:    Graphics & UI Framework/Development
-Requires: elocation = %{version}-%{release}
-License: LGPL-2.1+
-
-%description -n elocation-devel
-Development files for elocation
-
 ############ Elua
 %if %enable_elua
 %package -n elua
@@ -1323,9 +1291,6 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
 %post -n eolian -p /sbin/ldconfig
 %postun -n eolian -p /sbin/ldconfig
 
-%post -n elocation -p /sbin/ldconfig
-%postun -n elocation -p /sbin/ldconfig
-
 %post -n ecore-wl2 -p /sbin/ldconfig
 %postun -n  ecore-wl2 -p /sbin/ldconfig
 
@@ -1990,25 +1955,6 @@ ldconfig -l %{_libdir}/libelementary.so.1.23.99
 %{_datadir}/eolian_*/examples/
 %endif
 
-%files -n elocation
-%manifest %{name}.manifest
-%defattr(-,root,root,-)
-%{_libdir}/libelocation.so.*
-
-%if %enable_examples
-%files -n elocation-examples
-%manifest %{name}.manifest
-%defattr(-,root,root,-)
-%{_datadir}/elocation/examples/
-%endif
-
-%files -n elocation-devel
-%manifest %{name}.manifest
-%defattr(-,root,root,-)
-%{_includedir}/elocation-*1/
-%{_libdir}/pkgconfig/elocation.pc
-%{_libdir}/libelocation.so
-
 %if %enable_elua
 %files -n elua
 %manifest %{name}.manifest