Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
98ccff1a
Commit
98ccff1a
authored
Feb 21, 2011
by
Mikko Koppanen
Committed by
Martin Sustrik
Feb 21, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes build on at least CentOS 5
Signed-off-by:
Mikko Koppanen
<
mikko.koppanen@gmail.com
>
parent
0eea9352
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
zeromq.spec
builds/redhat/zeromq.spec
+13
-6
No files found.
builds/redhat/zeromq.spec
View file @
98ccff1a
...
...
@@ -8,12 +8,18 @@ URL: http://www.zeromq.org/
Source: http://www.zeromq.org/local--files/area:download/%{name}-%{version}.tar.gz
Prefix: %{_prefix}
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc, make, gcc-c++, libstdc++-devel
Requires: libstdc++
%if %{?rhel}%{!?rhel:0} >= 6
BuildRequires: libuuid-devel, gcc, make, gcc-c++, libstdc++-devel
Requires: libuuid, libstdc++
BuildRequires: libuuid-devel
Requires: libuuid
%elseif %{?rhel}%{!?rhel:0} >= 5
BuildRequires: e2fsprogs-devel
Requires: e2fsprogs
%else
BuildRequires: uuid-devel
, gcc, make, gcc-c++, libstdc++-devel
Requires: uuid
, libstdc++
BuildRequires: uuid-devel
Requires: uuid
%endif
# Build pgm only on supported archs
...
...
@@ -63,6 +69,7 @@ This package contains ZeroMQ related development libraries and header files.
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
# Install the package to build area
%{__make} check
%makeinstall
%post
...
...
@@ -81,8 +88,8 @@ This package contains ZeroMQ related development libraries and header files.
%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS README
# libraries
%{_libdir}/libzmq.so.
0
%{_libdir}/libzmq.so.
0
.0.0
%{_libdir}/libzmq.so.
1
%{_libdir}/libzmq.so.
1
.0.0
%attr(0755,root,root) %{_bindir}/zmq_forwarder
%attr(0755,root,root) %{_bindir}/zmq_queue
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment