Egbert Eich
2576121e57
- Previous fix did not work, revert and use %global instead of %define. The %hpc_cmake and %hpc_ninja macros wrap the %cmake and %ninja macros. The wrapper needs to set all standard variables passed to cmake in these macros to the hpc values. With the mentioned macros this leads to an infinite recursion if using %define. So we use %global instead. OBS-URL: https://build.opensuse.org/request/show/1120761 OBS-URL: https://build.opensuse.org/package/show/science:HPC/suse-hpc?expand=0&rev=66
24 lines
935 B
Plaintext
24 lines
935 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.5.%cd.%h</param>
|
|
<param name="revision">36e049da8d5c8bab1e78e15d7a26c91b58b12ff5</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>
|
|
<service mode="disabled" name="set_version">
|
|
<param name="basename">suse-hpc</param>
|
|
</service>
|
|
</services>
|