44 lines
787 B
RPMSpec
44 lines
787 B
RPMSpec
Name: kima2
|
|
Version: 1.6.0
|
|
Release: 1%{?dist}
|
|
Summary: A small cash point program for children's things markets
|
|
License: custom
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
BuildRequires: meson
|
|
BuildRequires: gcc-c++
|
|
#BuildRequires: pkgconfig(nlohmann_json)
|
|
BuildRequires: boost-date-time
|
|
BuildRequires: sqlite-devel
|
|
BuildRequires: libusb-devel
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
#BuildRequires: pkgconfig(xlnt)
|
|
#BuildRequires: pkgconfig(pthreads)
|
|
|
|
%description
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%check
|
|
%meson_test
|
|
|
|
%files
|
|
%{_bindir}/kima2
|
|
%{_datadir}/applications/kima2.desktop
|
|
%{_datadir}/icons/hicolor/scalable/apps/kima2.svg
|
|
%{_datadir}/kima2/Benutzerhandbuch.pdf
|
|
|
|
|
|
%changelog
|
|
* Fri Oct 11 2019 Martin Brodbeck <infor@rustysoft.de> - dev builds
|
|
-
|
|
|