summaryrefslogtreecommitdiffstats
path: root/conf.d/packaging/rpm
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-12-13 11:33:40 +0100
commit95ac7011d127c1f7b816393e23187c5e5bae1307 (patch)
tree0bd803da3b5a97642562ee3019b9996fc211dde9 /conf.d/packaging/rpm
parent0bea7814df14ad697fb133fa594846f1b53a612a (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')
-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