Package latest version. accepted/tizen/ivi accepted/tizen/ivi/20140225.193024 accepted/tizen/ivi/20140226.132054 accepted/tizen/ivi/release/20140312.124702 submit/tizen/20140224.225558 submit/tizen/20140225.184120 submit/tizen_ivi_release/20140312.071518
authorOssama Othman <ossama.othman@intel.com>
Mon, 24 Feb 2014 07:14:10 +0000 (23:14 -0800)
committerOssama Othman <ossama.othman@intel.com>
Mon, 24 Feb 2014 22:54:43 +0000 (14:54 -0800)
Change-Id: Icf0005d7972a8a5e5bd139b2cfb0adf0affb635a
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
.gbs.conf
packaging/genivi-shell.changes [new file with mode: 0644]
packaging/genivi-shell.spec

index 99e7cc8..fa9fdc5 100644 (file)
--- a/.gbs.conf
+++ b/.gbs.conf
@@ -1,3 +1,3 @@
 [general]
 upstream_branch = upstream
-upstream_tag = upstream/${upstreamversion}
+upstream_tag = ${upstreamversion}
diff --git a/packaging/genivi-shell.changes b/packaging/genivi-shell.changes
new file mode 100644 (file)
index 0000000..694b119
--- /dev/null
@@ -0,0 +1,3 @@
+* Mon Feb 24 2014 Ossama Othman <ossama.othman@intel.com> 53701f9
+- Package latest version.
+
index e3eea01..b478d29 100644 (file)
@@ -1,5 +1,5 @@
 Name:           genivi-shell
-Version:        0.0.1
+Version:        0.1
 Release:        0
 Summary:        GENIVI Shell Plugin-in
 License:        Apache-2.0
@@ -15,6 +15,8 @@ BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(libffi)
 BuildRequires:  pkgconfig(weston)
 BuildRequires:  pkgconfig(xkbcommon)
+BuildRequires:  weston-ivi-shell
+BuildRequires:  weston-ivi-shell-devel
 
 %description
 This package provides a weston plugin implementing the GENIVI layer
@@ -25,15 +27,7 @@ Summary: Development files for package %{name}
 Group:   Graphics & UI Framework/Development
 %description devel
 This package provides header files and other developer files needed for
-creating GENIIVI layer manager clients.
-
-%package libs
-Summary: Client libraries for package %{name}
-Group:   Graphics & UI Framework/Libraries
-%description libs
-This package provides the client libraries needed for
-running GENIIVI layer manager clients.
-
+creating GENIVI layer manager clients.
 
 %prep
 %setup -q
@@ -42,19 +36,27 @@ running GENIIVI layer manager clients.
 
 %build
 
-make %{?_smp_mflags};
+make %{?_smp_mflags}
 
 %install
 %make_install
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %manifest %{name}.manifest
 %defattr(-,root,root)
-%{_libdir}/weston/ivi-shell.so
+%{_bindir}/IVISurfaceCreator
+%{_bindir}/LayerManagerControl
+%{_bindir}/EGLWLMockNavigation
+%{_libdir}/libilmClient.so.*
+%{_libdir}/libilmCommon.so.*
+%{_libdir}/libilmControl.so.*
+%{_libdir}/weston/ivi-controller.so
 
 %files devel
 %defattr(-,root,root)
-%{_bindir}/EGLWLMockNavigation
 %{_includedir}/ilm/ilm_client.h
 %{_includedir}/ilm/ilm_common.h
 %{_includedir}/ilm/ilm_configuration.h
@@ -62,14 +64,6 @@ make %{?_smp_mflags};
 %{_includedir}/ilm/ilm_platform.h
 %{_includedir}/ilm/ilm_tools.h
 %{_includedir}/ilm/ilm_types.h
-%{_includedir}/layermanager/Bitmap.h
-%{_includedir}/layermanager/IlmMatrix.h
-%{_includedir}/layermanager/IpcModuleLoader.h
-%{_includedir}/layermanager/Log.h
-%{_includedir}/layermanager/LogMessageBuffer.h
-
-%files libs
-%defattr(-,root,root)
 %{_libdir}/libilmClient.so
 %{_libdir}/libilmCommon.so
 %{_libdir}/libilmControl.so