- Changed version format to 5~git20200206.4ffc4b7 as that can be compared by rpm more easily that adding human readable strings. - Rename the python3-sphinxbase package to python3-sphinxbase5 - sphinxbase5-devel now conflicts with sphinxbase-devel - python3-sphinxbase5 now conflicts with python3-sphinxbase and python3-pocketsphinx-python <= 0.1.3 OBS-URL: https://build.opensuse.org/request/show/788655 OBS-URL: https://build.opensuse.org/package/show/multimedia:voice-assistant/sphinxbase5?expand=0&rev=3
14 lines
425 B
Plaintext
14 lines
425 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/cmusphinx/sphinxbase.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">5~git%cd.%h</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|
|
|