Accepting request 332962 from home:tampakrap:branches:devel:libraries:c_c++
- Fix the conditionals on the previous commit OBS-URL: https://build.opensuse.org/request/show/332962 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=36
This commit is contained in:
parent
912ab3de22
commit
f4a5930afe
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -42,9 +42,9 @@ BuildRequires: pkgconfig(uuid)
|
||||
%endif
|
||||
%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
|
||||
%else
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.8
|
||||
%endif
|
||||
BuildRequires: openpgm-devel >= 5.1
|
||||
BuildRequires: python
|
||||
|
Loading…
Reference in New Issue
Block a user