fix library permissions; remove installed tests [release 0.3.10-2mamba;Mon Sep 12 2022]
This commit is contained in:
parent
32b5e9819a
commit
48200c6c3f
21
libxmlb.spec
21
libxmlb.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libxmlb
|
Name: libxmlb
|
||||||
Version: 0.3.9
|
Version: 0.3.10
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library to help create and query binary XML blobs
|
Summary: A library to help create and query binary XML blobs
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -50,6 +50,11 @@ This package contains the tools provided with %{name}.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
|
chmod +x %{buildroot}%{_libdir}/libxmlb.so.*
|
||||||
|
|
||||||
|
rm -rf %{buildroot}%{_libexecdir}/installed-tests/libxmlb
|
||||||
|
rm -rf %{buildroot}%{_datadir}/installed-tests
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -60,10 +65,6 @@ This package contains the tools provided with %{name}.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libxmlb.so.*
|
%{_libdir}/libxmlb.so.*
|
||||||
%{_libdir}/girepository-1.0/Xmlb-2.0.typelib
|
%{_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
|
%doc LICENSE
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -77,8 +78,6 @@ This package contains the tools provided with %{name}.
|
|||||||
%{_datadir}/gir-1.0/Xmlb-2.0.gir
|
%{_datadir}/gir-1.0/Xmlb-2.0.gir
|
||||||
%dir %{_datadir}/gtk-doc/html/libxmlb
|
%dir %{_datadir}/gtk-doc/html/libxmlb
|
||||||
%{_datadir}/gtk-doc/html/libxmlb/*
|
%{_datadir}/gtk-doc/html/libxmlb/*
|
||||||
%dir %{_datadir}/installed-tests/libxmlb
|
|
||||||
%{_datadir}/installed-tests/libxmlb/*
|
|
||||||
#%doc NEWS README.md
|
#%doc NEWS README.md
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
@ -87,6 +86,12 @@ This package contains the tools provided with %{name}.
|
|||||||
%{_mandir}/man1/xb-tool.1*
|
%{_mandir}/man1/xb-tool.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 26 2022 Automatic Build System <autodist@mambasoft.it> 0.3.9-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user