mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 23:36:04 +00:00
Small fix for the rhel6 spec
Signed-off-by: Sebastian Otaegui <feniix@gmail.com>
This commit is contained in:
parent
a689047de0
commit
92618fd99a
@ -10,10 +10,11 @@ Prefix: %{_prefix}
|
|||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
%if %{?rhel}%{!?rhel:0} >= 6
|
%if %{?rhel}%{!?rhel:0} >= 6
|
||||||
BuildRequires: libuuid-devel, gcc, make, gcc-c++, libstdc++-devel
|
BuildRequires: libuuid-devel, gcc, make, gcc-c++, libstdc++-devel
|
||||||
|
Requires: libuuid, libstdc++
|
||||||
%else
|
%else
|
||||||
BuildRequires: uuid-devel, gcc, make, gcc-c++, libstdc++-devel
|
BuildRequires: uuid-devel, gcc, make, gcc-c++, libstdc++-devel
|
||||||
%endif
|
|
||||||
Requires: uuid, libstdc++
|
Requires: uuid, libstdc++
|
||||||
|
%endif
|
||||||
|
|
||||||
# Build pgm only on supported archs
|
# Build pgm only on supported archs
|
||||||
%ifarch pentium3 pentium4 athlon i386 i486 i586 i686 x86_64
|
%ifarch pentium3 pentium4 athlon i386 i486 i586 i686 x86_64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user