Update to 0.3.9

This commit is contained in:
wk333 2022-11-01 14:54:28 +08:00
parent 3d619ef2e5
commit f5950f9c4b
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
Version: 0.1.13
Release: 2
Version: 0.3.9
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
Source0: https://github.com/hughsie/libxmlb/archive/refs/tags/0.3.9.tar.gz
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
@ -46,19 +46,23 @@ This package contains the development files for %{name}.
%files
%doc README.md
%license LICENSE
%{_libexecdir}/xb-tool
%{_bindir}/xb-tool
%{_mandir}/man1/xb-tool.1.gz
%{_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
* 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
- Package init