Matej Cepl
9b71ac5935
* configure: drop the unnecessary AC_PROG_CC macro check (#211) * Release 1.2.2 * configure: change obsolete AC_PROG_CC_C99 for AC_PROG_CC * Force sync_interval to the new default if it's 5 minutes or lower * Replace travis with github actions, fix OBS (#210) OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-facebook?expand=0&rev=7
16 lines
570 B
Plaintext
16 lines
570 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="versionprefix">1.2.2+git</param>
|
|
<param name="url">https://github.com/bitlbee/bitlbee-facebook.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git*</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|