Rebuilt for Boost 1.73

This commit is contained in:
Denis Arnaud 2020-06-03 20:59:35 +02:00
parent 2cd9edcb19
commit e6ab394e91
1 changed files with 12 additions and 7 deletions

View File

@ -4,12 +4,12 @@
Name: travelccm
%global sfname travel-ccm
Version: 1.00.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: C++ Travel Customer Choice Model (CCM) Library
License: LGPLv2+
URL: http://github.com/airsim/%{name}
URL: https://github.com/airsim/%{name}
Source0: %{url}/archive/%{name}-%{version}.tar.gz
# For some reason, as of November 2019, it does not compile on ARMv7hl
@ -33,14 +33,14 @@ Willingness-To-Pay, preferred airline, preferred cabin, etc.).
The %{name} C++ library implements some simple Customer Choice Models
(CCM), as referenced in the literature (PhD dissertations at MIT, for
instance: http://dspace.mit.edu).
instance: https://dspace.mit.edu).
The %{name} C++ library exposes a simple, clean and object-oriented,
API. For instance, the choose() method takes, as input, both a
structure representing the travel request (e.g., "from Washington, DC,
US, to Beijing, China, on the 25th of May") and a list of travel
solutions (as provided by the Airline Schedule Manager project:
http://sourceforge.net/projects/air-sched), and yields, as output, the
solutions (as provided by the Airline Travel Solution Provider (AirTSP)
project: https://github.com/airsim/airtsp), and yields, as output, the
chosen item.
The output can then be used by other systems, for instance to book the
@ -49,7 +49,7 @@ share it with others.
%{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 Customer-Choice Modeling (CCM), mainly for simulation purpose.
@ -68,7 +68,9 @@ programs using %{name}, you will need to install %{name}-devel.
Summary: HTML documentation for the %{name} library
BuildArch: noarch
BuildRequires: tex(latex)
BuildRequires: doxygen, ghostscript
BuildRequires: texlive-epstopdf
BuildRequires: doxygen
BuildRequires: ghostscript
%description doc
This package contains HTML pages, as well as a PDF reference manual,
@ -123,6 +125,9 @@ ctest
%changelog
* Wed Jun 03 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.5-2
- Rebuilt for Boost 1.73
* Sun May 31 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.5-1
- Upstream update