New upstream release
This commit is contained in:
parent
ab0361b0db
commit
685bf389da
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/libxmlb-0.1.14.tar.xz
|
||||
/libxmlb-0.1.15.tar.xz
|
||||
/libxmlb-0.2.0.tar.xz
|
||||
/libxmlb-0.2.1.tar.xz
|
||||
|
||||
25
libxmlb.spec
25
libxmlb.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Library for querying compressed XML metadata
|
||||
Name: libxmlb
|
||||
Version: 0.2.0
|
||||
Version: 0.2.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/hughsie/libxmlb
|
||||
@ -13,7 +13,11 @@ BuildRequires: gtk-doc
|
||||
BuildRequires: libstemmer-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: python-setuptools
|
||||
%if 0%{?rhel} == 7
|
||||
BuildRequires: python36-setuptools
|
||||
%else
|
||||
BuildRequires: python3-setuptools
|
||||
%endif
|
||||
|
||||
# needed for the self tests
|
||||
BuildRequires: shared-mime-info
|
||||
@ -66,26 +70,33 @@ Executable and data files for installed tests.
|
||||
%license LICENSE
|
||||
%{_libexecdir}/xb-tool
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
%{_libdir}/girepository-1.0/Xmlb-2.0.typelib
|
||||
%{_libdir}/libxmlb.so.2*
|
||||
|
||||
%files devel
|
||||
%dir %{_datadir}/gir-1.0
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%{_datadir}/gir-1.0/Xmlb-2.0.gir
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/html/libxmlb
|
||||
%{_includedir}/libxmlb-1
|
||||
%{_includedir}/libxmlb-2
|
||||
%{_libdir}/libxmlb.so
|
||||
%{_libdir}/pkgconfig/xmlb.pc
|
||||
|
||||
%files tests
|
||||
%dir %{_libexecdir}/installed-tests/libxmlb
|
||||
%{_libexecdir}/installed-tests/libxmlb/xb-self-test
|
||||
%{_datadir}/installed-tests/libxmlb/libxmlb.test
|
||||
%{_datadir}/installed-tests/libxmlb/test.xml.gz.gz.gz
|
||||
%{_libexecdir}/installed-tests/libxmlb/test.xml.gz.gz.gz
|
||||
%dir %{_datadir}/installed-tests/libxmlb
|
||||
%{_datadir}/installed-tests/libxmlb/libxmlb.test
|
||||
|
||||
%changelog
|
||||
* Mon Sep 07 2020 Richard Hughes <richard@hughsie.com> 0.2.1-1
|
||||
- New upstream release
|
||||
- Do not assume g_content_type_guess() always returns valid results
|
||||
- Fix getting translated results in gnome-software
|
||||
- Update the header location to reflect the new API
|
||||
|
||||
* Tue Aug 18 2020 Richard Hughes <richard@hughsie.com> 0.2.0-1
|
||||
- New upstream release which breaks API and ABI
|
||||
- Add the missing TEXT:INTE XPath support
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libxmlb-0.2.0.tar.xz) = a0f944493f5c0da0d54e0a6136c59ac6d1a84fa30f2fdd3d871085ed219fa0cb40d06c821c4a199678ec1bbeb59df0df94f146fa59c9671b3d3e716159edec17
|
||||
SHA512 (libxmlb-0.2.1.tar.xz) = e14a1e66ba7a27c5d5b2e3b47e836828dfc1f6856fcb37b5f2a31e1bf5a32c66d440ae89d3f8df419d56f84f81fdfd8a8363c5dbd6bb3c26cc2c47cb871a5afb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user