update to 0.14.2

(cherry picked from commit eb1dfd76370d08076bcbd63443961d4a6745dcff)
This commit is contained in:
dillon_chen 2023-09-08 16:33:51 +08:00 committed by openeuler-sync-bot
parent 3554dbe861
commit df176f5287
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
gexiv2-0.14.2.tar.xz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: libgexiv2
Version: 0.14.0
Version: 0.14.2
Release: 1
Summary: Gexiv2 is a GObject wrapper around the Exiv2 photo metadata library.
License: GPLv2+
@ -38,7 +38,7 @@ This package contains support for python3
%build
%meson \
-Dgtk_doc=true \
-Dpython3_girdir=%{python3_sitearch}/gi/overrides \
-Dtests=true \
%{nil}
%meson_build
@ -70,14 +70,17 @@ This package contains support for python3
%{_datadir}/vala/vapi/gexiv2.deps
%files -n python3-gexiv2
%{python3_sitearch}/gi/overrides/__pycache__/GExiv2*
%{python3_sitearch}/gi/overrides/GExiv2.py
%{_prefix}/lib/python%{python3_version}/site-packages/gi/overrides/__pycache__/GExiv2*
%{_prefix}/lib/python%{python3_version}/site-packages/gi/overrides/GExiv2.py
%files help
%{_datadir}/gtk-doc/html/gexiv2/
%{_datadir}/vala/vapi/gexiv2.vapi
%changelog
* Fri Sep 8 2023 dillon chen <dillon.chen@gmail.com> - 0.14.2-1
- Update to 0.14.2
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.14.0-1
- Update to 0.14.0