appstream-glib/_service
Bjørn Lie 637ac2276f Accepting request 308893 from GNOME:Next
- Update to version 0.4.0:
  + Version the builder plugin location.
  + Show a warning when the origin or basename isn't specified.
  + Do not use the cache location when using install-origin with a
    DESTDIR.
  + Release version 0.4.0.

OBS-URL: https://build.opensuse.org/request/show/308893
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=38
2015-05-27 10:53:36 +00:00

15 lines
535 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
<param name="scm">git</param>
<param name="versionformat">0.4.0</param>
<param name="changesgenerate">enable</param>
<param name="revision">refs/tags/appstream_glib_0_4_0</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>