aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/packaging/rpm/agl-app-afb-test.spec
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-11-06 11:11:57 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2018-11-06 14:51:21 +0100
commit25003dd870bd240d1025320686273d587c86464d (patch)
tree4217886e2afc907fdb4903438bf23331ef0a9eaf /conf.d/packaging/rpm/agl-app-afb-test.spec
parent186580dd49cd32c0bdbfec71e58a3098c9bd5887 (diff)
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 <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/packaging/rpm/agl-app-afb-test.spec')
-rw-r--r--conf.d/packaging/rpm/agl-app-afb-test.spec9
1 files changed, 3 insertions, 6 deletions
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