SHA256
10
0
forked from pool/mmtf-cpp
Files
mmtf-cpp/_service
Atri Bhattacharya c074b63de2 Accepting request 1011176 from home:badshah400:branches:science
- Update to version 1.1.0
- Install documentation to _docdir manually, and run fdupes on the doc dir.
- Depend on Catch2 < 3 for tests; not compatible with Catch2 >= 3.
- Switch "recompress" service to disabled (instead of buildtime) as it is not really needed at buildtime.

OBS-URL: https://build.opensuse.org/request/show/1011176
OBS-URL: https://build.opensuse.org/package/show/science/mmtf-cpp?expand=0&rev=9
2022-10-26 04:52:30 +00:00

19 lines
715 B
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/rcsb/mmtf-cpp.git</param>
<param name="scm">git</param>
<param name="submodules">enable</param>
<param name="revision">v1.1.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="exclude">submodules/Catch2/**</param>
<param name="exclude">submodules/msgpack-c/**</param>
</service>
<service mode="buildtime" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version" />
</services>