mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
16 lines
567 B
Plaintext
16 lines
567 B
Plaintext
<services>
|
|
<service name="obs_scm">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/Rafostar/clapper.git</param>
|
|
<param name="extract">pkgs/rpm/clapper.spec</param>
|
|
<param name="extract">pkgs/rpm/clapper.rpmlintrc</param>
|
|
<param name="extract">pkgs/deb/clapper.dsc</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="buildtime"/>
|
|
</services>
|