0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-03 03:45:43 +08:00

Merge pull request #1201 from johntconklin/master

Remove build and runtime dependencies on uuid and uuid-devel.
This commit is contained in:
Pieter Hintjens 2014-10-07 09:26:07 +02:00
commit 432c8496ea

View File

@ -11,15 +11,9 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc, make, gcc-c++, libstdc++-devel, asciidoc, xmlto
Requires: libstdc++
%if %{?rhel}%{!?rhel:0} >= 6
BuildRequires: libuuid-devel
Requires: libuuid
%elseif %{?rhel}%{!?rhel:0} >= 5
%if %{?rhel}%{!?rhel:0} >= 5
BuildRequires: e2fsprogs-devel
Requires: e2fsprogs
%else
BuildRequires: uuid-devel
Requires: uuid
%endif
# Build pgm only on supported archs