14
0
forked from pool/python-pychm
2023-06-29 17:00:01 +00:00
committed by Git OBS Bridge
parent f3833a6ed9
commit ca095e0d08
2 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 29 16:59:51 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Clean up SPEC file.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 28 13:35:34 UTC 2023 - ecsos <ecsos@opensuse.org> Wed Jun 28 13:35:34 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pychm # spec file
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define pkgname pychm
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
%define pkgname pychm
Name: python-%{pkgname} Name: python-%{pkgname}
Version: 0.8.6 Version: 0.8.6
Release: 0 Release: 0
@@ -52,7 +51,9 @@ export CFLAGS="%{optflags}"
%fdupes %{buildroot} %fdupes %{buildroot}
%files %{python_files} %files %{python_files}
%doc COPYING README %license COPYING
%{python_sitearch}/* %doc README
%{python_sitearch}/chm
%{python_sitearch}/pychm-%{version}*-info
%changelog %changelog