Files
openal-soft/_service
Dmitriy Perlow c544aefc4a Accepting request 1281535 from home:VaiTon:branches:games
- Use the @TAG@~@VERSION@ format specifier in obs_scm service 

- Update to git version 1.24.3+git7f56dcdf. This includes the port
  to Qt6 added as a patch previously and also other fixes that
  let this build in Leap 15.6.
- Drop patch that's already included in this version:
  * 1132.patch

- Use %cmake_build instead of %make_jobs
- Add 1132.patch: port to Qt6
- Apply spec-cleaner -ki changes
- Replaced deprecated ALSOFT_CONFIG CMake option with
  ALSOFT_INSTALL_UTILS
- Update to version 1.24.3:

OBS-URL: https://build.opensuse.org/request/show/1281535
OBS-URL: https://build.opensuse.org/package/show/games/openal-soft?expand=0&rev=25
2025-06-10 06:31:25 +00:00

20 lines
678 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/kcat/openal-soft.git</param>
<param name="revision">7f56dcdfbce02bea96894c688d48be574a55a41d</param>
<param name="match-tag">[0-9]*.[0-9]*.[0-9]*</param>
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="filename">openal-soft</param>
</service>
<service name="set_version" mode="manual" />
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
</services>