1
0
Dominique Leuenberger 2023-06-18 21:07:40 +00:00 committed by Git OBS Bridge
commit 945526696c
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 16 08:56:56 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
- Install license
- Use -ffat-lto-objects for static libraries
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 13 19:49:05 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com> Thu Apr 13 19:49:05 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>

View File

@ -40,7 +40,7 @@ Make sure that you visit the DirectX Landing Page for more resources for DirectX
%autosetup %autosetup
%build %build
%global _lto_cflags %{nil} %global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
%meson -Dbuild-test=false %meson -Dbuild-test=false
%meson_build %meson_build
@ -49,6 +49,7 @@ Make sure that you visit the DirectX Landing Page for more resources for DirectX
%fdupes -s %{buildroot} %fdupes -s %{buildroot}
%files %files
%license LICENSE
%{_includedir}/directx %{_includedir}/directx
%{_includedir}/dxguids %{_includedir}/dxguids
%{_includedir}/wsl %{_includedir}/wsl