Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
2 changed files with 5 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
Name: airrac
|
||||
Version: 1.00.15
|
||||
Version: 1.00.9
|
||||
Release: %autorelease
|
||||
|
||||
Summary: C++ Simulated Revenue Accounting (RAC) System Library
|
||||
|
|
@ -12,12 +12,11 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.
|
|||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: soci-devel
|
||||
BuildRequires: soci-mysql-devel
|
||||
BuildRequires: soci-sqlite3-devel
|
||||
BuildRequires: soci-postgresql-devel
|
||||
BuildRequires: pkgconfig(readline)
|
||||
BuildRequires: pkgconfig(stdair)
|
||||
BuildRequires: mysql-devel
|
||||
|
||||
%description
|
||||
%{name} is a C++ library of airline revenue accounting classes and
|
||||
|
|
@ -85,13 +84,13 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/{NEWS,README.md,AUTHORS}
|
|||
%{_mandir}/man1/%{name}.1.*
|
||||
|
||||
%files devel
|
||||
%license COPYING
|
||||
%{_includedir}/%{name}/
|
||||
%{_bindir}/%{name}-config
|
||||
%{_libdir}/lib%{name}.so
|
||||
%{_libdir}/cmake/%{name}/
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_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 (airrac-1.00.15.tar.gz) = 8d3d4d718ee337002cc310d7c5306077c3317353f8e3cd5d182c25cdac59da5c0be04016e1281714bb659f6734719355d0b3fa46adff07a584f436c57b836b9f
|
||||
SHA512 (airrac-1.00.9.tar.gz) = ade0f57e8846e8889afdecdce5b7101b4fdc77eccbe9fc0bf9450b32e49df884d3d12c221e9ecaff3a0bf3739b9d017bcc5169a7481a28757478d28f23ce6eb7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue