fix library permissions; remove installed tests [release 0.3.10-2mamba;Mon Sep 12 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 06:13:57 +01:00
parent 32b5e9819a
commit 48200c6c3f

View File

@ -1,6 +1,6 @@
Name: libxmlb
Version: 0.3.9
Release: 1mamba
Version: 0.3.10
Release: 2mamba
Summary: A library to help create and query binary XML blobs
Group: System/Libraries
Vendor: openmamba
@ -50,6 +50,11 @@ This package contains the tools provided with %{name}.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
chmod +x %{buildroot}%{_libdir}/libxmlb.so.*
rm -rf %{buildroot}%{_libexecdir}/installed-tests/libxmlb
rm -rf %{buildroot}%{_datadir}/installed-tests
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -60,10 +65,6 @@ This package contains the tools provided with %{name}.
%defattr(-,root,root)
%{_libdir}/libxmlb.so.*
%{_libdir}/girepository-1.0/Xmlb-2.0.typelib
%dir %{_libexecdir}/installed-tests/libxmlb
%{_libexecdir}/installed-tests/libxmlb/test.xml.gz.gz.gz
%{_libexecdir}/installed-tests/libxmlb/xb-self-test
#%{_libexecdir}/xb-tool
%doc LICENSE
%files devel
@ -77,8 +78,6 @@ This package contains the tools provided with %{name}.
%{_datadir}/gir-1.0/Xmlb-2.0.gir
%dir %{_datadir}/gtk-doc/html/libxmlb
%{_datadir}/gtk-doc/html/libxmlb/*
%dir %{_datadir}/installed-tests/libxmlb
%{_datadir}/installed-tests/libxmlb/*
#%doc NEWS README.md
%files tools
@ -87,6 +86,12 @@ This package contains the tools provided with %{name}.
%{_mandir}/man1/xb-tool.1*
%changelog
* Mon Sep 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.10-2mamba
- fix library permissions; remove installed tests
* Mon Sep 12 2022 Automatic Build System <autodist@mambasoft.it> 0.3.10-1mamba
- automatic version update by autodist
* Thu May 26 2022 Automatic Build System <autodist@mambasoft.it> 0.3.9-1mamba
- automatic version update by autodist