Compare commits
10 commits
epel9-next
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cd837f2b6 | ||
|
|
6842c45706 | ||
|
|
3c3bda8b00 | ||
|
|
27709797d6 | ||
|
|
dbd2803348 | ||
|
|
72d0fd197e | ||
|
|
621bc01d45 | ||
|
|
0c45345de4 | ||
|
|
d6805e9f58 | ||
|
|
259c84b012 |
2 changed files with 7 additions and 5 deletions
10
airinv.spec
10
airinv.spec
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
Name: airinv
|
||||
Version: 1.00.9
|
||||
Version: 1.00.14
|
||||
Release: %autorelease
|
||||
|
||||
Summary: C++ Simulated Airline Inventory Management System library
|
||||
|
|
@ -13,9 +13,11 @@ BuildRequires: cmake
|
|||
BuildRequires: boost-devel
|
||||
BuildRequires: pkgconfig(readline)
|
||||
BuildRequires: pkgconfig(libzmq)
|
||||
BuildRequires: cppzmq-devel
|
||||
BuildRequires: pkgconfig(cppzmq)
|
||||
BuildRequires: soci-devel
|
||||
BuildRequires: soci-mysql-devel
|
||||
BuildRequires: soci-sqlite3-devel
|
||||
BuildRequires: soci-postgresql-devel
|
||||
BuildRequires: pkgconfig(stdair)
|
||||
BuildRequires: pkgconfig(airrac)
|
||||
BuildRequires: pkgconfig(rmol)
|
||||
|
|
@ -92,13 +94,13 @@ rm -f %{buildroot}%{_docdir}/%{name}/{NEWS,README,AUTHORS}
|
|||
%{_mandir}/man1/AirInvServer.1.*
|
||||
|
||||
%files devel
|
||||
%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.*
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (airinv-1.00.9.tar.gz) = 574e4e5558f2edf462875b7e5c97d4612879f244cd6876f591c8db61ae2dcfd75224c363e4840e4ecb5a60354b09cc47c574528e4436e25e090f6bb570af399c
|
||||
SHA512 (airinv-1.00.14.tar.gz) = f5b42ef2c99e77bfe9aebd7ec654e7b8956ffc2d4958d2811bd78c19f9d8f79f03ef9aba9ba3335a62e6b0b8bd4f2208544c0248e25ecc843be5bb28410829b5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue