2014-09-18 09:03:32 +00:00
|
|
|
#
|
2016-10-14 06:47:07 +00:00
|
|
|
# spec file for package czmq
|
2014-09-18 09:03:32 +00:00
|
|
|
#
|
Accepting request 877151 from home:dirkmueller:Factory
- update to 4.2.1:
* New DRAFT zsock API to match libzmq's 4.3.4 socket options:
- zsock_set_xpub_manual_last_value
- zsock_socks_username, zsock_set_socks_username
- zsock_socks_password, zsock_set_socks_password
- zsock_in_batch_size, zsock_set_in_batch_size
- zsock_out_batch_size, zsock_set_out_batch_size
- zsock_set_wss_key_pem, zsock_set_wss_cert_pem, zsock_set_wss_trust_pem,
zsock_set_wss_hostname, zsock_set_wss_trust_system
- zsock_set_only_first_subscribe
- zsock_hello_msg, zsock_set_hello_msg
- zsock_disconnect_msg, zsock_set_disconnect_msg
- zsock_priority, zsock_set_priority
- zsock_reconnect_stop, zsock_set_reconnect_stop
See zsock manpage for more details.
* New DRAFT zframe and zmsg API to print arbitrary length messages:
- zframe_print_n
- zmsg_print_n
See zframe and zmsg manpages for more details.
* New DRAFT zosc* APIs to support the OSC (Open Sound Control) protocol.
See zosc_* manpages for more details.
* New DRAFT zcertstore_get_state API to get the state stored in the certstore.
See the zcertstore manpage for more details.
* Support for new libzmq DRAFT socket type ZMQ_DGRAM was added to zsock.
* Fixed #1972 - Findlibzmq.cmake out of date, Windows build fails
* Fixed #1998 - zproxy uses fixed ipc endpoint, causing race condition
* Fixed #2002 - fix socket leak in zbeacon
* Fixed #2020 - use libnss in zdigest if available for SHA functions.
* Fixed #2028 - zpoller docs isn't mentioning file handles
* Fixed #2043 - zhttp_response_recv leaks memory when result is non-zero
OBS-URL: https://build.opensuse.org/request/show/877151
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=29
2021-03-23 11:00:14 +00:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2014-09-18 09:03:32 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-03-18 16:57:31 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-09-18 09:03:32 +00:00
|
|
|
#
|
|
|
|
|
2016-10-14 06:47:07 +00:00
|
|
|
|
Accepting request 438782 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to 4.0.0
* v4.0.0 breaks API and ABI compatibility with v3.0.2.
The ABI version has been bumped to 4.
* The v2 API, which have been declared DEPRECATED in v3.0.0
released on 2014/10/15, have now been declared RETIRED
and removed from this release. The following classes are gone:
zauth_v2, use zauth
zbeacon_v2, use zbeacon
zctx, use zsock
zmonitor_v2, use zmonitor
zmutex
zproxy_v2, use zproxy
zsocket, use zsock
zsockopt, use zsock
zthread, use zactor
* see NEWS file for more details
OBS-URL: https://build.opensuse.org/request/show/438782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=14
2016-11-08 07:44:28 +00:00
|
|
|
%define lib_name libczmq4
|
2014-09-18 09:03:32 +00:00
|
|
|
Name: czmq
|
Accepting request 877151 from home:dirkmueller:Factory
- update to 4.2.1:
* New DRAFT zsock API to match libzmq's 4.3.4 socket options:
- zsock_set_xpub_manual_last_value
- zsock_socks_username, zsock_set_socks_username
- zsock_socks_password, zsock_set_socks_password
- zsock_in_batch_size, zsock_set_in_batch_size
- zsock_out_batch_size, zsock_set_out_batch_size
- zsock_set_wss_key_pem, zsock_set_wss_cert_pem, zsock_set_wss_trust_pem,
zsock_set_wss_hostname, zsock_set_wss_trust_system
- zsock_set_only_first_subscribe
- zsock_hello_msg, zsock_set_hello_msg
- zsock_disconnect_msg, zsock_set_disconnect_msg
- zsock_priority, zsock_set_priority
- zsock_reconnect_stop, zsock_set_reconnect_stop
See zsock manpage for more details.
* New DRAFT zframe and zmsg API to print arbitrary length messages:
- zframe_print_n
- zmsg_print_n
See zframe and zmsg manpages for more details.
* New DRAFT zosc* APIs to support the OSC (Open Sound Control) protocol.
See zosc_* manpages for more details.
* New DRAFT zcertstore_get_state API to get the state stored in the certstore.
See the zcertstore manpage for more details.
* Support for new libzmq DRAFT socket type ZMQ_DGRAM was added to zsock.
* Fixed #1972 - Findlibzmq.cmake out of date, Windows build fails
* Fixed #1998 - zproxy uses fixed ipc endpoint, causing race condition
* Fixed #2002 - fix socket leak in zbeacon
* Fixed #2020 - use libnss in zdigest if available for SHA functions.
* Fixed #2028 - zpoller docs isn't mentioning file handles
* Fixed #2043 - zhttp_response_recv leaks memory when result is non-zero
OBS-URL: https://build.opensuse.org/request/show/877151
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=29
2021-03-23 11:00:14 +00:00
|
|
|
Version: 4.2.1
|
2014-10-17 07:12:37 +00:00
|
|
|
Release: 0
|
2016-11-08 11:57:20 +00:00
|
|
|
Summary: High-level C binding for ZeroMQ
|
2016-10-14 06:47:07 +00:00
|
|
|
License: MPL-2.0
|
2014-09-18 09:03:32 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
2020-09-13 09:10:03 +00:00
|
|
|
URL: https://github.com/zeromq/czmq
|
Accepting request 438782 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to 4.0.0
* v4.0.0 breaks API and ABI compatibility with v3.0.2.
The ABI version has been bumped to 4.
* The v2 API, which have been declared DEPRECATED in v3.0.0
released on 2014/10/15, have now been declared RETIRED
and removed from this release. The following classes are gone:
zauth_v2, use zauth
zbeacon_v2, use zbeacon
zctx, use zsock
zmonitor_v2, use zmonitor
zmutex
zproxy_v2, use zproxy
zsocket, use zsock
zsockopt, use zsock
zthread, use zactor
* see NEWS file for more details
OBS-URL: https://build.opensuse.org/request/show/438782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=14
2016-11-08 07:44:28 +00:00
|
|
|
Source0: https://github.com/zeromq/czmq/releases/download/v%{version}/czmq-%{version}.tar.gz
|
2014-09-18 09:03:32 +00:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
Accepting request 877151 from home:dirkmueller:Factory
- update to 4.2.1:
* New DRAFT zsock API to match libzmq's 4.3.4 socket options:
- zsock_set_xpub_manual_last_value
- zsock_socks_username, zsock_set_socks_username
- zsock_socks_password, zsock_set_socks_password
- zsock_in_batch_size, zsock_set_in_batch_size
- zsock_out_batch_size, zsock_set_out_batch_size
- zsock_set_wss_key_pem, zsock_set_wss_cert_pem, zsock_set_wss_trust_pem,
zsock_set_wss_hostname, zsock_set_wss_trust_system
- zsock_set_only_first_subscribe
- zsock_hello_msg, zsock_set_hello_msg
- zsock_disconnect_msg, zsock_set_disconnect_msg
- zsock_priority, zsock_set_priority
- zsock_reconnect_stop, zsock_set_reconnect_stop
See zsock manpage for more details.
* New DRAFT zframe and zmsg API to print arbitrary length messages:
- zframe_print_n
- zmsg_print_n
See zframe and zmsg manpages for more details.
* New DRAFT zosc* APIs to support the OSC (Open Sound Control) protocol.
See zosc_* manpages for more details.
* New DRAFT zcertstore_get_state API to get the state stored in the certstore.
See the zcertstore manpage for more details.
* Support for new libzmq DRAFT socket type ZMQ_DGRAM was added to zsock.
* Fixed #1972 - Findlibzmq.cmake out of date, Windows build fails
* Fixed #1998 - zproxy uses fixed ipc endpoint, causing race condition
* Fixed #2002 - fix socket leak in zbeacon
* Fixed #2020 - use libnss in zdigest if available for SHA functions.
* Fixed #2028 - zpoller docs isn't mentioning file handles
* Fixed #2043 - zhttp_response_recv leaks memory when result is non-zero
OBS-URL: https://build.opensuse.org/request/show/877151
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=29
2021-03-23 11:00:14 +00:00
|
|
|
BuildRequires: libcurl-devel
|
2016-10-14 06:47:07 +00:00
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: pkg-config
|
Accepting request 877151 from home:dirkmueller:Factory
- update to 4.2.1:
* New DRAFT zsock API to match libzmq's 4.3.4 socket options:
- zsock_set_xpub_manual_last_value
- zsock_socks_username, zsock_set_socks_username
- zsock_socks_password, zsock_set_socks_password
- zsock_in_batch_size, zsock_set_in_batch_size
- zsock_out_batch_size, zsock_set_out_batch_size
- zsock_set_wss_key_pem, zsock_set_wss_cert_pem, zsock_set_wss_trust_pem,
zsock_set_wss_hostname, zsock_set_wss_trust_system
- zsock_set_only_first_subscribe
- zsock_hello_msg, zsock_set_hello_msg
- zsock_disconnect_msg, zsock_set_disconnect_msg
- zsock_priority, zsock_set_priority
- zsock_reconnect_stop, zsock_set_reconnect_stop
See zsock manpage for more details.
* New DRAFT zframe and zmsg API to print arbitrary length messages:
- zframe_print_n
- zmsg_print_n
See zframe and zmsg manpages for more details.
* New DRAFT zosc* APIs to support the OSC (Open Sound Control) protocol.
See zosc_* manpages for more details.
* New DRAFT zcertstore_get_state API to get the state stored in the certstore.
See the zcertstore manpage for more details.
* Support for new libzmq DRAFT socket type ZMQ_DGRAM was added to zsock.
* Fixed #1972 - Findlibzmq.cmake out of date, Windows build fails
* Fixed #1998 - zproxy uses fixed ipc endpoint, causing race condition
* Fixed #2002 - fix socket leak in zbeacon
* Fixed #2020 - use libnss in zdigest if available for SHA functions.
* Fixed #2028 - zpoller docs isn't mentioning file handles
* Fixed #2043 - zhttp_response_recv leaks memory when result is non-zero
OBS-URL: https://build.opensuse.org/request/show/877151
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=29
2021-03-23 11:00:14 +00:00
|
|
|
BuildRequires: pkgconfig(liblz4)
|
|
|
|
BuildRequires: pkgconfig(libmicrohttpd)
|
2016-10-14 06:47:07 +00:00
|
|
|
BuildRequires: pkgconfig(libsodium)
|
2021-03-28 06:54:54 +00:00
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
2016-10-14 06:47:07 +00:00
|
|
|
BuildRequires: pkgconfig(libzmq) > 4.1
|
Accepting request 877151 from home:dirkmueller:Factory
- update to 4.2.1:
* New DRAFT zsock API to match libzmq's 4.3.4 socket options:
- zsock_set_xpub_manual_last_value
- zsock_socks_username, zsock_set_socks_username
- zsock_socks_password, zsock_set_socks_password
- zsock_in_batch_size, zsock_set_in_batch_size
- zsock_out_batch_size, zsock_set_out_batch_size
- zsock_set_wss_key_pem, zsock_set_wss_cert_pem, zsock_set_wss_trust_pem,
zsock_set_wss_hostname, zsock_set_wss_trust_system
- zsock_set_only_first_subscribe
- zsock_hello_msg, zsock_set_hello_msg
- zsock_disconnect_msg, zsock_set_disconnect_msg
- zsock_priority, zsock_set_priority
- zsock_reconnect_stop, zsock_set_reconnect_stop
See zsock manpage for more details.
* New DRAFT zframe and zmsg API to print arbitrary length messages:
- zframe_print_n
- zmsg_print_n
See zframe and zmsg manpages for more details.
* New DRAFT zosc* APIs to support the OSC (Open Sound Control) protocol.
See zosc_* manpages for more details.
* New DRAFT zcertstore_get_state API to get the state stored in the certstore.
See the zcertstore manpage for more details.
* Support for new libzmq DRAFT socket type ZMQ_DGRAM was added to zsock.
* Fixed #1972 - Findlibzmq.cmake out of date, Windows build fails
* Fixed #1998 - zproxy uses fixed ipc endpoint, causing race condition
* Fixed #2002 - fix socket leak in zbeacon
* Fixed #2020 - use libnss in zdigest if available for SHA functions.
* Fixed #2028 - zpoller docs isn't mentioning file handles
* Fixed #2043 - zhttp_response_recv leaks memory when result is non-zero
OBS-URL: https://build.opensuse.org/request/show/877151
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=29
2021-03-23 11:00:14 +00:00
|
|
|
BuildRequires: pkgconfig(nss)
|
|
|
|
BuildRequires: pkgconfig(uuid)
|
2014-10-17 07:12:37 +00:00
|
|
|
# documentation
|
|
|
|
BuildRequires: asciidoc
|
|
|
|
BuildRequires: xmlto
|
2015-01-16 13:15:07 +00:00
|
|
|
BuildRequires: xz
|
2014-09-18 09:03:32 +00:00
|
|
|
|
|
|
|
%description
|
2016-11-08 11:57:20 +00:00
|
|
|
CZMQ is a higher-level binding for the ZeroMQ core API.
|
2020-09-13 09:10:03 +00:00
|
|
|
This package contains key creation utility zmakecert.
|
2014-09-18 09:03:32 +00:00
|
|
|
|
Accepting request 438782 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to 4.0.0
* v4.0.0 breaks API and ABI compatibility with v3.0.2.
The ABI version has been bumped to 4.
* The v2 API, which have been declared DEPRECATED in v3.0.0
released on 2014/10/15, have now been declared RETIRED
and removed from this release. The following classes are gone:
zauth_v2, use zauth
zbeacon_v2, use zbeacon
zctx, use zsock
zmonitor_v2, use zmonitor
zmutex
zproxy_v2, use zproxy
zsocket, use zsock
zsockopt, use zsock
zthread, use zactor
* see NEWS file for more details
OBS-URL: https://build.opensuse.org/request/show/438782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=14
2016-11-08 07:44:28 +00:00
|
|
|
%package -n %{lib_name}
|
2016-10-14 06:47:07 +00:00
|
|
|
Summary: Shared library of %{name}
|
|
|
|
Group: Development/Languages/C and C++
|
2014-09-18 09:03:32 +00:00
|
|
|
|
Accepting request 438782 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to 4.0.0
* v4.0.0 breaks API and ABI compatibility with v3.0.2.
The ABI version has been bumped to 4.
* The v2 API, which have been declared DEPRECATED in v3.0.0
released on 2014/10/15, have now been declared RETIRED
and removed from this release. The following classes are gone:
zauth_v2, use zauth
zbeacon_v2, use zbeacon
zctx, use zsock
zmonitor_v2, use zmonitor
zmutex
zproxy_v2, use zproxy
zsocket, use zsock
zsockopt, use zsock
zthread, use zactor
* see NEWS file for more details
OBS-URL: https://build.opensuse.org/request/show/438782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=14
2016-11-08 07:44:28 +00:00
|
|
|
%description -n %{lib_name}
|
2016-11-08 11:57:20 +00:00
|
|
|
CZMQ is a higher-level binding for the ZeroMQ core API.
|
|
|
|
|
|
|
|
* It wraps the ZeroMQ core API in semantics that lead to shorter,
|
|
|
|
more readable applications.
|
|
|
|
* It hides, as far as possible, the differences between different
|
|
|
|
versions of ZeroMQ (2.x, 3.x, 4.x).
|
|
|
|
* It provides a space for development of more sophisticated API
|
|
|
|
semantics.
|
|
|
|
* It wraps the ZeroMQ security features with high-level tools and
|
|
|
|
APIs.
|
|
|
|
* It is the basis for other language bindings built on top of CZMQ.
|
2014-09-18 09:03:32 +00:00
|
|
|
|
|
|
|
%package devel
|
2016-10-14 06:47:07 +00:00
|
|
|
Summary: Devel files for %{name}
|
|
|
|
Group: Development/Languages/C and C++
|
Accepting request 438782 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to 4.0.0
* v4.0.0 breaks API and ABI compatibility with v3.0.2.
The ABI version has been bumped to 4.
* The v2 API, which have been declared DEPRECATED in v3.0.0
released on 2014/10/15, have now been declared RETIRED
and removed from this release. The following classes are gone:
zauth_v2, use zauth
zbeacon_v2, use zbeacon
zctx, use zsock
zmonitor_v2, use zmonitor
zmutex
zproxy_v2, use zproxy
zsocket, use zsock
zsockopt, use zsock
zthread, use zactor
* see NEWS file for more details
OBS-URL: https://build.opensuse.org/request/show/438782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=14
2016-11-08 07:44:28 +00:00
|
|
|
Requires: %{lib_name} = %{version}
|
Accepting request 877151 from home:dirkmueller:Factory
- update to 4.2.1:
* New DRAFT zsock API to match libzmq's 4.3.4 socket options:
- zsock_set_xpub_manual_last_value
- zsock_socks_username, zsock_set_socks_username
- zsock_socks_password, zsock_set_socks_password
- zsock_in_batch_size, zsock_set_in_batch_size
- zsock_out_batch_size, zsock_set_out_batch_size
- zsock_set_wss_key_pem, zsock_set_wss_cert_pem, zsock_set_wss_trust_pem,
zsock_set_wss_hostname, zsock_set_wss_trust_system
- zsock_set_only_first_subscribe
- zsock_hello_msg, zsock_set_hello_msg
- zsock_disconnect_msg, zsock_set_disconnect_msg
- zsock_priority, zsock_set_priority
- zsock_reconnect_stop, zsock_set_reconnect_stop
See zsock manpage for more details.
* New DRAFT zframe and zmsg API to print arbitrary length messages:
- zframe_print_n
- zmsg_print_n
See zframe and zmsg manpages for more details.
* New DRAFT zosc* APIs to support the OSC (Open Sound Control) protocol.
See zosc_* manpages for more details.
* New DRAFT zcertstore_get_state API to get the state stored in the certstore.
See the zcertstore manpage for more details.
* Support for new libzmq DRAFT socket type ZMQ_DGRAM was added to zsock.
* Fixed #1972 - Findlibzmq.cmake out of date, Windows build fails
* Fixed #1998 - zproxy uses fixed ipc endpoint, causing race condition
* Fixed #2002 - fix socket leak in zbeacon
* Fixed #2020 - use libnss in zdigest if available for SHA functions.
* Fixed #2028 - zpoller docs isn't mentioning file handles
* Fixed #2043 - zhttp_response_recv leaks memory when result is non-zero
OBS-URL: https://build.opensuse.org/request/show/877151
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=29
2021-03-23 11:00:14 +00:00
|
|
|
Requires: systemd-devel
|
|
|
|
Requires: pkgconfig(liblz4)
|
|
|
|
Requires: pkgconfig(uuid)
|
2014-09-18 09:03:32 +00:00
|
|
|
|
|
|
|
%description devel
|
2016-11-08 11:57:20 +00:00
|
|
|
CZMQ is a higher-level binding for the ZeroMQ core API.
|
|
|
|
|
|
|
|
This subpackage contains libraries, header files, and pkgconfig and
|
|
|
|
cmake descriptions for developing applications that want to make use
|
|
|
|
of CZMQ.
|
2014-09-18 09:03:32 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
rm -f %{buildroot}/%{_bindir}/*.gsl
|
|
|
|
rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
Accepting request 438782 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to 4.0.0
* v4.0.0 breaks API and ABI compatibility with v3.0.2.
The ABI version has been bumped to 4.
* The v2 API, which have been declared DEPRECATED in v3.0.0
released on 2014/10/15, have now been declared RETIRED
and removed from this release. The following classes are gone:
zauth_v2, use zauth
zbeacon_v2, use zbeacon
zctx, use zsock
zmonitor_v2, use zmonitor
zmutex
zproxy_v2, use zproxy
zsocket, use zsock
zsockopt, use zsock
zthread, use zactor
* see NEWS file for more details
OBS-URL: https://build.opensuse.org/request/show/438782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=14
2016-11-08 07:44:28 +00:00
|
|
|
%post -n %{lib_name} -p /sbin/ldconfig
|
2015-07-07 11:29:17 +00:00
|
|
|
|
Accepting request 438782 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to 4.0.0
* v4.0.0 breaks API and ABI compatibility with v3.0.2.
The ABI version has been bumped to 4.
* The v2 API, which have been declared DEPRECATED in v3.0.0
released on 2014/10/15, have now been declared RETIRED
and removed from this release. The following classes are gone:
zauth_v2, use zauth
zbeacon_v2, use zbeacon
zctx, use zsock
zmonitor_v2, use zmonitor
zmutex
zproxy_v2, use zproxy
zsocket, use zsock
zsockopt, use zsock
zthread, use zactor
* see NEWS file for more details
OBS-URL: https://build.opensuse.org/request/show/438782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=14
2016-11-08 07:44:28 +00:00
|
|
|
%postun -n %{lib_name} -p /sbin/ldconfig
|
2014-09-18 09:03:32 +00:00
|
|
|
|
|
|
|
%files
|
2019-03-18 16:57:31 +00:00
|
|
|
%license LICENSE
|
Accepting request 438782 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to 4.0.0
* v4.0.0 breaks API and ABI compatibility with v3.0.2.
The ABI version has been bumped to 4.
* The v2 API, which have been declared DEPRECATED in v3.0.0
released on 2014/10/15, have now been declared RETIRED
and removed from this release. The following classes are gone:
zauth_v2, use zauth
zbeacon_v2, use zbeacon
zctx, use zsock
zmonitor_v2, use zmonitor
zmutex
zproxy_v2, use zproxy
zsocket, use zsock
zsockopt, use zsock
zthread, use zactor
* see NEWS file for more details
OBS-URL: https://build.opensuse.org/request/show/438782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=14
2016-11-08 07:44:28 +00:00
|
|
|
%{_bindir}/zmakecert
|
2020-09-13 09:10:03 +00:00
|
|
|
%{_mandir}/man1/zmakecert.1.gz
|
2014-09-18 09:03:32 +00:00
|
|
|
|
Accepting request 438782 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to 4.0.0
* v4.0.0 breaks API and ABI compatibility with v3.0.2.
The ABI version has been bumped to 4.
* The v2 API, which have been declared DEPRECATED in v3.0.0
released on 2014/10/15, have now been declared RETIRED
and removed from this release. The following classes are gone:
zauth_v2, use zauth
zbeacon_v2, use zbeacon
zctx, use zsock
zmonitor_v2, use zmonitor
zmutex
zproxy_v2, use zproxy
zsocket, use zsock
zsockopt, use zsock
zthread, use zactor
* see NEWS file for more details
OBS-URL: https://build.opensuse.org/request/show/438782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=14
2016-11-08 07:44:28 +00:00
|
|
|
%files -n %{lib_name}
|
|
|
|
%{_libdir}/libczmq.so.*
|
2014-09-18 09:03:32 +00:00
|
|
|
|
|
|
|
%files devel
|
2019-03-18 16:57:31 +00:00
|
|
|
%license LICENSE
|
|
|
|
%doc AUTHORS CONTRIBUTING.md NEWS README.md README.txt
|
2014-09-18 09:03:32 +00:00
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_libdir}/lib%{name}.so
|
|
|
|
%{_libdir}/pkgconfig/lib%{name}.pc
|
2014-10-17 07:12:37 +00:00
|
|
|
%{_mandir}/man3/z*.3.gz
|
|
|
|
%{_mandir}/man7/%{name}.7.gz
|
Accepting request 438782 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to 4.0.0
* v4.0.0 breaks API and ABI compatibility with v3.0.2.
The ABI version has been bumped to 4.
* The v2 API, which have been declared DEPRECATED in v3.0.0
released on 2014/10/15, have now been declared RETIRED
and removed from this release. The following classes are gone:
zauth_v2, use zauth
zbeacon_v2, use zbeacon
zctx, use zsock
zmonitor_v2, use zmonitor
zmutex
zproxy_v2, use zproxy
zsocket, use zsock
zsockopt, use zsock
zthread, use zactor
* see NEWS file for more details
OBS-URL: https://build.opensuse.org/request/show/438782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/czmq?expand=0&rev=14
2016-11-08 07:44:28 +00:00
|
|
|
%dir %{_datadir}/zproject
|
|
|
|
%{_datadir}/zproject/%{name}
|
2014-09-18 09:03:32 +00:00
|
|
|
|
|
|
|
%changelog
|