forked from pool/rkdeveloptool
- Update to 1.32 from git (rk356x support) * Drop rkdeveloptool_build.diff - Use udevrulesdir from systemd-rpm-macros - Use udev rules from git, drop incomplete 99-rkdeveloptool.rules - Clean up spec file OBS-URL: https://build.opensuse.org/request/show/895217 OBS-URL: https://build.opensuse.org/package/show/hardware/rkdeveloptool?expand=0&rev=6
16 lines
582 B
Plaintext
16 lines
582 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/rockchip-linux/rkdeveloptool.git</param>
|
|
<param name="filename">rkdeveloptool</param>
|
|
<param name="versionformat">1.32~git.%cd.%h</param>
|
|
<param name="revision">master</param>
|
|
</service>
|
|
<service name="tar" mode="disabled"/>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*rkdeveloptool-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|