Accepting request 1069731 from graphics
OBS-URL: https://build.opensuse.org/request/show/1069731 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gphoto2?expand=0&rev=10
This commit is contained in:
commit
412fcf1cb8
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 16:04:32 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Don't use fdupes -s, it hurts.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 2 14:42:48 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-gphoto2
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -28,6 +28,7 @@ Patch0: %{name}-do_not_install_data.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libgphoto2)
|
||||
%python_subpackages
|
||||
@ -51,11 +52,12 @@ chmod -x examples/*.py
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes -s %{buildroot}%{$python_sitearch}
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
%doc CHANGELOG.txt README.rst examples
|
||||
%{python_sitearch}/*
|
||||
%{python_sitearch}/gphoto2
|
||||
%{python_sitearch}/gphoto2-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user