forked from pool/python-wakeonlan
Accepting request 806791 from home:pgajdos:python
submit OBS-URL: https://build.opensuse.org/request/show/806791 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wakeonlan?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
786873c071
commit
02c3d9872d
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 07:25:33 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
- %python3_only -> %python_alternative
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 11:20:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-wakeonlan
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -31,6 +31,8 @@ BuildRequires: %{python_module setuptools_scm >= 1.15.7}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -48,16 +50,23 @@ export LANG=en_US.UTF8
|
||||
%install
|
||||
export LANG=en_US.UTF8
|
||||
%python_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/wakeonlan
|
||||
%python_expand %fdupes %{buildroot}/%{$python_sitelib}
|
||||
|
||||
%check
|
||||
export LANG=en_US.UTF8
|
||||
%pytest
|
||||
|
||||
%post
|
||||
%python_install_alternative wakeonlan
|
||||
|
||||
%postun
|
||||
%python_uninstall_alternative wakeonlan
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%python3_only %{_bindir}/wakeonlan
|
||||
%python_alternative %{_bindir}/wakeonlan
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user