# SPEC file overview: # https://docs.fedoraproject.org/en-US/quick-docs/creating-rpm-packages/#con_rpm-spec-file-overview # Fedora packaging guidelines: # https://docs.fedoraproject.org/en-US/packaging-guidelines/ Name: ansible-collection-theforeman-foreman Version: 0.0.0 Release: 0%{?dist} Summary: The Foreman Project Ansible modules collection License: GPL3 URL: https://theforeman.org/plugins/foreman-ansible-modules Source0: https://codeload.github.com/theforeman/foreman-ansible-modules/tar.gz/master#/ansible-collection-theforeman-foreman-0.0.0.tar.gz Requires: ansible >= 2.8 %description Collection %prep %setup -q -n foreman-ansible-modules-master %build %install mkdir -p %{buildroot}%{_datadir}/ansible/collections cp -pR . %{buildroot}%{_datadir}/ansible/collections/theforeman.foreman %files %{_datadir}/ansible/collections/theforeman.foreman %license LICENSE %changelog * Wed Jul 17 2019 Evgeni Golov - 0.0.0-0 - Initial package