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