diff --git a/gexiv2.spec b/gexiv2.spec index 5c7ba95..44bc485 100644 --- a/gexiv2.spec +++ b/gexiv2.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: gexiv2 -Version: 0.14.1 +Version: 0.14.2 Release: 1mamba Summary: A GObject-based wrapper around the Exiv2 library Group: System/Libraries @@ -39,6 +39,14 @@ Requires: pkg-config %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. +%package -n python-%{name} +Group: System/Libraries/Python +Summary: Python bindings to %{name} +Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description -n python-%{name} +This package contains the Python bindings to %{name}. + %debug_package %prep @@ -63,8 +71,6 @@ This package contains libraries and header files for developing applications tha %defattr(-,root,root) %{_libdir}/libgexiv2.so.* %{_libdir}/girepository-1.0/GExiv2-*.typelib -#%{python27_sitearch}/gi/overrides/GExiv2.py -%{python3_sitelib}/gi/overrides/GExiv2.py %doc AUTHORS COPYING THANKS %files -n lib%{name}-devel @@ -79,7 +85,15 @@ This package contains libraries and header files for developing applications tha #%{_datadir}/gtk-doc/html/gexiv2/* %doc NEWS README +%files -n python-%{name} +%defattr(-,root,root) +%{python3_sitelib}/gi/overrides/__pycache__/GExiv2.cpython*.pyc +%{python3_sitelib}/gi/overrides/GExiv2.py + %changelog +* Thu Jul 27 2023 Automatic Build System 0.14.2-1mamba +- automatic version update by autodist + * Mon May 08 2023 Automatic Build System 0.14.1-1mamba - automatic version update by autodist