SHA256
1
0
forked from pool/rpcs3

Accepting request 1057182 from home:guoyunhe:branches:Emulators

- Remove v from version number to match Factory standard
- Remove unneeded build requires:
  * git
  * pkgconfig
- Update to version 0.0.26~git20230109:
  * AppImage: Do not bundle libgmodule-2.0 and libglib-2.0

OBS-URL: https://build.opensuse.org/request/show/1057182
OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=40
This commit is contained in:
Duarte Pousa
2023-01-17 09:17:32 +00:00
committed by Git OBS Bridge
parent 7b5b474733
commit eac6329ff4
8 changed files with 20 additions and 14 deletions

View File

@@ -4,8 +4,7 @@
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
<param name="filename">rpcs3</param>
<param name="versionformat">@PARENT_TAG@~git%cd</param>
<param name="versionrewrite-pattern">v(.*)\-(.*)\-(.*)</param>
<param name="versionrewrite-replacement">\1\2\3</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
<param name="exclude">*/ffmpeg/*</param>
<param name="exclude">*/3rdparty/curl/*</param>