forked from pool/python-exiv2
- Fix building.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=29
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 23:34:32 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Fix building.
|
||||
- Enable tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user