Name: ansible-role-robertdebock-software Version: 2.1.12 Release: 1%{?dist} Summary: An ansible role to install or uninstall software on your system License: Apache-2.0 URL: https://galaxy.ansible.com/ui/standalone/roles/robertdebock/software/ Source0: https://github.com/robertdebock/ansible-role-software/releases/download/ansible-role-software-%{version}.tar.gz BuildArch: noarch BuildRequires: ansible-packaging BuildRequires: coreutils %description The purpose of this Ansible role is to install or uninstall software on your system. %prep %setup -q -n ansible-role-software-%{version} %install /usr/bin/mkdir -p $RPM_BUILD_ROOT/%{ansible_roles_dir}/robertdebock.software /usr/bin/cp -r * $RPM_BUILD_ROOT/%{ansible_roles_dir}/robertdebock.software %check # build.sla test %files %license LICENSE %doc CODE_OF_CONDUCT.md CONTRIBUTING.md README.md SECURITY.md %{ansible_roles_dir}/robertdebock.software %changelog * Sun Dec 07 2025 Emmanuel Seyman - 2.1.12-1 - Update to 2.1.12 * Sat Jun 07 2025 Emmanuel Seyman - 2.1.11-1 - Initial release on an unsuspecting world