Commit 7283574c authored by Constantin Rack's avatar Constantin Rack Committed by GitHub

Merge pull request #2703 from bluca/rpm_la

Problem: RPM -devel still ships libzmq.la
parents 13f3ab98 cfc3c7a6
......@@ -80,6 +80,9 @@ Requires: libstdc++
%{!?_with_gnu_ld: %{!?_without_gnu_ld: %define _with_gnu_ld --with-gnu_ld}}
%endif
# We do not want to ship libzmq.la
%define _unpackaged_files_terminate_build 0
%description
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
......@@ -185,7 +188,6 @@ autoreconf -fi
%{_includedir}/zmq.h
%{_includedir}/zmq_utils.h
%{_libdir}/libzmq.la
%{_libdir}/libzmq.a
%{_libdir}/pkgconfig/libzmq.pc
%{_libdir}/libzmq.so
......@@ -199,6 +201,11 @@ autoreconf -fi
%{_bindir}/curve_keygen
%changelog
* Sat Aug 19 2017 Luca Boccassi <luca.boccassi@gmail.com>
- Fix parsing and usage of conditionals for sodium/pgm/krb5 so that they work
in OBS
- Do not ship libzmq.la anymore, it's not needed and causes overlinking
* Sun Nov 06 2016 Luca Boccassi <luca.boccassi@gmail.com>
- Add libzmq-tool to package curve_keygen in /usr/bin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment