353b15e00a
- sanitize_source.sh was removed in the 4.1.0 update; restore its logic with a new _service file and recreate the tarball. OBS-URL: https://build.opensuse.org/request/show/668173 OBS-URL: https://build.opensuse.org/package/show/games/assimp?expand=0&rev=10
16 lines
506 B
Plaintext
16 lines
506 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">git://github.com/assimp/assimp</param>
|
|
<param name="revision">v4.1.0</param>
|
|
<param name="versionformat">4.1.0</param>
|
|
<!-- non-OSI media -->
|
|
<param name="exclude">test/models-nonbsd</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>
|