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

This commit is contained in:
Denis Arnaud 2015-06-07 17:31:01 +02:00
parent 68a73867fd
commit 6a1021ada2
2 changed files with 14 additions and 5 deletions

View File

@ -1 +1,2 @@
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: 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 <denis.arnaud_fedora@m4x.org> - 1.00.2-1
- Removed the dependency on ZeroMQ (only AirInv is dependent on it, not StdAir)
* Wed May 22 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.1-3
- Rebuild for Soci-3.2.1