Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cd837f2b6 | ||
|
|
6842c45706 | ||
|
|
3c3bda8b00 | ||
|
|
27709797d6 | ||
|
|
dbd2803348 | ||
|
|
72d0fd197e | ||
|
|
621bc01d45 | ||
|
|
0c45345de4 | ||
|
|
d6805e9f58 | ||
|
|
259c84b012 | ||
|
|
b9712f2fc6 | ||
|
|
a627ca2544 | ||
|
|
2dee6d993d | ||
|
|
041106073b |
2 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
Name: airinv
|
||||
Version: 1.00.8
|
||||
Version: 1.00.14
|
||||
Release: %autorelease
|
||||
|
||||
Summary: C++ Simulated Airline Inventory Management System library
|
||||
|
|
@ -14,8 +14,10 @@ BuildRequires: boost-devel
|
|||
BuildRequires: pkgconfig(readline)
|
||||
BuildRequires: pkgconfig(libzmq)
|
||||
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.8.tar.gz) = 0f943ce165edbe699f4092d6362b2bb125d19b8a1e3ac8d09e4db24abd361c25249637c986abae0d82f931ff90120495afc05066917b00d78da1b19e560d2655
|
||||
SHA512 (airinv-1.00.14.tar.gz) = f5b42ef2c99e77bfe9aebd7ec654e7b8956ffc2d4958d2811bd78c19f9d8f79f03ef9aba9ba3335a62e6b0b8bd4f2208544c0248e25ecc843be5bb28410829b5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue