Rebuilt for Boost 1.73

This commit is contained in:
Denis Arnaud 2020-06-03 21:03:44 +02:00
parent 450fe87b5c
commit 650db7608a
1 changed files with 12 additions and 9 deletions

View File

@ -7,7 +7,7 @@
#
Name: rmol
Version: 1.00.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: C++ library of Revenue Management and Optimisation classes and functions
@ -27,23 +27,22 @@ BuildRequires: soci-mysql-devel
BuildRequires: soci-sqlite3-devel
BuildRequires: stdair-devel
BuildRequires: airrac-devel
BuildRequires: texlive-epstopdf
%description
%{name} is a C++ library of Revenue Management and Optimisation classes
and functions. Typically, that library may be used by service providers
(e.g., airlines offering flight seats, hotels offering rooms, rental car
companies offering rental days, broadcasting company offering advertisement
slots, theaters offering seats, etc.) to help in optimizing their revenues from
seat capacities.
Most of the algorithms implemented are public and documented in the following
book:
slots, theaters offering seats, etc.) to help in optimizing their revenues
from seat capacities.
Most of the algorithms implemented are public and documented in the
following book:
The Theory and practice of Revenue Management, by Kalyan T. Talluri and
Garrett J. van Ryzin, Kluwer Academic Publishers, 2004, ISBN 1-4020-7701-7
%{name} makes an extensive use of existing open-source libraries for
increased functionality, speed and accuracy. In particular the
Boost (C++ Standard Extensions: http://www.boost.org) library is used.
Boost (C++ Standard Extensions: https://www.boost.org) library is used.
Install the %{name} package if you need a library of basic C++ objects
for Airline Revenue Management (RM), mainly for simulation purpose.
@ -62,14 +61,15 @@ programs using %{name}, you will need to install %{name}-devel.
Summary: HTML documentation for the %{name} library
BuildArch: noarch
BuildRequires: tex(latex)
BuildRequires: texlive-epstopdf
BuildRequires: doxygen
BuildRequires: ghostscript
%description doc
This package contains HTML pages, as well as a PDF reference manual,
for %{name}. All that documentation is generated thanks to Doxygen
(http://doxygen.org). The content is the same as what can be browsed
online (http://%{name}.net).
(https://doxygen.org). The content is the same as what can be browsed
online (https://%{name}.net).
%if %{with python}
%package -n python3-%{name}
@ -154,6 +154,9 @@ rm -f %{_bindir}/py%{name}
%endif
%changelog
* Wed Jun 03 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.6-2
- Rebuilt for Boost 1.73
* Sun May 31 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.6-1
- Upstream update