Initial commit of rpm spec file
This commit is contained in:
parent
b9d4375f5a
commit
03f1c7cca5
1 changed files with 42 additions and 0 deletions
42
misc/kima2.spec
Normal file
42
misc/kima2.spec
Normal file
|
@ -0,0 +1,42 @@
|
|||
Name: kima2
|
||||
Version: # FIXME
|
||||
Release: 1%{?dist}
|
||||
Summary: A small cash point program for children's things markets
|
||||
License: custom
|
||||
|
||||
Source0: %{name}-%{version}.tar.xz # FIXME
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig(nlohmann_json)
|
||||
BuildRequires: pkgconfig(qt5)
|
||||
BuildRequires: pkgconfig(boost)
|
||||
BuildRequires: pkgconfig(xlnt)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(libusb-1.0)
|
||||
BuildRequires: pkgconfig(qt5)
|
||||
BuildRequires: pkgconfig(threads)
|
||||
|
||||
%description
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%{_bindir}/kima2
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 11 2019 Martin Brodbeck <infor@rustysoft.de> - dev builds
|
||||
-
|
||||
|
Loading…
Reference in a new issue