Accepting request 332964 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/332964 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=21
This commit is contained in:
commit
7b30a81df7
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 22 13:26:21 UTC 2015 - tampakrap@opensuse.org
|
||||||
|
|
||||||
|
- Fix the conditionals on the previous commit
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 22 12:48:38 UTC 2015 - tampakrap@opensuse.org
|
||||||
|
|
||||||
|
- Conditionally use the pkgconfig style, to support SLE11
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 14 08:36:14 UTC 2015 - tchvatal@suse.com
|
Tue Jul 14 08:36:14 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
13
zeromq.spec
13
zeromq.spec
@ -32,13 +32,22 @@ BuildRequires: asciidoc
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
|
BuildRequires: libsodium-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
|
%else
|
||||||
BuildRequires: pkgconfig(libsodium)
|
BuildRequires: pkgconfig(libsodium)
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
%endif
|
||||||
%if 0%{?with_pgm}
|
%if 0%{?with_pgm}
|
||||||
|
%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: openpgm-devel >= 5.1
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.8
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user