Compare commits
No commits in common. "rawhide" and "f38" have entirely different histories.
2 changed files with 24 additions and 16 deletions
38
airtsp.spec
38
airtsp.spec
|
|
@ -1,23 +1,25 @@
|
|||
# Force out of source build
|
||||
%undefine __cmake_in_source_build
|
||||
|
||||
#
|
||||
Name: airtsp
|
||||
Version: 1.01.16
|
||||
Release: %autorelease
|
||||
Version: 1.01.9
|
||||
Release: 3%{?dist}
|
||||
|
||||
Summary: C++ Simulated Airline Travel Solution Provider Library
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/airsim/%{name}
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: soci-devel
|
||||
BuildRequires: soci-mysql-devel
|
||||
BuildRequires: soci-sqlite3-devel
|
||||
BuildRequires: soci-postgresql-devel
|
||||
BuildRequires: pkgconfig(readline)
|
||||
BuildRequires: pkgconfig(stdair)
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: stdair-devel
|
||||
|
||||
|
||||
%description
|
||||
%{name} aims at providing a clean API and a simple implementation, as
|
||||
|
|
@ -27,7 +29,7 @@ in the real-world of Airline IT operations.
|
|||
|
||||
%{name} makes an extensive use of existing open-source libraries for
|
||||
increased functionality, speed and accuracy. In particular the
|
||||
Boost (C++ Standard Extensions: https://www.boost.org) library is used.
|
||||
Boost (C++ Standard Extensions: http://www.boost.org) library is used.
|
||||
|
||||
Install the %{name} package if you need a library of basic C++ objects
|
||||
for Airline Schedule Management, mainly for simulation purpose.
|
||||
|
|
@ -59,7 +61,8 @@ online (https://%{name}.org).
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -n %{name}-%{name}-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%cmake
|
||||
|
|
@ -87,21 +90,26 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/{NEWS,README.md,AUTHORS}
|
|||
%{_mandir}/man1/%{name}.1.*
|
||||
|
||||
%files devel
|
||||
%license COPYING
|
||||
%{_includedir}/%{name}/
|
||||
%{_includedir}/%{name}
|
||||
%{_bindir}/%{name}-config
|
||||
%{_libdir}/lib%{name}.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_libdir}/cmake/%{name}/
|
||||
%{_datadir}/aclocal/%{name}.m4
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/CMake
|
||||
%{_mandir}/man1/%{name}-config.1.*
|
||||
%{_mandir}/man3/%{name}-library.3.*
|
||||
|
||||
%files doc
|
||||
%doc %{_docdir}/%{name}/
|
||||
%doc %{_docdir}/%{name}/html
|
||||
%license COPYING
|
||||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.01.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.01.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
%autochangelog
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (airtsp-1.01.16.tar.gz) = 7facefa7b84777128b3193acb9dbef89cf7ddedf2d4cefdb90abc94d71db2ae7c3a253df23a353e8503b0e327fa0de316c130a2a5f6b01f6d9121538b32b6c6d
|
||||
SHA512 (airtsp-1.01.9.tar.gz) = 90567d67f33729de5aba47670165b8a13b7c8ee210168872bbca3b07f7f35ad82f94a4b0a36da8161d7b549ef033b732b08213e8ca3e5fb2cf3ef3730001e5c6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue