forked from pool/zeromq
Accepting request 332960 from home:tampakrap:branches:devel:libraries:c_c++
- Conditionally use the pkgconfig style, to support SLE11 OBS-URL: https://build.opensuse.org/request/show/332960 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=35
This commit is contained in:
parent
1397552229
commit
912ab3de22
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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: pkgconfig(glib-2.0) >= 2.8
|
||||||
|
%else
|
||||||
|
BuildRequires: glib2-devel >= 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