automatic version update by autodist [release 0.14.2-1mamba;Thu Jul 27 2023]

This commit is contained in:
Automatic Build System 2024-01-05 22:42:30 +01:00
parent 9627eae18c
commit 6e0ffaad35

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: gexiv2 Name: gexiv2
Version: 0.14.1 Version: 0.14.2
Release: 1mamba Release: 1mamba
Summary: A GObject-based wrapper around the Exiv2 library Summary: A GObject-based wrapper around the Exiv2 library
Group: System/Libraries Group: System/Libraries
@ -39,6 +39,14 @@ Requires: pkg-config
%description -n lib%{name}-devel %description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}. 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 %debug_package
%prep %prep
@ -63,8 +71,6 @@ This package contains libraries and header files for developing applications tha
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libgexiv2.so.* %{_libdir}/libgexiv2.so.*
%{_libdir}/girepository-1.0/GExiv2-*.typelib %{_libdir}/girepository-1.0/GExiv2-*.typelib
#%{python27_sitearch}/gi/overrides/GExiv2.py
%{python3_sitelib}/gi/overrides/GExiv2.py
%doc AUTHORS COPYING THANKS %doc AUTHORS COPYING THANKS
%files -n lib%{name}-devel %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/* #%{_datadir}/gtk-doc/html/gexiv2/*
%doc NEWS README %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 %changelog
* Thu Jul 27 2023 Automatic Build System <autodist@mambasoft.it> 0.14.2-1mamba
- automatic version update by autodist
* Mon May 08 2023 Automatic Build System <autodist@mambasoft.it> 0.14.1-1mamba * Mon May 08 2023 Automatic Build System <autodist@mambasoft.it> 0.14.1-1mamba
- automatic version update by autodist - automatic version update by autodist