From 414ff413e90e836767e6cd845888f83c665e061b Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Nov 16 2021 09:59:12 +0000 Subject: place ansible/cico.py into /usr/share/cicoclient --- diff --git a/SPECS/python-cicoclient.spec b/SPECS/python-cicoclient.spec index 2f8220a..b88c241 100644 --- a/SPECS/python-cicoclient.spec +++ b/SPECS/python-cicoclient.spec @@ -106,6 +106,9 @@ install -p -D -m 644 man/python-cicoclient.1 %{buildroot}%{_mandir}/man1/cico.1 # Fix hidden-file-or-dir warnings rm -rf html/.doctrees html/.buildinfo +# place ansible/cico.py into /usr/share/cicoclient +install -p -D -m 644 cicoclient/ansible/cico.py %{buildroot}%{_datadir}/cicoclient/ansible/cico.py + %files %license LICENSE %doc README.rst @@ -119,6 +122,7 @@ rm -rf html/.doctrees html/.buildinfo %{python3_sitelib}/*.egg-info %endif %{_mandir}/man1/cico.1* +%{_datadir}/cicoclient %files doc %license LICENSE