SHA256
3
0
forked from pool/libeconf

Accepting request 1125417 from home:aplanas:branches:devel:microos

- Do not requires the library for the documentation

OBS-URL: https://build.opensuse.org/request/show/1125417
OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=17
This commit is contained in:
Stefan Schubert 2023-11-14 10:05:31 +00:00 committed by Git OBS Bridge
parent 12e719a8de
commit 45025ac905
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 13 07:55:36 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>
- Do not requires the library for the documentation
------------------------------------------------------------------ ------------------------------------------------------------------
Wed Nov 8 12:45:07 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com> Wed Nov 8 12:45:07 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>

View File

@ -16,6 +16,7 @@
# #
%{?sle15_python_module_pythons}
%define skip_python39 1 %define skip_python39 1
Name: python-libeconf Name: python-libeconf
Version: 0.6.0 Version: 0.6.0
@ -40,7 +41,6 @@ Python bindings for libeconf
%package -n python-libeconf-doc %package -n python-libeconf-doc
Summary: Man page for python-libeconf Summary: Man page for python-libeconf
Requires: python-libeconf
%description -n python-libeconf-doc %description -n python-libeconf-doc
Man page for python-lineconf Man page for python-lineconf
@ -57,8 +57,9 @@ mkdir -p %{buildroot}/usr/share/man/man3
cp docs/python-libeconf.3 %{buildroot}%{_mandir}/man3/ cp docs/python-libeconf.3 %{buildroot}%{_mandir}/man3/
%files %python_files %files %python_files
%{python_sitelib}/ %{python_sitelib}
%pycache_only %{python_sitelib}/__pycache__ # The cache is not always present
#pycache_only %{python_sitelib}/__pycache__
%files -n python-libeconf-doc %files -n python-libeconf-doc
%defattr(-,root,root) %defattr(-,root,root)