#2 Add riscv64 support
Opened 4 months ago by u2fsdgvkx1. Modified 4 months ago
https://github.com/fedora-riscv/playonlinux rawhide  into  rawhide

Add riscv64 support
U2FsdGVkX1 • 4 months ago  
playonlinux.spec
file modified
+5 -2
@@ -1,7 +1,7 @@

  Summary:       Graphical front-end for Wine

  Name:          playonlinux

  Version:       4.4

- Release:       8%{?dist}

+ Release:       9%{?dist}

  # playonlinux itself is GPLv3 but uses other source codes, breakdown:

  # GPLv2+: python/{configurewindow/ConfigureWindow,debug,mainwindow,options,wrapper}.py

  # GPLv2+: python/{install/InstallWindow,setupwindow/{POL_SetupFrame,gui_server}}.py
@@ -46,7 +46,7 @@

  Requires:      jq

  Requires:      p7zip-plugins

  # Wine supported on these arches

- ExclusiveArch: %{arm} aarch64 %{ix86} x86_64

+ ExclusiveArch: %{arm} aarch64 %{ix86} x86_64 riscv64

  

  %description

  New users can often find Wine to be intimidating and difficult to use.
@@ -101,6 +101,9 @@

  %{_mandir}/man1/%{name}-pkg.1*

  

  %changelog

+ * Wed Aug 23 2023 Songsong Zhang <U2FsdGVkX1@gmail.com> - 4.4-9

+ - Add riscv64 support

+ 

  * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-8

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

  

no initial comment

May I kindly ask you to explain where this helps exactly? IIRC Fedora does not build riscv64, yet.

May I kindly ask you to explain where this helps exactly? IIRC Fedora does not build riscv64, yet.

Yes, I'm from plct labs and currently working on the Fedora for RISC-V project!
We are working hard for RISC-V 64 ECO, in the future if Fedora supports RISC-V 64 it will be much smoother

I see. But how does this pull request make sense if the wine package does not support riscv64 building, yet? Or am I overlooking something at https://src.fedoraproject.org/rpms/wine/blob/rawhide/f/wine.spec?

Metadata