Compare commits
21 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cd837f2b6 | ||
|
|
6842c45706 | ||
|
|
3c3bda8b00 | ||
|
|
27709797d6 | ||
|
|
dbd2803348 | ||
|
|
72d0fd197e | ||
|
|
621bc01d45 | ||
|
|
0c45345de4 | ||
|
|
d6805e9f58 | ||
|
|
259c84b012 | ||
|
|
b9712f2fc6 | ||
|
|
a627ca2544 | ||
|
|
2dee6d993d | ||
|
|
041106073b | ||
|
|
259869e25d | ||
|
|
4fa5dd5352 | ||
|
|
b271c907e6 | ||
|
|
1740e0b46e | ||
|
|
18a22b5be6 | ||
|
|
3cc7b94dd8 | ||
|
|
61c9722250 |
2 changed files with 21 additions and 27 deletions
46
airinv.spec
46
airinv.spec
|
|
@ -1,30 +1,27 @@
|
|||
# Force out of source build
|
||||
%undefine __cmake_in_source_build
|
||||
|
||||
#
|
||||
Name: airinv
|
||||
Version: 1.00.7
|
||||
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,23 +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 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
%autochangelog
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (airinv-1.00.7.tar.gz) = d9c96080daf9d8e7f19618f4c65c6105732920dffd575d54a5576b873eb8ef5f077280bbc9f8f3c599cb09e2a63cf3a4d60cd04d3b018ae41c7249e247fea13a
|
||||
SHA512 (airinv-1.00.14.tar.gz) = f5b42ef2c99e77bfe9aebd7ec654e7b8956ffc2d4958d2811bd78c19f9d8f79f03ef9aba9ba3335a62e6b0b8bd4f2208544c0248e25ecc843be5bb28410829b5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue