Modernized the spec file
This commit is contained in:
parent
e1eec39668
commit
acaffc1d15
1 changed files with 8 additions and 4 deletions
12
airinv.spec
12
airinv.spec
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
Name: airinv
|
||||
Version: 1.00.8
|
||||
Release: %autorelease
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: C++ Simulated Airline Inventory Management System library
|
||||
License: LGPL-2.1-or-later
|
||||
|
|
@ -11,9 +11,9 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.
|
|||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: pkgconfig(readline)
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: pkgconfig(libzmq)
|
||||
BuildRequires: pkgconfig(cppzmq)
|
||||
BuildRequires: zeromq-devel
|
||||
BuildRequires: soci-mysql-devel
|
||||
BuildRequires: soci-sqlite3-devel
|
||||
BuildRequires: pkgconfig(stdair)
|
||||
|
|
@ -58,7 +58,8 @@ online (https://github.com/airsim/%{name}).
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake
|
||||
|
|
@ -108,5 +109,8 @@ rm -f %{buildroot}%{_docdir}/%{name}/{NEWS,README,AUTHORS}
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 14 2023 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.8-1
|
||||
- Upstream upgrade
|
||||
|
||||
%autochangelog
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue