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

This commit is contained in:
Denis Arnaud 2015-06-07 22:10:58 +02:00
parent a3189bd76e
commit ae3e4eebf2
2 changed files with 9 additions and 7 deletions

View File

@ -2,8 +2,8 @@
%global mydocs __tmp_docdir
#
Name: airrac
Version: 1.00.0
Release: 12%{?dist}
Version: 1.00.1
Release: 1%{?dist}
Summary: C++ Simulated Revenue Accounting (RAC) System Library
@ -11,11 +11,11 @@ Group: System Environment/Libraries
License: LGPLv2+
URL: http://sourceforge.net/projects/%{name}/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
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, soci-sqlite3-devel
BuildRequires: readline-devel
BuildRequires: stdair-devel
@ -57,7 +57,6 @@ online (http://%{name}.org).
%prep
%setup -q
%patch0 -p1
%build
@ -69,7 +68,7 @@ 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
@ -113,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Jun 07 2015 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.1-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-12
- Rebuilt for GCC 5 C++11 ABI change

View File

@ -1 +1 @@
28be07a348ab9933837c765568e5f263 airrac-1.00.0.tar.bz2
5abd241dfbd738d9f2fe9617c4047471 airrac-1.00.1.tar.bz2