Upstream upgrade
This commit is contained in:
commit
4ac5b3f709
2 changed files with 17 additions and 24 deletions
39
airinv.spec
39
airinv.spec
|
|
@ -1,30 +1,25 @@
|
|||
# Force out of source build
|
||||
%undefine __cmake_in_source_build
|
||||
|
||||
#
|
||||
Name: airinv
|
||||
Version: 1.00.7
|
||||
Release: 1%{?dist}
|
||||
Version: 1.00.9
|
||||
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-mysql-devel
|
||||
BuildRequires: soci-sqlite3-devel
|
||||
BuildRequires: stdair-devel
|
||||
BuildRequires: airrac-devel
|
||||
BuildRequires: rmol-devel
|
||||
BuildRequires: sevmgr-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 +54,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,7 +92,7 @@ rm -f %{buildroot}%{_docdir}/%{name}/{NEWS,README,AUTHORS}
|
|||
%{_mandir}/man1/AirInvServer.1.*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}
|
||||
%{_includedir}/%{name}/
|
||||
%{_bindir}/%{name}-config
|
||||
%{_libdir}/lib%{name}.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
|
@ -109,11 +103,10 @@ rm -f %{buildroot}%{_docdir}/%{name}/{NEWS,README,AUTHORS}
|
|||
%{_mandir}/man3/%{name}-library.3.*
|
||||
|
||||
%files doc
|
||||
%doc %{_docdir}/%{name}/html
|
||||
%doc %{_docdir}/%{name}/
|
||||
%license COPYING
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 14 2022 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.7-1
|
||||
- First build on EPEL 9
|
||||
%autochangelog
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (airinv-1.00.7.tar.gz) = d9c96080daf9d8e7f19618f4c65c6105732920dffd575d54a5576b873eb8ef5f077280bbc9f8f3c599cb09e2a63cf3a4d60cd04d3b018ae41c7249e247fea13a
|
||||
SHA512 (airinv-1.00.9.tar.gz) = 574e4e5558f2edf462875b7e5c97d4612879f244cd6876f591c8db61ae2dcfd75224c363e4840e4ecb5a60354b09cc47c574528e4436e25e090f6bb570af399c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue