!3 upgrade version to 0.12.1
From: @run-is-pig Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
947d06d9fe
Binary file not shown.
BIN
gexiv2-0.12.1.tar.xz
Normal file
BIN
gexiv2-0.12.1.tar.xz
Normal file
Binary file not shown.
@ -1,14 +1,14 @@
|
|||||||
Name: libgexiv2
|
Name: libgexiv2
|
||||||
Version: 0.10.8
|
Version: 0.12.1
|
||||||
Release: 6
|
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.10/gexiv2-%{version}.tar.xz
|
||||||
|
|
||||||
#Dependency
|
#Dependency
|
||||||
BuildRequires: gcc-c++ exiv2-devel gobject-introspection-devel
|
BuildRequires: gcc-c++ exiv2-devel gobject-introspection-devel meson
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool gtk-doc vala
|
||||||
BuildRequires: vala python3-devel python3-gobject-base
|
BuildRequires: vala python3-devel python3-gobject-base
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -37,15 +37,18 @@ This package contains support for python3
|
|||||||
%autosetup -n gexiv2-%{version} -p1
|
%autosetup -n gexiv2-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-introspection --enable-static=no --enable-shared=yes
|
%meson \
|
||||||
%make_build
|
-Dgtk_doc=true\
|
||||||
|
-Dpython3_girdir=%{python3_sitearch}/gi/overrides\
|
||||||
|
%{nil}
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check
|
%meson_test
|
||||||
|
|
||||||
#Install and uninstall scripts
|
#Install and uninstall scripts
|
||||||
%pre
|
%pre
|
||||||
@ -65,6 +68,7 @@ make %{?_smp_mflags} check
|
|||||||
%{_libdir}/libgexiv2.so
|
%{_libdir}/libgexiv2.so
|
||||||
%{_libdir}/pkgconfig/gexiv2.pc
|
%{_libdir}/pkgconfig/gexiv2.pc
|
||||||
%{_datadir}/gir-1.0/GExiv2-0.10.gir
|
%{_datadir}/gir-1.0/GExiv2-0.10.gir
|
||||||
|
%{_datadir}/vala/vapi/gexiv2.deps
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_datadir}/gtk-doc/html/gexiv2/
|
%{_datadir}/gtk-doc/html/gexiv2/
|
||||||
@ -75,6 +79,9 @@ make %{?_smp_mflags} check
|
|||||||
%{python3_sitearch}/gi/overrides/GExiv2.py
|
%{python3_sitearch}/gi/overrides/GExiv2.py
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 0.10.8-6
|
||||||
- Type:bufix
|
- Type:bufix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user