diff --git a/libxmlb.spec b/libxmlb.spec index 6cfa666..5a51f17 100644 --- a/libxmlb.spec +++ b/libxmlb.spec @@ -1,5 +1,5 @@ Name: libxmlb -Version: 0.3.8 +Version: 0.3.9 Release: 1mamba Summary: A library to help create and query binary XML blobs Group: System/Libraries @@ -7,7 +7,6 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/hughsie/libxmlb -## GITSOURCE https://github.com/hughsie/libxmlb.git 0.1.11 Source: https://github.com/hughsie/libxmlb.git/%{version}/libxmlb-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN @@ -23,11 +22,20 @@ A library to help create and query binary XML blobs. Group: Development/Libraries Summary: Development files for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release} Requires: pkg-config %description devel This package contains libraries and header files for developing applications that use %{name}. +%package tools +Group: System/Tools +Summary: Tools provided with %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description tools +This package contains the tools provided with %{name}. + %debug_package %prep @@ -55,7 +63,7 @@ This package contains libraries and header files for developing applications tha %dir %{_libexecdir}/installed-tests/libxmlb %{_libexecdir}/installed-tests/libxmlb/test.xml.gz.gz.gz %{_libexecdir}/installed-tests/libxmlb/xb-self-test -%{_libexecdir}/xb-tool +#%{_libexecdir}/xb-tool %doc LICENSE %files devel @@ -71,9 +79,17 @@ This package contains libraries and header files for developing applications tha %{_datadir}/gtk-doc/html/libxmlb/* %dir %{_datadir}/installed-tests/libxmlb %{_datadir}/installed-tests/libxmlb/* -%doc NEWS README.md +#%doc NEWS README.md + +%files tools +%defattr(-,root,root) +%{_bindir}/xb-tool +%{_mandir}/man1/xb-tool.1* %changelog +* Thu May 26 2022 Automatic Build System 0.3.9-1mamba +- automatic version update by autodist + * Sat Apr 02 2022 Automatic Build System 0.3.8-1mamba - automatic version update by autodist