# # spec file for package thunk-gen # Name: thunk-gen Version: 0.0.git.86.fd6ce697 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#fd6ce697c2e6c986d3174c23c0962fbfc3a23882: Source0: thunk_gen-fd6ce697.tar.gz BuildRequires: meson BuildRequires: python3-ply 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 %check %define debug_package %{nil} %install meson install -C build --destdir %{buildroot} %files %defattr(-,root,root) %{_libexecdir}/thunk_gen/* %{_datadir}/thunk_gen/* %{_libdir}/pkgconfig/thunk_gen.pc %changelog