* Makefile: fix installation to empty DESTDIR * ppsfind: Use /bin/sh, fix possible issues. * ppswatch: Fix quitting after signal * Fix linking under -Wl,--as-needed * Add ppsldisc from LKML patch by Rodolfo Giometti. * Makefile: Cleanup CFLAGS: remove -I. add -fPIC. * Removes OFFSETASSERT requirement from ppstest and ppsctl. * ppsfind: Add licence to the file header. * Remove debian directory. * ppswatch: Add useful stats output. OBS-URL: https://build.opensuse.org/package/show/network:time/pps-tools?expand=0&rev=9
16 lines
552 B
Plaintext
16 lines
552 B
Plaintext
<services>
|
|
<service mode="disabled" 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</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|