Bjørn Lie 2020-07-10 19:42:57 +00:00 committed by Git OBS Bridge
parent 2d5d254a9c
commit fe7ce8b13e
2 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@ Fri Jul 10 19:11:47 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Do not unconditionally use -fstack-protector-strong.
- Ignore adaptors added with xb_builder_source_add_converter().
- Drop pkgconfig(uuid) BuildRequires: No longer needed.
- Move installed-tests to devel subpackage.
-------------------------------------------------------------------
Wed Nov 13 09:50:26 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>

View File

@ -114,8 +114,6 @@ Files for development with %{name}.
%files -n xmlb-tool
%doc README.md NEWS
%{_libexecdir}/xb-tool
%{_libexecdir}/installed-tests/
%{_datadir}/installed-tests/
%files devel
%doc %{_datadir}/gtk-doc/html/%{name}
@ -123,5 +121,7 @@ Files for development with %{name}.
%{_includedir}/%{name}-%{sover}/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/xmlb.pc
%{_libexecdir}/installed-tests/
%{_datadir}/installed-tests/
%changelog