!3 Update to 0.3.7

From: @zhang__3125 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-05-30 03:46:42 +00:00 committed by Gitee
commit 1179ee5690
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 8 deletions

Binary file not shown.

BIN
libxmlb-0.3.7.tar.xz Normal file

Binary file not shown.

View File

@ -1,15 +1,15 @@
Name: libxmlb Name: libxmlb
Version: 0.1.13 Version: 0.3.7
Release: 2 Release: 1
Summary: A library to help create and query binary XML blobs Summary: A library to help create and query binary XML blobs
License: LGPLv2+ License: LGPLv2+
URL: https://github.com/hughsie/libxmlb URL: https://github.com/hughsie/libxmlb
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
BuildRequires: glib2-devel gobject-introspection-devel meson libuuid-devel BuildRequires: glib2-devel >= 2.45.8 gobject-introspection-devel meson libuuid-devel
BuildRequires: gtk-doc libstemmer-devel shared-mime-info BuildRequires: gtk-doc libstemmer-devel shared-mime-info xz-devel python3-setuptools
Requires: glib2 shared-mime-info Requires: glib2 >= 2.45.8 shared-mime-info
%description %description
XML is slow to parse and strings inside the document cannot be memory mapped as they do not have XML is slow to parse and strings inside the document cannot be memory mapped as they do not have
@ -48,17 +48,20 @@ This package contains the development files for %{name}.
%license LICENSE %license LICENSE
%{_libexecdir}/xb-tool %{_libexecdir}/xb-tool
%{_libdir}/girepository-1.0/*.typelib %{_libdir}/girepository-1.0/*.typelib
%{_libdir}/%{name}.so.1* %{_libdir}/%{name}.so.2*
%files devel %files devel
%{_libdir}/%{name}.so %{_libdir}/%{name}.so
%{_datadir}/gir-1.0/*.gir %{_datadir}/gir-1.0/*.gir
%{_datadir}/gtk-doc/html/%{name} %{_datadir}/gtk-doc/html/%{name}
%{_includedir}/%{name}-1 %{_includedir}/%{name}-2
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_libexecdir}/*tests/%{name}/xb-self-test %{_libexecdir}/*tests/%{name}/*
%{_datadir}/*tests/%{name} %{_datadir}/*tests/%{name}
%changelog %changelog
* Fri Apr 15 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.3.7-1
- Update to 0.3.7
* Mon Nov 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.1.13-2 * Mon Nov 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.1.13-2
- Package init - Package init