Update to 0.3.7

This commit is contained in:
zhang__3125 2022-04-15 17:02:38 +08:00
parent 3d619ef2e5
commit c655525790
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
Version: 0.1.13
Release: 2
Version: 0.3.7
Release: 1
Summary: A library to help create and query binary XML blobs
License: LGPLv2+
URL: https://github.com/hughsie/libxmlb
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
BuildRequires: glib2-devel gobject-introspection-devel meson libuuid-devel
BuildRequires: gtk-doc libstemmer-devel shared-mime-info
BuildRequires: glib2-devel >= 2.45.8 gobject-introspection-devel meson libuuid-devel
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
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
%{_libexecdir}/xb-tool
%{_libdir}/girepository-1.0/*.typelib
%{_libdir}/%{name}.so.1*
%{_libdir}/%{name}.so.2*
%files devel
%{_libdir}/%{name}.so
%{_datadir}/gir-1.0/*.gir
%{_datadir}/gtk-doc/html/%{name}
%{_includedir}/%{name}-1
%{_includedir}/%{name}-2
%{_libdir}/pkgconfig/*.pc
%{_libexecdir}/*tests/%{name}/xb-self-test
%{_libexecdir}/*tests/%{name}/*
%{_datadir}/*tests/%{name}
%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
- Package init