SHA256
1
0
forked from pool/rpcs3

Accepting request 503078 from home:xenonpk

Open Source PS3 emulator git builds

OBS-URL: https://build.opensuse.org/request/show/503078
OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=1
This commit is contained in:
Klaus Kämpf
2017-06-13 19:28:42 +00:00
committed by Git OBS Bridge
commit 12adcbf93e
8 changed files with 757 additions and 0 deletions

25
_service Normal file
View File

@@ -0,0 +1,25 @@
<services>
<service name="tar_scm" mode="localonly">
<param name="scm">git</param>
<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="changesgenerate">enable</param>
<param name="exclude">llvm</param>
<param name="exclude">wxWidgets</param>
<param name="exclude">*.cmd</param>
<param name="exclude">*.dll</param>
<param name="exclude">*.vcxproj</param>
<param name="exclude">*.vcxproj.user</param>
<param name="exclude">*.vcxproj.filters</param>
<param name="exclude">*.yml</param>
<param name="exclude">*.props</param>
<param name="exclude">*.sln</param>
</service>
<service name="recompress" mode="localonly">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="localonly"/>
</services>