diff --git a/airinv.spec b/airinv.spec index 2a67d5a..a450afa 100644 --- a/airinv.spec +++ b/airinv.spec @@ -3,7 +3,7 @@ # Name: airinv Version: 1.00.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: C++ Simulated Airline Inventory Management System library @@ -15,8 +15,16 @@ Patch0: stdair-1.00.1-cmake.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: cmake, python-devel -BuildRequires: boost-devel, soci-mysql-devel, zeromq-devel, readline-devel, +BuildRequires: boost-devel, soci-mysql-devel +# FIXME: Workaround to RHBZ#1190463 +%if 0%{?fedora} >= 22 +BuildRequires: zeromq2-devel +%else +BuildRequires: zeromq-devel +%endif +BuildRequires: readline-devel BuildRequires: stdair-devel, airrac-devel, rmol-devel, sevmgr-devel +BuildRequires: /usr/bin/epstopdf %description @@ -121,6 +129,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Feb 08 2015 Ralf Corsépius - 1.00.0-12 +- BR: zeromq2-devel (Work around RHBZ#1190463; Fix boost-1.57 FTBFS). +- BR: /usr/bin/epstopdf. + * Thu Jan 29 2015 Petr Machata - 1.00.0-11 - Rebuild for boost 1.57.0 - Cmake should look for zmq.h, not zmq.hpp (stdair-1.00.1-cmake.patch)