15
0
forked from pool/python-exiv2
2024-11-26 01:54:50 +00:00
committed by Git OBS Bridge
parent ca0eaf170b
commit daf18d6d79
2 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
-------------------------------------------------------------------
Mon Nov 25 23:34:32 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Fix building.
- Enable tests.
-------------------------------------------------------------------

View File

@@ -22,10 +22,12 @@ Release: 0
Summary: Python3 bindings for the exiv2 library
License: GPL-3.0-only
Group: Development/Languages/Python
URL: https://launchpad.net/py3exiv2
URL: https://github.com/jim-easterbrook/python-exiv2
Source: https://github.com/jim-easterbrook/python-exiv2/archive/refs/tags/%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libboost_python3-devel
@@ -48,10 +50,10 @@ easy manipulation of image metadata.
%autosetup -p1
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check