SHA256
1
0
forked from pool/zeromq

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
This commit is contained in:
Michal Vyskocil 2015-06-16 06:11:40 +00:00 committed by Git OBS Bridge
parent 22fa160181
commit d7c54ccc2a
2 changed files with 9 additions and 6 deletions

View File

@ -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 Mon Jun 8 09:11:11 UTC 2015 - mvyskocil@opensuse.org

View File

@ -30,16 +30,13 @@ Url: http://www.zeromq.org/
Source: http://download.zeromq.org/%{name}-%{version}.tar.gz Source: http://download.zeromq.org/%{name}-%{version}.tar.gz
BuildRequires: asciidoc BuildRequires: asciidoc
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libuuid-devel BuildRequires: pkgconfig
BuildRequires: xmlto BuildRequires: xmlto
BuildRequires: pkgconfig(libsodium)
BuildRequires: pkgconfig(uuid)
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Required for tests only
%if 0%{?suse_version} > 1310
BuildRequires: libsodium-devel
%endif
%if 0%{?with_pgm} %if 0%{?with_pgm}
BuildRequires: openpgm-devel >= 5.1 BuildRequires: openpgm-devel >= 5.1
BuildRequires: pkgconfig
BuildRequires: python BuildRequires: python
BuildRequires: pkgconfig(glib-2.0) >= 2.8 BuildRequires: pkgconfig(glib-2.0) >= 2.8
%endif %endif