# # spec file for package thunk-gen # Name: thunk-gen Version: 0.0.git.49.6803f55f Release: 1%{?dist} Summary: thunk generator Group: Development/Tools License: GPLv3+ URL: https://github.com/dosemu2/thunk_gen VCS: git+https://github.com/stsp/thunk_gen.git#6803f55fc12f3eb92ef1c2a73a8fa6f051bb85a5: Source0: thunk_gen-6803f55f.tar.gz BuildRequires: bash BuildRequires: meson BuildRequires: bison BuildRequires: flex BuildRequires: gcc BuildRequires: binutils Requires: bash Requires: autoconf Requires: pkgconf-pkg-config %description Thunk generator for C and assembler code. %prep %setup -T -b 0 -q -n thunk_gen %build ./configure --prefix %{_prefix} build meson compile --verbose -C build %{?_smp_mflags} %check %install meson install -C build --destdir %{buildroot} %files %defattr(-,root,root) %{_libexecdir}/thunk_gen/* %{_datadir}/thunk_gen/* %{_datadir}/pkgconfig/thunk_gen.pc %changelog