forked from pool/zeromq
- Split the curve-keygen binary to separate subpkg bnc#907584
* Add conflicts to new supackage OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=23
This commit is contained in:
parent
56d6a795aa
commit
8839e457da
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:40:21 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Split the curve-keygen binary to separate subpkg bnc#907584
|
||||||
|
* Add conflicts to new supackage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 08:16:06 UTC 2014 - tchvatal@suse.com
|
Thu Nov 13 08:16:06 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
24
zeromq.spec
24
zeromq.spec
@ -52,6 +52,7 @@ protocols and more.
|
|||||||
%package -n %{lib_name}
|
%package -n %{lib_name}
|
||||||
Summary: Shared Library for ZeroMQ
|
Summary: Shared Library for ZeroMQ
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
|
Recommends: %{name}-tools = %{version}
|
||||||
|
|
||||||
%description -n %{lib_name}
|
%description -n %{lib_name}
|
||||||
The 0MQ lightweight messaging kernel is a library which extends the
|
The 0MQ lightweight messaging kernel is a library which extends the
|
||||||
@ -63,6 +64,24 @@ protocols and more.
|
|||||||
|
|
||||||
This package holds the shared library part of the ZeroMQ package.
|
This package holds the shared library part of the ZeroMQ package.
|
||||||
|
|
||||||
|
%package tools
|
||||||
|
Summary: Tools to work with ZeroMQ
|
||||||
|
Group: Productivity/Networking/Web/Servers
|
||||||
|
# Conflict old libraries as we collide with them
|
||||||
|
Conflicts: libzmq1
|
||||||
|
Conflicts: libzmq2
|
||||||
|
Conflicts: libzmq3
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
The 0MQ lightweight messaging kernel is a library which extends the
|
||||||
|
standard socket interfaces with features traditionally provided by
|
||||||
|
specialised messaging middleware products. 0MQ sockets provide an
|
||||||
|
abstraction of asynchronous message queues, multiple messaging patterns,
|
||||||
|
message filtering (subscriptions), seamless access to multiple transport
|
||||||
|
protocols and more.
|
||||||
|
|
||||||
|
This package contains the utilities to work with ZeroMQ library
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for ZeroMQ
|
Summary: Development files for ZeroMQ
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
@ -108,6 +127,11 @@ make check %{?_smp_mflags} || :
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING COPYING.LESSER
|
%doc COPYING COPYING.LESSER
|
||||||
%{_libdir}/libzmq.so.*
|
%{_libdir}/libzmq.so.*
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc COPYING COPYING.LESSER
|
||||||
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/curve_keygen
|
%{_bindir}/curve_keygen
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user