Compare commits

...
Sign in to create a new pull request.

16 commits

Author SHA1 Message Date
Fedora Release Engineering
1cd837f2b6 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-16 03:32:00 +00:00
Denis Arnaud
6842c45706 Upstream upgrade 2025-12-25 00:31:30 +01:00
Denis Arnaud
3c3bda8b00 Upstream upgrade 2025-12-17 12:35:06 +01:00
Fedora Release Engineering
27709797d6 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 16:50:41 +00:00
Pavol Sloboda
dbd2803348 Removed the redundant BuildRequires of mysql-devel
I have removed the redundant BuildRequires of mysql-devel as it is
already uncoditionally required by soci-mysql-devel, which is in turn
uncoditionally required by this package thus being available in the
build chroot transitively.
2025-05-05 16:19:56 +02:00
Denis Arnaud
72d0fd197e Upstream upgrade 2025-03-31 12:39:35 +02:00
Denis Arnaud
621bc01d45 Upstream upgrade 2025-03-31 10:35:40 +02:00
Denis Arnaud
0c45345de4 Trying to fix the issue related to MySQL library 2025-01-27 00:49:48 +01:00
Fedora Release Engineering
d6805e9f58 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-16 10:45:09 +00:00
Fedora Release Engineering
259c84b012 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-17 16:44:59 +00:00
Denis Arnaud
b9712f2fc6 Upstream upgrade 2024-03-23 23:19:59 +01:00
Fedora Release Engineering
a627ca2544 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-22 22:48:36 +00:00
Fedora Release Engineering
2dee6d993d Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-19 12:28:05 +00:00
Jonathan Wakely
041106073b Rebuilt for Boost 1.83 2024-01-18 08:06:24 +00:00
Denis Arnaud
259869e25d Modernized the spec file 2023-11-14 14:48:24 +01:00
Denis Arnaud
4fa5dd5352 Modernized the spec file 2023-11-14 14:46:00 +01:00
2 changed files with 20 additions and 33 deletions

View file

@ -1,30 +1,27 @@
# Force out of source build
%undefine __cmake_in_source_build
#
Name: airinv
Version: 1.00.8
Release: 2%{?dist}
Version: 1.00.14
Release: %autorelease
Summary: C++ Simulated Airline Inventory Management System 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: readline-devel
BuildRequires: zeromq-devel
BuildRequires: cppzmq-devel
BuildRequires: sevmgr-devel
BuildRequires: pkgconfig(readline)
BuildRequires: pkgconfig(libzmq)
BuildRequires: pkgconfig(cppzmq)
BuildRequires: soci-devel
BuildRequires: soci-mysql-devel
BuildRequires: soci-sqlite3-devel
BuildRequires: stdair-devel
BuildRequires: airrac-devel
BuildRequires: rmol-devel
BuildRequires: sevmgr-devel
BuildRequires: soci-postgresql-devel
BuildRequires: pkgconfig(stdair)
BuildRequires: pkgconfig(airrac)
BuildRequires: pkgconfig(rmol)
BuildRequires: pkgconfig(sevmgr)
%description
%{name} is a C++ library of airline inventory management classes and
@ -59,12 +56,11 @@ BuildRequires: ghostscript
This package contains HTML pages, as well as a PDF reference manual,
for %{name}. All that documentation is generated thanks to Doxygen
(https://doxygen.org). The content is the same as what can be browsed
online (https://%{name}.org).
online (https://github.com/airsim/%{name}).
%prep
%autosetup -n %{name}-%{name}-%{version}
%autosetup
%build
%cmake
@ -98,30 +94,21 @@ rm -f %{buildroot}%{_docdir}/%{name}/{NEWS,README,AUTHORS}
%{_mandir}/man1/AirInvServer.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 Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon May 01 2023 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.8-1
- Upstream upgrade
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 1.00.7-4
- Rebuilt for Boost 1.81
%autochangelog

View file

@ -1 +1 @@
SHA512 (airinv-1.00.8.tar.gz) = f7d18ca432c658ce2099427e0851f6be98f2e70846afbdc53b4ba34ce60d04e6d93c6c0af140989d48b44daff5e3fcbb5f0908fd6186ce16d0adb4ee8b70b2d8
SHA512 (airinv-1.00.14.tar.gz) = f5b42ef2c99e77bfe9aebd7ec654e7b8956ffc2d4958d2811bd78c19f9d8f79f03ef9aba9ba3335a62e6b0b8bd4f2208544c0248e25ecc843be5bb28410829b5