forked from pool/suse-hpc
Egbert Eich
f0e6739e57
- Fix %name in %hpc_python_master_package Not only %pname but also %name needs to have python replaced by %python_flavor. - Add macro to santize %pname for environment variables This marco up-cases the name and replaces '-' by '_'. OBS-URL: https://build.opensuse.org/package/show/science:HPC/suse-hpc?expand=0&rev=13
21 lines
827 B
Plaintext
21 lines
827 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/openSUSE/hpc.git</param>
|
|
<param name="package-meta">no</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">suse-hpc</param>
|
|
<param name="versionformat">0.1.%h</param>
|
|
<param name="revision">10f46e14ff638192561d1de900eef46bdd9bb2eb</param>
|
|
<param name="extract">general/dlinfo.c</param>
|
|
<param name="extract">general/macros.hpc</param>
|
|
<param name="extract">general/hpc_elf.pl</param>
|
|
<param name="extract">general/hpc_elf.attr</param>
|
|
<param name="extract">general/hpc_elflib.attr</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">suse-hpc*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|