* [httperf] Fix Issue #43 - update config / build instructions. * The installation steps given in current README fail. I had to follow steps given in the comments of a previous Issue to build it properly. I am including those steps in README, as they are pretty generic and should work for everyone. * Fix segfault when connection is failed by using epoll(7). * Teach to use epoll(7) on httperf(1). * Use correct ifdefs for checking TLS 1.3 OBS-URL: https://build.opensuse.org/package/show/benchmark/httperf?expand=0&rev=17
17 lines
552 B
Plaintext
17 lines
552 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/httperf/httperf.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">httperf</param>
|
|
<param name="versionformat">0.9.0+git.%cd</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|
|
|