X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf.d%2Fpackaging%2Frpm%2Fagl-app-framework-binder.spec;h=b947ee5434a24cd54dd7d21f286164bcbac81572;hb=c80873f04c5122e579333b4cf363dd623200e822;hp=dbdb8989ac0f26ceb78eee0fa0d017a391025e85;hpb=ff2b8be09ec68755ce3fd196b21474c1abe38db0;p=src%2Fapp-framework-binder.git diff --git a/conf.d/packaging/rpm/agl-app-framework-binder.spec b/conf.d/packaging/rpm/agl-app-framework-binder.spec index dbdb8989..b947ee54 100644 --- a/conf.d/packaging/rpm/agl-app-framework-binder.spec +++ b/conf.d/packaging/rpm/agl-app-framework-binder.spec @@ -28,7 +28,13 @@ BuildRequires: pkgconfig(json-c) BuildRequires: file-devel BuildRequires: gcc-c++ +%if 0%{?suse_version} +Requires: libmicrohttpd12 >= 0.9.60 +%endif + +%if 0%{?fedora_version} Requires: libmicrohttpd >= 0.9.60 +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -51,7 +57,7 @@ This service is evolving permanently and is only designed as a helper for develo %build export PKG_CONFIG_PATH=%{_libdir}/pkgconfig -%cmake -DAGL_DEVEL=1 -DINCLUDE_MONITORING=ON +%cmake -DAGL_DEVEL=1 -DINCLUDE_MONITORING=ON" %__make %{?_smp_mflags} @@ -90,7 +96,7 @@ EOF #app-framework-binder demo %{_libdir}/afb/*.so -%config(noreplace) %{_sysconfdir}/profile.d/AGL-%{name}.sh +%config(noreplace) %{_sysconfdir}/profile.d/%{name}.sh #app-framework-binder monitoring %dir %{_libdir}/afb/monitoring