Egbert Eich
eaa710f2c2
- macros.hpc: Fix default moduleversion link generation and deletion * Generation: convert to a posttrans script to make sure the link target exists. * Deletion: Fix paths and line endings. (bsc#1124509) - macros.hpc: Improve documentation for -L option in %%hpc_master macro. OBS-URL: https://build.opensuse.org/request/show/672258 OBS-URL: https://build.opensuse.org/package/show/science:HPC/suse-hpc?expand=0&rev=43
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.4.%h</param>
|
|
<param name="revision">e7d6197ce848ef77b7cb7565f199e9c5d7cf11a8</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>
|