!9 Update to 0.14.0

From: @zhang__3125 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-04-14 06:34:49 +00:00 committed by Gitee
commit 3554dbe861
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 16 additions and 14 deletions

Binary file not shown.

BIN
gexiv2-0.14.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,15 +1,14 @@
Name: libgexiv2 Name: libgexiv2
Version: 0.12.1 Version: 0.14.0
Release: 1 Release: 1
Summary: Gexiv2 is a GObject wrapper around the Exiv2 photo metadata library. Summary: Gexiv2 is a GObject wrapper around the Exiv2 photo metadata library.
License: GPLv2 License: GPLv2+
URL: https://wiki.gnome.org/Projects/gexiv2 URL: https://wiki.gnome.org/Projects/gexiv2
Source0: https://download.gnome.org/sources/gexiv2/0.10/gexiv2-%{version}.tar.xz Source0: https://download.gnome.org/sources/gexiv2/0.14/gexiv2-%{version}.tar.xz
#Dependency
BuildRequires: gcc-c++ exiv2-devel gobject-introspection-devel meson BuildRequires: gcc-c++ exiv2-devel gobject-introspection-devel meson
BuildRequires: libtool gtk-doc vala BuildRequires: libtool gtk-doc vala
BuildRequires: vala python3-devel python3-gobject-base BuildRequires: python3-devel python3-gobject-base
%description %description
gexiv2 is a GObject wrapper around the Exiv2 photo metadata library. It allows for GNOME gexiv2 is a GObject wrapper around the Exiv2 photo metadata library. It allows for GNOME
@ -23,8 +22,6 @@ Requires: %{name} = %{version}-%{release}
%description devel %description devel
Files for %{name} development Files for %{name} development
%package_help
%package -n python3-gexiv2 %package -n python3-gexiv2
Summary: Python3 support Summary: Python3 support
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
@ -33,14 +30,16 @@ Requires: python3-gobject-base
%description -n python3-gexiv2 %description -n python3-gexiv2
This package contains support for python3 This package contains support for python3
%package_help
%prep %prep
%autosetup -n gexiv2-%{version} -p1 %autosetup -n gexiv2-%{version} -p1
%build %build
%meson \ %meson \
-Dgtk_doc=true\ -Dgtk_doc=true \
-Dpython3_girdir=%{python3_sitearch}/gi/overrides\ -Dpython3_girdir=%{python3_sitearch}/gi/overrides \
%{nil} %{nil}
%meson_build %meson_build
%install %install
@ -70,15 +69,18 @@ This package contains support for python3
%{_datadir}/gir-1.0/GExiv2-0.10.gir %{_datadir}/gir-1.0/GExiv2-0.10.gir
%{_datadir}/vala/vapi/gexiv2.deps %{_datadir}/vala/vapi/gexiv2.deps
%files help
%{_datadir}/gtk-doc/html/gexiv2/
%{_datadir}/vala/vapi/gexiv2.vapi
%files -n python3-gexiv2 %files -n python3-gexiv2
%{python3_sitearch}/gi/overrides/__pycache__/GExiv2* %{python3_sitearch}/gi/overrides/__pycache__/GExiv2*
%{python3_sitearch}/gi/overrides/GExiv2.py %{python3_sitearch}/gi/overrides/GExiv2.py
%files help
%{_datadir}/gtk-doc/html/gexiv2/
%{_datadir}/vala/vapi/gexiv2.vapi
%changelog %changelog
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.14.0-1
- Update to 0.14.0
* Tue Feb 2 2021 liudabo <liudabo1@huawei.com> - 0.12.1-1 * Tue Feb 2 2021 liudabo <liudabo1@huawei.com> - 0.12.1-1
- upgrade version to 0.12.1 - upgrade version to 0.12.1