!6 Update to 0.3.9

From: @wk333 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-11-01 07:55:47 +00:00 committed by Gitee
commit db181cefd1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 14 additions and 10 deletions

BIN
0.3.9.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,15 @@
Name: libxmlb Name: libxmlb
Version: 0.1.13 Version: 0.3.9
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: https://github.com/hughsie/libxmlb/archive/refs/tags/0.3.9.tar.gz
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
@ -46,19 +46,23 @@ This package contains the development files for %{name}.
%files %files
%doc README.md %doc README.md
%license LICENSE %license LICENSE
%{_libexecdir}/xb-tool %{_bindir}/xb-tool
%{_mandir}/man1/xb-tool.1.gz
%{_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
* Tue Nov 01 2022 wangkai <wangkai385@h-partners.com> - 0.3.9-1
- Update to 0.3.9
* 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