!5 upgrade to 3.44.0

From: @dillon_chen 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2022-04-21 06:51:45 +00:00 committed by Gitee
commit 523b69cbae
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 13 additions and 11 deletions

Binary file not shown.

BIN
libdazzle-3.44.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,15 +1,15 @@
Name: libdazzle
Version: 3.38.0
Version: 3.44.0
Release: 1
Summary: Experimental new features for GTK+ and GLib
License: GPLv3+
URL: https://git.gnome.org/browse/libdazzle/
Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz
URL: https://gitlab.gnome.org/GNOME/libdazzle
Source0: https://download.gnome.org/sources/%{name}/3.42/%{name}-%{version}.tar.xz
BuildRequires: gtk-doc meson vala gtk3-devel >= 3.24.0 glib2-devel >= 2.57.2 gobject-introspection-devel
# for tests
BuildRequires: xorg-x11-server-Xvfb words
BuildRequires: tigervnc-server-minimal words
Requires: glib2 >= 2.57.2 gtk3 >= 3.24.0
@ -37,25 +37,24 @@ developing applications that use %{name}.
%install
%meson_install
%find_lang libdazzle-1.0
%check
xvfb-run -w 10 ninja test %{__ninja_common_opts} -C %{_vpath_builddir}
Xvnc :99 -nolisten tcp &
export DISPLAY=:99
%meson_test
%files
%license COPYING
%doc AUTHORS NEWS
%{_bindir}/dazzle-list-counters
%{_libdir}/libdazzle-1.0.so.*
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/Dazzle-1.0.typelib
%files devel
%dir %{_datadir}/gir-1.0
%{_datadir}/gir-1.0/Dazzle-1.0.gir
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/libdazzle
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_datadir}/locale/
%{_datadir}/vala/vapi/libdazzle-1.0.*
%{_includedir}/*
%{_libdir}/*.so
@ -66,6 +65,9 @@ xvfb-run -w 10 ninja test %{__ninja_common_opts} -C %{_vpath_builddir}
%doc CONTRIBUTING.md examples
%changelog
* Thu Apr 21 2022 dillon chen <dillon.chen@gmail.com> - 3.44.0-1
- Update to 3.44.0
* Mon Jun 7 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.0-1
- Upgrade to 3.38.0
- Update Version, Source0