Compare commits

..

17 Commits
epel8 ... i9ce

Author SHA1 Message Date
MSVSphere Packaging Team 4b2c762adc Merge and update
1 year ago
MSVSphere Packaging Team 45b2d073df Remove unnecessary files
1 year ago
Sergey Cherevko fa4daa5f13
Initial import from EPEL 9 upstream
2 years ago
Ben Woodard 9b04a9bbf4 disable building with libunwind to fix C++ exceptions when a C applicaion loads
2 years ago
Denis Arnaud 7f4c05e1ac Merged with main
3 years ago
Fedora Release Engineering 1cff1e4bfa - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
3 years ago
Fedora Release Engineering 5226e5546b - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
4 years ago
Denis Arnaud b11c5a2199 Upstream upgrade
4 years ago
Fedora Release Engineering f46381246b - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
4 years ago
Tom Stellard 135a5bb23b Add BuildRequires: make
4 years ago
Denis Arnaud deb7fbd467 No check for s390x
4 years ago
Denis Arnaud 29fbd797d1 Added dependencies for the man pages
4 years ago
Denis Arnaud 4f322ac6af Upstream upgrade
4 years ago
Fedora Release Engineering 4f02baed80 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5 years ago
Fedora Release Engineering 862d0b3419 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5 years ago
Dan Horák d99d0bd41b - libunwind is available on all Fedora arches
5 years ago
Fedora Release Engineering f3609faa1b - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5 years ago

12
.gitignore vendored

@ -1,11 +1 @@
/zeromq-*.tar.*
/zeromq-*.src.rpm
/zeromq-*.*.*/
/libzmq-*.*.*/
/clog
.build-*.*.log
/noarch/
/x86_64/
/i?86/
/tarballs/
/libzmq-*.*.*.tar.gz
SOURCES/libzmq-4.3.4.tar.gz

@ -0,0 +1 @@
9c91ef047885531877e0ad5f5593b97ccd2c1023 SOURCES/libzmq-4.3.4.tar.gz

@ -3,14 +3,14 @@
Name: zeromq
Version: 4.3.4
Release: 3%{?dist}
Release: 2%{?dist}
Summary: Software library for fast, message-based applications
License: LGPLv3+
URL: https://zeromq.org
Source0: https://github.com/%{name}/libzmq/archive/v%{version}/libzmq-%{version}.tar.gz
BuildRequires: make
BuildRequires: make
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
@ -18,11 +18,10 @@ BuildRequires: libtool
BuildRequires: asciidoc
BuildRequires: xmlto
BuildRequires: libsodium-devel
%if %{with unwind}
%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64
BuildRequires: libunwind-devel
%endif
%endif
%if %{with pgm}
BuildRequires: openpgm-devel
@ -69,9 +68,7 @@ autoreconf -fi
%endif
--with-libsodium \
%if %{with unwind}
%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64
--enable-libunwind \
%endif
%endif
--disable-Werror \
--disable-static
@ -86,8 +83,9 @@ rm %{buildroot}%{_libdir}/libzmq.la
%check
%ifarch s390x
make check V=1 || ( cat test-suite.log && exit 1 )
%endif
%ldconfig_scriptlets
@ -109,22 +107,13 @@ make check V=1 || ( cat test-suite.log && exit 1 )
%changelog
* Tue Mar 07 2023 Ben Woodard <woodard@redhat.com> - 4.3.4-3
* Wed Apr 26 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 4.3.4-2
- Rebuilt for MSVSphere 9.1
* Tue Mar 07 2023 Ben Woodard <woodard@redhat.com> - 4.3.4-2
- disable building with libunwind to fix C++ exceptions when a C applicaion loads
a module written in C++ #2175966
* Tue Feb 02 2021 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 4.3.4-2
- Re-added aarch64
* Sat Jan 30 2021 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 4.3.4-1
- Upstream upgrade
- Fixes #1921879, #1921972, #1921973, #1921975, #1921976, #1921979, #1921981,
- #1921983, #1921983, #1921985, #1921987, #1921989, #1921992, #1921994
* Wed Sep 16 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 4.3.3-1
- Upstream upgrade
- Fixes #1876738 and #1876689
* Sun Oct 27 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 4.3.2-1
- Initial build for EPEL 8
* Thu Mar 03 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.4-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

@ -1 +0,0 @@
SHA512 (libzmq-4.3.4.tar.gz) = ad828b1ab5a87983285a6b44b08240816ed1c4e2c73306ab1a851bf80df1892b5e2f92064a49fbadc1f4c75043625ace77dd25b64d5d1c2a7d1d61cc916fba0b
Loading…
Cancel
Save