From 6a1021ada21227735c75b35ce5725f23a9497b0d Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Sun, 7 Jun 2015 17:31:01 +0200 Subject: [PATCH] Removed the dependency on ZeroMQ (only AirInv is dependent on it, not StdAir) --- sources | 1 + stdair.spec | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/sources b/sources index c075d76..b2fc42c 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 0d1bb004091c101015eff847fd85f332 stdair-1.00.1.tar.bz2 +805c0e9614e25e455ae2fa081da6e0f9 stdair-1.00.2.tar.bz2 diff --git a/stdair.spec b/stdair.spec index d96f9a8..e99274d 100644 --- a/stdair.spec +++ b/stdair.spec @@ -2,8 +2,8 @@ %global mydocs __tmp_docdir # Name: stdair -Version: 1.00.1 -Release: 3%{?dist} +Version: 1.00.2 +Release: 1%{?dist} Summary: C++ Standard Airline IT Object Library @@ -14,7 +14,8 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar. 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, soci-sqlite3-devel +BuildRequires: readline-devel %description @@ -77,9 +78,13 @@ popd find $RPM_BUILD_ROOT%{_libexecdir}/%{name} -type f -name '*.sh' -exec chmod +x {} \; mkdir -p %{mydocs} -mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html %{mydocs} +mv $RPM_BUILD_ROOT%{_docdir}/%{name}/html %{mydocs} rm -f %{mydocs}/html/installdox +# Remove additional documentation files (those files are already available +# in the project top directory) +rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/{NEWS,README,AUTHORS} + %check pushd build #ctest @@ -95,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README +%doc ChangeLog COPYING AUTHORS NEWS README %{_bindir}/%{name} %{_libdir}/lib%{name}.so.* %{_libdir}/lib%{name}uicl.so.* @@ -147,6 +152,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun May 31 2015 Denis Arnaud - 1.00.2-1 +- Removed the dependency on ZeroMQ (only AirInv is dependent on it, not StdAir) + * Wed May 22 2013 Denis Arnaud - 1.00.1-3 - Rebuild for Soci-3.2.1