Drop the python3 sub-package
Resolves: RHEL-45529
This commit is contained in:
parent
445adb5b99
commit
3743d441ae
@ -1,6 +1,6 @@
|
|||||||
Name: libgexiv2
|
Name: libgexiv2
|
||||||
Version: 0.14.2
|
Version: 0.14.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
|
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -13,8 +13,6 @@ BuildRequires: gtk-doc
|
|||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
BuildRequires: python3-devel
|
|
||||||
BuildRequires: python3-gobject-base
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libgexiv2 is a GObject-based wrapper around the Exiv2 library.
|
libgexiv2 is a GObject-based wrapper around the Exiv2 library.
|
||||||
@ -28,21 +26,13 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
%package -n python3-gexiv2
|
|
||||||
Summary: Python3 bindings for %{name}
|
|
||||||
BuildArch: noarch
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
Requires: python3-gobject-base-noarch
|
|
||||||
|
|
||||||
%description -n python3-gexiv2
|
|
||||||
This package contains the python3 bindings for %{name}
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n gexiv2-%{version}
|
%autosetup -p1 -n gexiv2-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-Dgtk_doc=true \
|
-Dgtk_doc=true \
|
||||||
|
-Dpython3=false \
|
||||||
-Dtests=true \
|
-Dtests=true \
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
@ -74,10 +64,11 @@ This package contains the python3 bindings for %{name}
|
|||||||
%{_datadir}/vala/vapi/gexiv2.deps
|
%{_datadir}/vala/vapi/gexiv2.deps
|
||||||
%{_datadir}/vala/vapi/gexiv2.vapi
|
%{_datadir}/vala/vapi/gexiv2.vapi
|
||||||
|
|
||||||
%files -n python3-gexiv2
|
|
||||||
%pycached %{python3_sitelib}/gi/overrides/GExiv2.py
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 09 2024 Debarshi Ray <rishi@fedoraproject.org> - 0.14.2-5
|
||||||
|
- Drop the python3 sub-package
|
||||||
|
Resolves: RHEL-45529
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.14.2-4
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.14.2-4
|
||||||
- Bump release for June 2024 mass rebuild
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user