forked from pool/par_text
87ad4b769e
The initial packaging effort for par(1). The only possible problem is conflicting name with par (Parity Archive File Generator), but I don’t think it is much probable that these two would be installed on one system, so pure Conflict should work. update-alternatives doesn’t feel like the right solution, anyway. OBS-URL: https://build.opensuse.org/request/show/831529 OBS-URL: https://build.opensuse.org/package/show/Base:System/par_text?expand=0&rev=1
17 lines
593 B
Plaintext
17 lines
593 B
Plaintext
<services>
|
|
<service name="obs_scm">
|
|
<param name="versionprefix">1.53.0+git</param>
|
|
<param name="url">https://bitbucket.org/amc-nicemice/par.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git*</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar" />
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="buildtime"/>
|
|
</services>
|