Files
msgraph/_service
Dominique Leuenberger 9e4e185ff1 Accepting request 1175689 from GNOME:Next
- Update to version 0.2.2:
  + Add remote copy and move functions.
  + Drop Authorization header during download.
  + Fix browsing shared files.
- Drop pkgconfig(rest-0.1) BuildRequires: no longer needed.
- Add pkgconfig(libxml-2.0) BuildRequires: new dependency for the
  test suite.
- Enable test suite: run meson_test in check section.
- Remove 'drive' test from test suite: this specific test wants to
  verify the library against Microsofts servers. As we build
  without network connectivity, this test cannot pass for us.

OBS-URL: https://build.opensuse.org/request/show/1175689
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/msgraph?expand=0&rev=3
2024-05-22 06:27:42 +00:00

20 lines
713 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/msgraph.git</param>
<param name="revision">0.2.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>