- Switch to autosetup and pyproject macros.

- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dkimpy?expand=0&rev=13
This commit is contained in:
2024-02-29 03:26:30 +00:00
committed by Git OBS Bridge
parent e11d0aed9a
commit dfb807b1ad
2 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 29 03:25:54 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Sat Jan 6 18:02:16 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -26,7 +26,9 @@ License: BSD-2-Clause
URL: https://launchpad.net/dkimpy
Source: https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-%{version}.tar.gz
Patch0: no-optional.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: openssl
BuildRequires: python-rpm-macros
@@ -35,7 +37,7 @@ Requires: python-authres
Requires: python-dnspython >= 1.16
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module PyNaCl}
@@ -49,14 +51,13 @@ BuildRequires: %{python_module pytest}
DKIM (DomainKeys Identified Mail)
%prep
%setup -q -n dkimpy-%{version}
%patch0 -p1
%autosetup -p1 -n dkimpy-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
for c in %{commands}; do
%python_clone -a %{buildroot}%{_mandir}/man1/$c.1
%python_clone -a %{buildroot}%{_bindir}/$c
@@ -89,6 +90,7 @@ done
%python_alternative %{_mandir}/man1/dkimsign.1%{?ext_man}
%python_alternative %{_mandir}/man1/dkimverify.1%{?ext_man}
%python_alternative %{_mandir}/man1/dknewkey.1%{?ext_man}
%{python_sitelib}/*
%{python_sitelib}/dkim
%{python_sitelib}/dkimpy-%{version}.dist-info
%changelog