diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-05-14 18:21:23 +0200 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2018-06-20 14:07:53 +0200 |
commit | c76c2065098751a6747e70ae9d67440003eb0c5d (patch) | |
tree | 83a665bd84d1899b69391c1d6f1fa2014b4e08bc /conf.d/packaging/agl-app-framework-binder.spec | |
parent | 611893f7b9b39a0d3d4cb36d2af3924251af411b (diff) |
packaging: Update spec and deb packaging
- sort files by packaging type
Change-Id: Ic914b5eedffce04356bb59db36be30ba81a8a20d
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'conf.d/packaging/agl-app-framework-binder.spec')
-rw-r--r-- | conf.d/packaging/agl-app-framework-binder.spec | 106 |
1 files changed, 0 insertions, 106 deletions
diff --git a/conf.d/packaging/agl-app-framework-binder.spec b/conf.d/packaging/agl-app-framework-binder.spec deleted file mode 100644 index 9f3a2509..00000000 --- a/conf.d/packaging/agl-app-framework-binder.spec +++ /dev/null @@ -1,106 +0,0 @@ -# -# spec file for package app-framework-binder -# - -%define _prefix /opt/AGL -%define __cmake cmake - -Name: agl-app-framework-binder -Version: 2.0 -Release: 0 -License: GPL-2.0 -Summary: app-framework-binder -Group: Development/Libraries/C and C++ -Url: https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-framework-binder -Source: %{name}_%{version}.orig.tar.gz -#BuildRequires: gdb -BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.55 -BuildRequires: make -BuildRequires: cmake -BuildRequires: pkgconfig(libsystemd) >= 222 -BuildRequires: pkgconfig(openssl) -BuildRequires: pkgconfig(uuid) -BuildRequires: libgcrypt-devel -BuildRequires: pkgconfig(gnutls) -BuildRequires: pkgconfig(json-c) -BuildRequires: file-devel - -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -app-framework-binder - -%package devel -Summary: app-framework-binder-devel -Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} -Provides: pkgconfig(%{name}) = %{version} - -%description devel -app-framework-binder-devel - -%prep -%setup -q - -%build -export PKG_CONFIG_PATH=%{_libdir}/pkgconfig -%cmake -DAGL_DEVEL=1 -DINCLUDE_MONITORING=ON -%__make %{?_smp_mflags} - - -%install -[ -d build ] && cd build -%make_install - -mkdir -p %{buildroot}%{_sysconfdir}/profile.d -cat << EOF > %{buildroot}%{_sysconfdir}/profile.d/AGL_%{name}.sh -#---------- AGL %{name} options Start ---------" -# Object: AGL cmake option for binder/bindings -export LD_LIBRARY_PATH=%{_libdir}:\${LD_LIBRARY_PATH} -export LIBRARY_PATH=%{_libdir}:\${LIBRARY_PATH} -export PKG_CONFIG_PATH=%{_libdir}/pkgconfig:\${PKG_CONFIG_PATH} -export PATH=%{_bindir}:\$PATH -#---------- AGL options End --------- -EOF - -%post - -%postun - -%files -%defattr(-,root,root) -%dir %{_bindir} -%{_bindir}/afb-client-demo -%{_bindir}/afb-daemon -%{_bindir}/afb-genskel -%{_bindir}/afb-exprefs -%{_bindir}/afb-json2c - -%dir %{_libdir} -%dir %{_libdir}/afb -%{_libdir}/afb/afb-dbus-binding.so -%{_libdir}/afb/authLogin.so -%{_libdir}/libafbwsc.so.1 -%{_libdir}/libafbwsc.so.1.0 - -#app-framework-binder demo -%{_libdir}/afb/demoContext.so -%{_libdir}/afb/demoPost.so -%{_libdir}/afb/helloWorld.so -%{_libdir}/afb/tic-tac-toe.so -%{_libdir}/afb/monitoring/* -%{_sysconfdir}/profile.d/AGL_%{name}.sh - -#app-framework-binder monitoring -%dir %{_libdir}/afb/monitoring -%{_libdir}/afb/monitoring/* - -%files devel -%defattr(-,root,root) -%dir %{_prefix} -%{_libdir}/libafbwsc.so -%dir %{_includedir} -%dir %{_includedir}/afb -%{_includedir}/afb/*.h -%dir %{_libdir}/pkgconfig -%{_libdir}/pkgconfig/*.pc |