From 6b2b09db8ee3cf88b09b59696d50b4fa2de79a72 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 11 Apr 2019 13:09:56 +0200 Subject: Reordering of sample and tutorial bindings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The main idea here is to install the sample and tutorial bindings in specific directory. This will at the end help to package parts of the binder. It also includes a simplification of CMakeLists files. Also fix an error in packaging rpm. Bug-AGL: SPEC-2165 Change-Id: I494cc753796848cde849de1c3596893c78fa228f Signed-off-by: José Bollo --- conf.d/packaging/deb/agl-app-framework-binder.dsc | 2 +- .../deb/debian.agl-app-framework-binder-samples.install | 1 + conf.d/packaging/deb/debian.control | 6 ++++++ conf.d/packaging/rpm/agl-app-framework-binder.spec | 14 +++++++++++++- 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 conf.d/packaging/deb/debian.agl-app-framework-binder-samples.install (limited to 'conf.d/packaging') diff --git a/conf.d/packaging/deb/agl-app-framework-binder.dsc b/conf.d/packaging/deb/agl-app-framework-binder.dsc index 9327ea39..b9c1ef53 100644 --- a/conf.d/packaging/deb/agl-app-framework-binder.dsc +++ b/conf.d/packaging/deb/agl-app-framework-binder.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: agl-app-framework-binder -Binary: agl-app-framework-binder-bin, agl-app-framework-binder-dev +Binary: agl-app-framework-binder-bin, agl-app-framework-binder-dev, agl-app-framework-binder-samples Architecture: any Version: 2.0-0 Maintainer: unknown diff --git a/conf.d/packaging/deb/debian.agl-app-framework-binder-samples.install b/conf.d/packaging/deb/debian.agl-app-framework-binder-samples.install new file mode 100644 index 00000000..497004f6 --- /dev/null +++ b/conf.d/packaging/deb/debian.agl-app-framework-binder-samples.install @@ -0,0 +1 @@ +/opt/AGL/share/af-binder/* diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control index 45e98277..d8dac6f8 100644 --- a/conf.d/packaging/deb/debian.control +++ b/conf.d/packaging/deb/debian.control @@ -24,3 +24,9 @@ Architecture: any Depends: agl-app-framework-binder-bin Description: agl-app-framework-binder-devel +Package: agl-app-framework-binder-samples +Section: libs +Architecture: any +Depends: agl-app-framework-binder-bin +Description: agl-app-framework-binder-samples + diff --git a/conf.d/packaging/rpm/agl-app-framework-binder.spec b/conf.d/packaging/rpm/agl-app-framework-binder.spec index 4f701469..7102e863 100644 --- a/conf.d/packaging/rpm/agl-app-framework-binder.spec +++ b/conf.d/packaging/rpm/agl-app-framework-binder.spec @@ -51,13 +51,19 @@ Summary: AGL app-framework-binder-devel Provides a test agl binder service which can be used to test agl bindings on Linux PC This service is evolving permanently and is only designed as a helper for developper. +%package samples +Requires: %{name} = %{version} +Summary: AGL app-framework-binder-samples +%description samples +Provides sample bindings for testing AGL framework binder + %prep %setup -q -n app-framework-binder-%{version} %build export PKG_CONFIG_PATH=%{_libdir}/pkgconfig -%cmake -DAGL_DEVEL=1 -DINCLUDE_MONITORING=ON" +%cmake -DAGL_DEVEL=1 -DINCLUDE_MONITORING=ON %__make %{?_smp_mflags} @@ -112,6 +118,12 @@ EOF %dir %{_libdir}/pkgconfig %{_libdir}/pkgconfig/*.pc +%files samples +%defattr(-,root,root) +%dir %{_datadir} +%dir %{_datadir}/af-binder +%{_datadir}/af-binder/* + %changelog * Wed Sep 27 2017 Dominig - move to git repo -- cgit 1.2.3-korg