forked from pool/cpanspec
* v1.84.00 * Fix code for Module::Build(::Tiny) (#46) * Exlude scripts/ from removing executable bit (#45) * Ignore toml and yml files (#43) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/cpanspec?expand=0&rev=119
17 lines
627 B
Plaintext
17 lines
627 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="versionprefix">1.84.00</param>
|
|
<param name="url">https://github.com/openSUSE/cpanspec</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">Tina Müller <tina.mueller@suse.com></param>
|
|
<param name="revision">master</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|