Accepting request 621882 from home:dimstar:Factory

- Add baselibs.conf: build libzmq5-32bit, as it is a required
  dependency to libavfilter7-32bit (i.e ffmpeg 4).

OBS-URL: https://build.opensuse.org/request/show/621882
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=68
This commit is contained in:
Ismail Dönmez 2018-07-10 12:25:12 +00:00 committed by Git OBS Bridge
parent 00cbf5112b
commit e57b1b3381
3 changed files with 11 additions and 4 deletions

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
libzmq5

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 10 11:54:56 UTC 2018 - dimstar@opensuse.org
- Add baselibs.conf: build libzmq5-32bit, as it is a required
dependency to libavfilter7-32bit (i.e ffmpeg 4).
-------------------------------------------------------------------
Mon Mar 26 08:29:09 UTC 2018 - adam.majer@suse.de

View File

@ -28,14 +28,14 @@ Release: 0
Summary: Lightweight messaging kernel
License: LGPL-3.0-or-later
Group: Productivity/Networking/Web/Servers
Url: http://www.zeromq.org/
URL: http://www.zeromq.org/
Source: https://github.com/zeromq/libzmq/releases/download/v%{version}/zeromq-%{version}.tar.gz
Source99: baselibs.conf
BuildRequires: asciidoc
BuildRequires: gcc-c++
BuildRequires: libunwind-devel
BuildRequires: pkgconfig
BuildRequires: xmlto
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: libsodium-devel
BuildRequires: libuuid-devel
@ -44,13 +44,13 @@ BuildRequires: pkgconfig(libsodium)
BuildRequires: pkgconfig(uuid)
%endif
%if %{with pgm}
BuildRequires: openpgm-devel >= 5.1
BuildRequires: python
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: glib2-devel >= 2.8
%else
BuildRequires: pkgconfig(glib-2.0) >= 2.8
%endif
BuildRequires: openpgm-devel >= 5.1
BuildRequires: python
%endif # with pgm
%description