bitlbee-facebook/_service
Matej Cepl 9b71ac5935 - Update to version 1.2.2+git.1614281748.a31ccbe:
* 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
2021-02-25 19:47:40 +00:00

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>