Skip to content

Commit

Permalink
Merge pull request #95 from ceph/master
Browse files Browse the repository at this point in the history
Spec file fixes: missing manpages/binaries, renamed library files, doc build requirements
  • Loading branch information
hintjens committed Oct 1, 2014
2 parents eae9cbe + 2d76149 commit 4722767
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ EXTRA_DIST = \
autogen.sh \
version.sh \
MAINTAINERS \
README.md \
foreign/openpgm/@pgm_basename@.tar.gz
MAINTAINERCLEANFILES = \
$(srcdir)/aclocal.m4 \
Expand Down
19 changes: 15 additions & 4 deletions builds/redhat/zeromq.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ URL: http://www.zeromq.org/
Source: http://download.zeromq.org/%{name}-%{version}.tar.gz
Prefix: %{_prefix}
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc, make, gcc-c++, libstdc++-devel
BuildRequires: gcc, make, gcc-c++, libstdc++-devel, asciidoc, xmlto
Requires: libstdc++

%if 0%{?rhel}
Expand Down Expand Up @@ -87,11 +87,14 @@ This package contains ZeroMQ related development libraries and header files.
%defattr(-,root,root,-)

# docs in the main package
%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS README
%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS README.md

# binaries
%{_bindir}/curve_keygen

# libraries
%{_libdir}/libzmq.so.3
%{_libdir}/libzmq.so.3.0.0
%{_libdir}/libzmq.so.4
%{_libdir}/libzmq.so.4.0.0

%{_mandir}/man7/zmq.7.gz

Expand Down Expand Up @@ -144,11 +147,19 @@ This package contains ZeroMQ related development libraries and header files.
%{_mandir}/man3/zmq_term.3.gz
%{_mandir}/man3/zmq_version.3.gz
%{_mandir}/man3/zmq_unbind.3.gz
%{_mandir}/man3/zmq_curve_keypair.3.gz
%{_mandir}/man3/zmq_proxy_steerable.3.gz
%{_mandir}/man3/zmq_send_const.3.gz
%{_mandir}/man3/zmq_z85_decode.3.gz
%{_mandir}/man3/zmq_z85_encode.3.gz
%{_mandir}/man7/zmq_epgm.7.gz
%{_mandir}/man7/zmq_inproc.7.gz
%{_mandir}/man7/zmq_ipc.7.gz
%{_mandir}/man7/zmq_pgm.7.gz
%{_mandir}/man7/zmq_tcp.7.gz
%{_mandir}/man7/zmq_null.7.gz
%{_mandir}/man7/zmq_plain.7.gz
%{_mandir}/man7/zmq_curve.7.gz

%changelog
* Mon Nov 26 2012 Justin Cook <jhcook@gmail.com> 3.2.2
Expand Down

0 comments on commit 4722767

Please sign in to comment.