15
0
forked from pool/python-exiv2

Accepting request 1117042 from home:mimi_vx:branches:devel:languages:python

- fix files section

OBS-URL: https://build.opensuse.org/request/show/1117042
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=24
This commit is contained in:
2023-10-12 09:17:30 +00:00
committed by Git OBS Bridge
parent 69e8801cea
commit deba2425cc
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 11 15:14:43 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- fix files section
-------------------------------------------------------------------
Wed Oct 11 09:53:14 UTC 2023 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -23,9 +23,7 @@ Summary: Python3 bindings for the exiv2 library
License: GPL-3.0-only
Group: Development/Languages/Python
URL: https://launchpad.net/py3exiv2
#
Source: https://github.com/jim-easterbrook/python-exiv2/archive/refs/tags/%{version}.tar.gz
#
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -57,8 +55,7 @@ easy manipulation of image metadata.
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%files %{python_files}
%{python_sitearch}/libexiv2python.*.so
%{python_sitearch}/pyexiv2
%{python_sitearch}/py3exiv2-%{version}*-info
%{python_sitearch}/exiv2
%{python_sitearch}/exiv2-%{version}*-info
%changelog