Compare commits
19 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
528a84eee8 | ||
|
|
50eff46dd3 | ||
|
|
8fa3840ef9 | ||
|
|
a3de03c79d | ||
|
|
76a4498577 | ||
|
|
ee1e9e5c60 | ||
|
|
7b464e64cb | ||
|
|
d50ffc14cd | ||
|
|
137dc951b1 | ||
|
|
7d3b2094d7 | ||
|
|
44afac8bcf | ||
|
|
948e6c993b | ||
|
|
4a55994d00 | ||
|
|
c30322ffdb | ||
|
|
4f5828f3a9 | ||
|
|
c68b3047f6 | ||
|
|
fa1fcae7ad | ||
|
|
b7f80150e9 | ||
|
|
7af78bb75a |
2 changed files with 16 additions and 24 deletions
38
airtsp.spec
38
airtsp.spec
|
|
@ -1,25 +1,23 @@
|
|||
# Force out of source build
|
||||
%undefine __cmake_in_source_build
|
||||
|
||||
#
|
||||
Name: airtsp
|
||||
Version: 1.01.9
|
||||
Release: 3%{?dist}
|
||||
Version: 1.01.16
|
||||
Release: %autorelease
|
||||
|
||||
Summary: C++ Simulated Airline Travel Solution Provider Library
|
||||
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/airsim/%{name}
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: soci-devel
|
||||
BuildRequires: soci-mysql-devel
|
||||
BuildRequires: soci-sqlite3-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: stdair-devel
|
||||
|
||||
BuildRequires: soci-postgresql-devel
|
||||
BuildRequires: pkgconfig(readline)
|
||||
BuildRequires: pkgconfig(stdair)
|
||||
|
||||
%description
|
||||
%{name} aims at providing a clean API and a simple implementation, as
|
||||
|
|
@ -29,7 +27,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: 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 Schedule Management, mainly for simulation purpose.
|
||||
|
|
@ -61,8 +59,7 @@ online (https://%{name}.org).
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{name}-%{version}
|
||||
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%cmake
|
||||
|
|
@ -90,26 +87,21 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/{NEWS,README.md,AUTHORS}
|
|||
%{_mandir}/man1/%{name}.1.*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}
|
||||
%license COPYING
|
||||
%{_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}/html
|
||||
%doc %{_docdir}/%{name}/
|
||||
%license COPYING
|
||||
|
||||
|
||||
%changelog
|
||||
* 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.9.tar.gz) = 90567d67f33729de5aba47670165b8a13b7c8ee210168872bbca3b07f7f35ad82f94a4b0a36da8161d7b549ef033b732b08213e8ca3e5fb2cf3ef3730001e5c6
|
||||
SHA512 (airtsp-1.01.16.tar.gz) = 7facefa7b84777128b3193acb9dbef89cf7ddedf2d4cefdb90abc94d71db2ae7c3a253df23a353e8503b0e327fa0de316c130a2a5f6b01f6d9121538b32b6c6d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue