From d7c54ccc2ab43569344997bdae94341041cf8f0821d07a593fd18f0623ebb0c6 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Tue, 16 Jun 2015 06:11:40 +0000 Subject: [PATCH] Accepting request 312206 from home:mvyskocil:branches:devel:libraries:c_c++ - Add pkgconfig(libsodium) as mandatory build dependency - Change libuuid-devel to pkgconfig style OBS-URL: https://build.opensuse.org/request/show/312206 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=31 --- zeromq.changes | 6 ++++++ zeromq.spec | 9 +++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/zeromq.changes b/zeromq.changes index a2dd35f..5546fe0 100644 --- a/zeromq.changes +++ b/zeromq.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 16 06:03:45 UTC 2015 - mvyskocil@opensuse.org + +- Add pkgconfig(libsodium) as mandatory build dependency +- Change libuuid-devel to pkgconfig style + ------------------------------------------------------------------- Mon Jun 8 09:11:11 UTC 2015 - mvyskocil@opensuse.org diff --git a/zeromq.spec b/zeromq.spec index 81c38b2..e1b9425 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -30,16 +30,13 @@ Url: http://www.zeromq.org/ Source: http://download.zeromq.org/%{name}-%{version}.tar.gz BuildRequires: asciidoc BuildRequires: gcc-c++ -BuildRequires: libuuid-devel +BuildRequires: pkgconfig BuildRequires: xmlto +BuildRequires: pkgconfig(libsodium) +BuildRequires: pkgconfig(uuid) BuildRoot: %{_tmppath}/%{name}-%{version}-build -# Required for tests only -%if 0%{?suse_version} > 1310 -BuildRequires: libsodium-devel -%endif %if 0%{?with_pgm} BuildRequires: openpgm-devel >= 5.1 -BuildRequires: pkgconfig BuildRequires: python BuildRequires: pkgconfig(glib-2.0) >= 2.8 %endif