upgrade version to 0.12.1

This commit is contained in:
yeah_wang 2021-02-02 10:33:36 +08:00
parent 7bffe83aa0
commit 696bd35103
3 changed files with 15 additions and 8 deletions

Binary file not shown.

BIN
gexiv2-0.12.1.tar.xz Normal file

Binary file not shown.

View File

@ -1,14 +1,14 @@
Name: libgexiv2
Version: 0.10.8
Release: 6
Version: 0.12.1
Release: 1
Summary: Gexiv2 is a GObject wrapper around the Exiv2 photo metadata library.
License: GPLv2
URL: https://wiki.gnome.org/Projects/gexiv2
Source0: https://download.gnome.org/sources/gexiv2/0.10/gexiv2-%{version}.tar.xz
#Dependency
BuildRequires: gcc-c++ exiv2-devel gobject-introspection-devel
BuildRequires: libtool
BuildRequires: gcc-c++ exiv2-devel gobject-introspection-devel meson
BuildRequires: libtool gtk-doc vala
BuildRequires: vala python3-devel python3-gobject-base
%description
@ -37,15 +37,18 @@ This package contains support for python3
%autosetup -n gexiv2-%{version} -p1
%build
%configure --enable-introspection --enable-static=no --enable-shared=yes
%make_build
%meson \
-Dgtk_doc=true\
-Dpython3_girdir=%{python3_sitearch}/gi/overrides\
%{nil}
%meson_build
%install
%make_install
%meson_install
%delete_la
%check
make %{?_smp_mflags} check
%meson_test
#Install and uninstall scripts
%pre
@ -65,6 +68,7 @@ make %{?_smp_mflags} check
%{_libdir}/libgexiv2.so
%{_libdir}/pkgconfig/gexiv2.pc
%{_datadir}/gir-1.0/GExiv2-0.10.gir
%{_datadir}/vala/vapi/gexiv2.deps
%files help
%{_datadir}/gtk-doc/html/gexiv2/
@ -75,6 +79,9 @@ make %{?_smp_mflags} check
%{python3_sitearch}/gi/overrides/GExiv2.py
%changelog
* Tue Feb 2 2021 liudabo <liudabo1@huawei.com> - 0.12.1-1
- upgrade version to 0.12.1
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 0.10.8-6
- Type:bufix
- CVE:NA