diff --git a/simcrs.spec b/simcrs.spec index b0a9027..3128418 100644 --- a/simcrs.spec +++ b/simcrs.spec @@ -3,7 +3,7 @@ # Name: simcrs Version: 1.01.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ Simulated Travel-Oriented Distribution System library @@ -26,22 +26,21 @@ BuildRequires: sevmgr-devel BuildRequires: airtsp-devel BuildRequires: simfqt-devel BuildRequires: airinv-devel -BuildRequires: texlive-epstopdf # For some reason, as of November 2019, it does not compile on ARMv7hl # See https://koji.fedoraproject.org/koji/taskinfo?taskID=38562666 ExcludeArch: armv7hl %description -%{name} aims at providing a clean API and a simple implementation, as -a C++ library, of a Travel-oriented Distribution System. It +%{name} aims at providing a clean API and a simple implementation, +as a C++ library, of a Travel-oriented Distribution System. It corresponds to the simulated version of the real-world Computerized Reservation Systems (CRS). That library uses the Standard Airline IT C++ object model (http://sf.net/projects/stdair). %{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-related booking distribution system, mainly for simulation purpose. @@ -60,14 +59,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}.org). +(https://doxygen.org). The content is the same as what can be browsed +online (https://%{name}.org). %prep @@ -116,6 +116,9 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/{NEWS,README.md,AUTHORS} %changelog +* Wed Jun 03 2020 Denis Arnaud - 1.01.4-2 +- Rebuilt for Boost 1.73 + * Sun May 31 2020 Denis Arnaud - 1.01.4-1 - Upstream update