SHA256
1
0
forked from pool/wine

Accepting request 1036193 from Emulators

- Fix aarch64 file list (forwarded request 1036191 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/1036193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=391
This commit is contained in:
Dominique Leuenberger 2022-11-16 14:44:04 +00:00 committed by Git OBS Bridge
commit 006ab60963
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 16 07:07:00 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix aarch64 file list
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 14 08:18:08 UTC 2022 - Marcus Meissner <meissner@suse.com> Mon Nov 14 08:18:08 UTC 2022 - Marcus Meissner <meissner@suse.com>

View File

@ -342,7 +342,7 @@ install -m 0644 %SOURCE6 %{buildroot}%{_datadir}/applications/
install -m 0755 %SOURCE2 %{buildroot}%{_bindir}/ install -m 0755 %SOURCE2 %{buildroot}%{_bindir}/
mv %{buildroot}/%{_mandir}/de.UTF-8 %{buildroot}/%{_mandir}/de mv %{buildroot}/%{_mandir}/de.UTF-8 %{buildroot}/%{_mandir}/de
mv %{buildroot}/%{_mandir}/fr.UTF-8 %{buildroot}/%{_mandir}/fr mv %{buildroot}/%{_mandir}/fr.UTF-8 %{buildroot}/%{_mandir}/fr
%ifnarch x86_64 aarch64 %ifnarch x86_64
mv %{buildroot}/%{_mandir}/pl.UTF-8 %{buildroot}/%{_mandir}/pl mv %{buildroot}/%{_mandir}/pl.UTF-8 %{buildroot}/%{_mandir}/pl
%endif %endif
@ -429,12 +429,12 @@ chmod 755 %winedir/my-find-requires.sh
%{_bindir}/wineserver %{_bindir}/wineserver
%{_bindir}/wisotool %{_bindir}/wisotool
%{_datadir}/wine %{_datadir}/wine
%ifnarch x86_64 aarch64 %ifnarch x86_64
%doc %{_mandir}/man1/wine.1* %doc %{_mandir}/man1/wine.1*
%endif %endif
%doc %{_mandir}/man1/winedbg.1* %doc %{_mandir}/man1/winedbg.1*
%doc %{_mandir}/man1/wineserver.1* %doc %{_mandir}/man1/wineserver.1*
%ifnarch x86_64 aarch64 %ifnarch x86_64
%doc %dir %doc %{_mandir}/pl %doc %dir %doc %{_mandir}/pl
%doc %dir %doc %{_mandir}/pl/man1 %doc %dir %doc %{_mandir}/pl/man1
%doc %{_mandir}/*/man1/wine.1* %doc %{_mandir}/*/man1/wine.1*
@ -462,14 +462,14 @@ chmod 755 %winedir/my-find-requires.sh
%dir %{_datadir}/icons/hicolor/scalable %dir %{_datadir}/icons/hicolor/scalable
%dir %{_datadir}/icons/hicolor/scalable/apps %dir %{_datadir}/icons/hicolor/scalable/apps
%{_datadir}/icons/hicolor/scalable/apps/*.svg %{_datadir}/icons/hicolor/scalable/apps/*.svg
%ifarch %ix86 %ifarch %ix86 aarch64
%{_bindir}/wine %{_bindir}/wine
%{_bindir}/wine-preloader %{_bindir}/wine-preloader
%endif %endif
%ifarch ppc %arm %ifarch ppc %arm
%{_bindir}/wine %{_bindir}/wine
%endif %endif
%ifarch x86_64 aarch64 %ifarch x86_64
%{_bindir}/wine64 %{_bindir}/wine64
%{_bindir}/wine64-preloader %{_bindir}/wine64-preloader
%endif %endif