From 25003dd870bd240d1025320686273d587c86464d Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 6 Nov 2018 11:11:57 +0100 Subject: Improves packaging debian rules Change rules to be more sustainable and maintainable. Remove the patch that isn't needed anymore since the app-templates has been migrated to a cmake module. Fix also wrong descriptions Change-Id: I789b18d8238015bd9e0350ae39136002b10bed51 Signed-off-by: Romain Forlot --- conf.d/packaging/rpm/agl-app-afb-test.spec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'conf.d/packaging/rpm') diff --git a/conf.d/packaging/rpm/agl-app-afb-test.spec b/conf.d/packaging/rpm/agl-app-afb-test.spec index bf02a07..c1df845 100644 --- a/conf.d/packaging/rpm/agl-app-afb-test.spec +++ b/conf.d/packaging/rpm/agl-app-afb-test.spec @@ -19,9 +19,9 @@ Summary: AGL app-afb-test Group: Development/Libraries/C and C++ Url: https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/app-afb-test Source: app-afb-test-%{version}.tar.gz -Patch0: project_version.patch BuildRequires: pkgconfig(lua) >= 5.3 BuildRequires: cmake +BuildRequires: agl-cmake-apps-module BuildRequires: gcc-c++ BuildRequires: pkgconfig(json-c) BuildRequires: pkgconfig(afb-daemon) @@ -30,8 +30,7 @@ BuildRequires: pkgconfig(libsystemd) >= 222 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -This is a migration of former app-templates git submodule which let you ease the -development of apps and widget building. +afb-test is a test framework made to test other binding. %package devel Group: Development/Libraries/C and C++ @@ -39,12 +38,10 @@ Requires: %{name} = %{version} Provides: pkgconfig(%{name}) = %{version} Summary: AGL app-afb-test-devel %description devel -This is a migration of former app-templates git submodule which let you ease the -development of apps and widget building. +afb-test is a test framework made to test other binding. %prep %setup -q -n app-afb-test-%{version} -%patch0 -p1 %build export PKG_CONFIG_PATH=%{_libdir}/pkgconfig -- cgit 1.2.3-korg