17
0
Files
python-framework16_inputmodule/_service
Jan Engelhardt 521744f89b I want to maintain this package in Factory and would like to use hardware as the devel project.
I couldn't get it to build with the services using the tar_scm service and only the tarball so I'm using the obscpio archive

OBS-URL: https://build.opensuse.org/package/show/hardware/python-framework16_inputmodule?expand=0&rev=1
2024-12-18 01:05:18 +00:00

15 lines
494 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/FrameworkComputer/inputmodule-rs</param>
<param name="revision">main</param>
<param name="versionformat">%cd.%h</param>
<param name="scm">git</param>
</service>
<service name="set_version" mode="manual" />
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
</services>