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

This commit is contained in:
Denis Arnaud 2015-06-14 15:08:21 +02:00
parent adf1eb796f
commit 91f1428f99
3 changed files with 12 additions and 8 deletions

2
.gitignore vendored
View File

@ -6,5 +6,5 @@
/noarch/
/x86_64/
/i?86/
/tarballs/

View File

@ -2,8 +2,8 @@
%global mydocs __tmp_docdir
#
Name: sevmgr
Version: 1.00.0
Release: 13%{?dist}
Version: 1.00.2
Release: 1%{?dist}
Summary: C++ Simulation-Oriented Discrete Event Management Library
@ -14,8 +14,9 @@ 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
BuildRequires: readline-devel, stdair-devel
BuildRequires: boost-devel, soci-mysql-devel, soci-sqlite3-devel
BuildRequires: readline-devel
BuildRequires: stdair-devel
%description
@ -69,12 +70,12 @@ rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
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
@ -115,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Jun 14 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)
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.00.0-13
- Rebuilt for GCC 5 C++11 ABI change

View File

@ -1 +1 @@
2374c495cb0fc7b1f16f2112533b6a1d sevmgr-1.00.0.tar.bz2
e005bdc9330ce6c524c16fd49ba0b11c sevmgr-1.00.2.tar.bz2