Name: czmq Version: 4.0.2 Release: 7%{?dist} Summary: High-level C binding for 0MQ (ZeroMQ) Group: Development/Libraries License: MPLv2.0 URL: http://czmq.zeromq.org/ Source0: https://github.com/zeromq/czmq/releases/download/v%{version}/czmq-%{version}.tar.gz Patch0: 0001-Problem-build-error-in-zsys-with-GCC7.patch Patch1: 0002-Problem-build-error-with-GCC7-in-zgossip_engine.inc.patch BuildRequires: gcc BuildRequires: libuuid-devel BuildRequires: zeromq-devel # --with-docs BuildRequires: perl-interpreter BuildRequires: asciidoc BuildRequires: xmlto %description CZMQ has the following goals: i) To wrap the ØMQ core API in semantics that are natural and lead to shorter, more readable applications. ii) To hide the differences between versions of ØMQ. iii) To provide a space for development of more sophisticated API semantics. %package devel Summary: Development files for the czmq package Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} Requires: zeromq-devel Requires: pkgconfig %description devel This package contains files needed to develop applications using czmq. %prep %setup -q %patch0 -p1 %patch1 -p1 %build %configure \ --with-docs # remove rpath sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} rm -f %{buildroot}%{_libdir}/libczmq.{a,la} %check # LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make check %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc AUTHORS NEWS LICENSE %{_libdir}/*.so.* %files devel %doc CONTRIBUTING.md README.md %{_bindir}/* %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/* %{_mandir}/man1/*.1* %{_mandir}/man3/*.3* %{_mandir}/man7/*.7* %{_datarootdir}/zproject/ %changelog * Thu Jul 12 2018 Fedora Release Engineering - 4.0.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 4.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 4.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 4.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 18 2017 Jose Pedro Oliveira - 4.0.2-3 - Add upstream patches for gcc 7 (0001-Problem-build-error-in-zsys-with-GCC7.patch and 0002-Problem-build-error-with-GCC7-in-zgossip_engine.inc.patch) - Add perl to the build requirements list (required by doc/mkman) * Fri Feb 10 2017 Fedora Release Engineering - 4.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jan 5 2017 Jose Pedro Oliveira - 4.0.2-1 - Update to 4.0.2. * Fri Nov 11 2016 Jose Pedro Oliveira - 4.0.1-1 - Update to 4.0.1. * Wed Feb 03 2016 Fedora Release Engineering - 3.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sat Jun 27 2015 Jose Pedro Oliveira - 3.0.2-2 - Disable the test suite for the moment (requires network access) * Sat Jun 27 2015 Jose Pedro Oliveira - 3.0.2-1 - Update to 3.0.2. - License: MPLv2.0 (Mozilla Public License Version 2.0). - Man pages installation patch (0001-Problem-does-not-install-man-pages-if-BUILD_DOC-is-o.patch) * Tue Jun 23 2015 Thomas Spura - 2.2.0-7 - rebuilt for new zeromq 4.1.2 * Wed Jun 17 2015 Fedora Release Engineering - 2.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Mar 2 2015 Jose Pedro Oliveira - 2.2.0-5 - Patch to fix sha1 on bigendian machines (#1196994) * Fri Feb 27 2015 Jose Pedro Oliveira - 2.2.0-4 - Renamed /usr/bin/makecert to avoid a file conflict (#1196483) * Fri Feb 20 2015 Jose Pedro Oliveira - 2.2.0-3 - Build against ZeroMQ v4 * Fri Feb 20 2015 Jose Pedro Oliveira - 2.2.0-2 - Add upstream patch eebf66a (0001-Use-_DEFAULT_SOURCE-instead-of-_BSD_SOURCE.patch) * Tue Feb 17 2015 Jose Pedro Oliveira - 2.2.0-1 - Update to 2.2.0. * Sat Aug 16 2014 Fedora Release Engineering - 1.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 1.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 1.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed May 1 2013 Jose Pedro Oliveira - 1.4.1-1 - Update to 1.4.1. * Tue Apr 30 2013 Jose Pedro Oliveira - 1.4.0-1 - Update to 1.4.0. * Wed Feb 13 2013 Fedora Release Engineering - 1.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Dec 20 2012 Jose Pedro Oliveira - 1.3.2-1 - Improve the description. * Wed Dec 12 2012 Jose Pedro Oliveira - 1.3.2-0 - Update to 1.3.2. * Sun Oct 28 2012 Jose Pedro Oliveira - 1.3.1-1 - Update to 1.3.1. * Thu Oct 25 2012 Jose Pedro Oliveira - 1.3.0-0 - Rename to libczmq. - Update to v1.3.0 git snapshot. * Tue Oct 23 2012 Jose Pedro Oliveira - 1.2.0-3 - Make czmq-devel require zeromq3-devel. * Sat Oct 20 2012 Jose Pedro Oliveira - 1.2.0-2 - Build against limzmq v3.x (BR zeromq3-devel instead of zeromq-devel). * Sat Oct 20 2012 Jose Pedro Oliveira - 1.2.0-1 - First Fedora build. # vim:set ai ts=4 sw=4 sts=4 et: