New upstream release
Resolves: RHEL-108035
This commit is contained in:
parent
d37aec838c
commit
adc826400e
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/libxmlb-0.3.13.tar.xz
|
||||
/libxmlb-0.3.14.tar.xz
|
||||
/libxmlb-0.3.15.tar.xz
|
||||
/libxmlb-0.3.23.tar.xz
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
%global with_mingw 0
|
||||
%bcond stemmer %{defined fedora}
|
||||
|
||||
%if 0%{?fedora}
|
||||
%global with_mingw 1
|
||||
@ -8,7 +9,7 @@
|
||||
|
||||
Summary: Library for querying compressed XML metadata
|
||||
Name: libxmlb
|
||||
Version: 0.3.15
|
||||
Version: 0.3.23
|
||||
Release: %autorelease
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/hughsie/%{name}
|
||||
@ -16,6 +17,9 @@ Source0: https://github.com/hughsie/%{name}/releases/download/%{version}/%{nam
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gtk-doc
|
||||
%if %{with stemmer}
|
||||
BuildRequires: libstemmer-devel
|
||||
%endif
|
||||
BuildRequires: meson
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: xz-devel
|
||||
@ -61,6 +65,7 @@ Files for development with %{name}.
|
||||
|
||||
%package tests
|
||||
Summary: Files for installed tests
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tests
|
||||
Executable and data files for installed tests.
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libxmlb-0.3.15.tar.xz) = 38aff06a02ae8881bf56cc3fb4f536e4e7a606c5cadafc9979e55e597dc11f7e0ce353cb82fffcbe5be27d9e230389d597a5fd17b6ba513d50e5d36db3987c0b
|
||||
SHA512 (libxmlb-0.3.23.tar.xz) = d31017cc0eea40e6fb6c81bd80e987a5d115ae0b71a1b2bc0b3a6b66924e2a0da6661cb8cd415a2ea04b8d85687e273aef6f343d3e855db071a0e5db3baf749f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user