suse-hpc/_service
Egbert Eich 7cd528ea0c Accepting request 1143793 from home:eeich:branches:science:HPC
- Fix master package README generation 'trick' for rpm <= 4.19.1
  rpm version 4.19.1 started to add quotes around the file name
  when it expands a %doc statements into a script. This broke
  the 'trick' we've used to generate a README file on-the-fly.
  Here the saving grace was the introduction of the macro %rpmversion
  with the same version of rpm that can be used to identify
  versions affected by this.

OBS-URL: https://build.opensuse.org/request/show/1143793
OBS-URL: https://build.opensuse.org/package/show/science:HPC/suse-hpc?expand=0&rev=68
2024-02-03 12:05:44 +00:00

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">a16bd5ecc15e1a0ec8904b78102c7b444ce18df5</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>