update to 4.3.4 [release 4.3.4-1mamba;Mon May 01 2023]
This commit is contained in:
parent
6394d35ea7
commit
160c2993dc
@ -1,22 +1,25 @@
|
|||||||
Name: libzeromq
|
Name: libzeromq
|
||||||
Version: 4.1.4
|
Version: 4.3.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: ZeroMQ core engine library for fast, message-based applications
|
Summary: ZeroMQ core engine library for fast, message-based applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.zeromq.org
|
URL: https://zeromq.org/
|
||||||
Source: http://download.zeromq.org/zeromq-%{version}.tar.gz
|
Source: https://github.com/zeromq/libzmq/releases/download/v%{version}/zeromq-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libbsd-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libpgm-devel
|
||||||
BuildRequires: libsodium-devel
|
BuildRequires: libsodium-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libunwind-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpgm-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products.
|
The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products.
|
||||||
@ -26,26 +29,24 @@ ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple m
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for ZeroMQ
|
Summary: Development files for ZeroMQ
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
#Requires: pkg-config
|
Obsoletes: libzeromq-static < 4.3.4
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use ZeroMQ.
|
This package contains libraries and header files for developing applications that use ZeroMQ.
|
||||||
|
|
||||||
%package static
|
|
||||||
Summary: Static ZeroMQ library
|
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name}-devel = %{version}-%{release}
|
|
||||||
|
|
||||||
%description static
|
|
||||||
Static ZeroMQ library.
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zeromq-%{version}
|
%setup -q -n zeromq-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-silent-rules
|
%configure \
|
||||||
|
--disable-silent-rules \
|
||||||
|
--with-pgm \
|
||||||
|
--with-libsodium \
|
||||||
|
--with-documentation \
|
||||||
|
--disable-Werror
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -67,18 +68,20 @@ Static ZeroMQ library.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/curve_keygen
|
%{_bindir}/curve_keygen
|
||||||
%{_includedir}/zmq*.h
|
%{_includedir}/zmq*.h
|
||||||
%{_libdir}/libzmq.la
|
%{_libdir}/libzmq.a
|
||||||
%{_libdir}/libzmq.so
|
%{_libdir}/libzmq.so
|
||||||
%{_libdir}/pkgconfig/libzmq.pc
|
%{_libdir}/pkgconfig/libzmq.pc
|
||||||
%{_mandir}/man3/zmq_*
|
%{_mandir}/man3/zmq_*
|
||||||
%{_mandir}/man7/zmq*
|
%{_mandir}/man7/zmq*
|
||||||
%doc ChangeLog NEWS
|
%doc ChangeLog NEWS
|
||||||
|
|
||||||
%files static
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libzmq.a
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3.4-1mamba
|
||||||
|
- update to 4.3.4
|
||||||
|
|
||||||
|
* Sat Dec 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.0-1mamba
|
||||||
|
- update to 4.2.0
|
||||||
|
|
||||||
* Wed Feb 10 2016 Automatic Build System <autodist@mambasoft.it> 4.1.4-1mamba
|
* Wed Feb 10 2016 Automatic Build System <autodist@mambasoft.it> 4.1.4-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user