Name: galaxycollection-to-rpm Version: 0.0.1 Release: 1 Summary: Create RPM spec for an Ansible Galaxy collection License: Apache 2.0 URL: https://github.com/javierpena/galaxy-collection-to-rpm Source0: https://github.com/javierpena/galaxy-collection-to-rpm/archive/%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools Requires: python3-jinja2 Requires: python3-requests Requires: python3-setuptools %description Create RPM spec for an Ansible Galaxy collection. %prep %autosetup -n galaxy-collection-to-rpm-%{version} %build %py3_build %install %py3_install %files %license LICENSE %doc README.rst %{python3_sitelib}/galaxycollection_to_rpm %{python3_sitelib}/galaxycollection_to_rpm-*.egg-info %{_bindir}/galaxy-collection-to-rpm %changelog