# # spec file for package thunk-gen # Name: thunk-gen Version: 0.0.git.93.66e63fde Release: 1%{?dist} Summary: thunk generator BuildArch: noarch Group: Development/Tools License: GPLv3+ URL: https://github.com/dosemu2/thunk_gen VCS: git+https://github.com/stsp/thunk_gen.git#66e63fde607ff42993997deaa39a6e71f1a5b1ff: Source0: thunk_gen-66e63fde.tar.gz BuildRequires: meson Requires: autoconf Requires: pkgconf-pkg-config Requires: python3 Requires: python3-ply %description Thunk generator for C and assembler code. %prep %setup -T -b 0 -q -n thunk_gen %build ./configure --prefix %{_prefix} build %check %define debug_package %{nil} %install meson install -C build --destdir %{buildroot} %files %defattr(-,root,root) %{_datadir}/thunk_gen/* %{_datadir}/pkgconfig/thunk_gen.pc %changelog