%global sum Podman wrapper %global pod 0b1f219c4555b2576a9a703b93065f5b302d4281 %global hub 5962579cc01c5283fa75892aa5615ece46ed4f84 %global debug_package %{nil} Name: podenv Version: 0.0.1 Release: 1%{?dist} Summary: %{sum} License: ASL URL: https://github.com/podenv Source0: https://github.com/podenv/podenv/archive/%{pod}.tar.gz Source1: https://github.com/podenv/hub/archive/%{hub}.tar.gz BuildRequires: tar BuildRequires: python3-devel Requires: python3-pyyaml Requires: dhall %description %{sum}. %prep %autosetup -n podenv-%{pod} %build %py3_build %install %py3_install install -m 0755 -d %{buildroot}/usr/share/podenv/hub tar -C %{buildroot}/usr/share/podenv/hub --strip-components=1 -xzf %{SOURCE1} %files %{_bindir}/podenv %{python3_sitelib}/podenv* /usr/share/podenv %changelog * Mon Jan 27 2020 Tristan Cacqueray - - Initial build.