* Fix lang_package macro usage for Leap 15.6 and older. * Use GCC 11 for builds on Leap 15.6 and older as c++-17 std including <filesystem> header support is required. OBS-URL: https://build.opensuse.org/package/show/Education/goldendict-ng?expand=0&rev=12
19 lines
673 B
XML
19 lines
673 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="filename">goldendict-ng</param>
|
|
<param name="scm">git</param>
|
|
<param name="url">git@github.com:xiaoyifang/goldendict-ng.git</param>
|
|
<param name="version">25.06.0</param>
|
|
<param name="revision">v25.06.0-Release.8a87a79b</param>
|
|
<param name="exclude">winlibs/*</param>
|
|
<param name="submodules">disable</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|