* rename ppsbind to ppsctl * ppsctl: don't bind by default * add copyright information * pps-test: line-flush stdout output * Add uninstall production. * Add .gitignore for generated files. * Install timepps.h in location specified by RFC 2783. * Update .gitignore * Include our own timepps.h since it is in the same tree OBS-URL: https://build.opensuse.org/package/show/network:time/pps-tools?expand=0&rev=2
16 lines
558 B
Plaintext
16 lines
558 B
Plaintext
<services>
|
|
<service mode="localonly" name="tar_scm">
|
|
<param name="url">https://github.com/ago/pps-tools.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">pps-tools</param>
|
|
<param name="versionformat">0.0.0+git.%cd.%h</param>
|
|
</service>
|
|
<service mode="localonly" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="localonly" name="set_version"/>
|
|
</services>
|