Removed the dependency on ZeroMQ (only AirInv is dependent on it, not StdAir)

This commit is contained in:
Denis Arnaud 2015-06-14 01:36:22 +02:00
parent 12f6f2422c
commit aa65bf388f
2 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
0d1bb004091c101015eff847fd85f332 stdair-1.00.1.tar.bz2
805c0e9614e25e455ae2fa081da6e0f9 stdair-1.00.2.tar.bz2

View File

@ -2,8 +2,8 @@
%global mydocs __tmp_docdir
#
Name: stdair
Version: 1.00.1
Release: 12%{?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
@ -72,12 +73,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
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}-%{version}/{NEWS,README,AUTHORS}
rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/{NEWS,README,AUTHORS}
%check
ctest
@ -144,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun May 31 2015 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.2-1
- Removed the dependency on ZeroMQ (only AirInv is dependent on it, not StdAir)
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild