From 498eb1cfc34f64f998550f1dd2a29add86c52d79ae93d8fce3eec1d37aabfa22 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Fri, 14 Jul 2017 14:33:34 +0000 Subject: [PATCH] Accepting request 509129 from home:jengelh:branches:server:irc - Remove storytelling from description. - Command and comment cleaning. OBS-URL: https://build.opensuse.org/request/show/509129 OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=42 --- bitlbee.changes | 6 ++++++ bitlbee.spec | 54 ++++++++++--------------------------------------- 2 files changed, 17 insertions(+), 43 deletions(-) diff --git a/bitlbee.changes b/bitlbee.changes index 8f309f1..a038c16 100644 --- a/bitlbee.changes +++ b/bitlbee.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 10 10:29:45 UTC 2017 - jengelh@inai.de + +- Remove storytelling from description. +- Command and comment cleaning. + ------------------------------------------------------------------- Wed Jun 14 12:05:51 UTC 2017 - tchvatal@suse.com diff --git a/bitlbee.spec b/bitlbee.spec index e9518e3..e7d9f9e 100644 --- a/bitlbee.spec +++ b/bitlbee.spec @@ -45,19 +45,9 @@ Requires: logrotate Requires(pre): shadow %description -We are both console lovers. But it is annoying to have a few tty's open with -chat things in them. IRC, ICQ, MSN, Jabber... For X there is Gaim, which -supports many chatprotocols. Why wasn't there such a thing for the console? - -The idea to port Gaim was easily thought of, of course. But we liked our IRC -clients. And we used it the most, so we used it best. Importing it into the -IRC client was a nice idea. But what if someone liked a different client. Then -(s)he had to duplicate our work. - -That's a shame, we thought. Doing work twice is pointless. So when Wilmer got -the ingenious thought in his mind while farming, to create an IRC to other -chatnetworks gateway, we were both so excited, that we started working on it -almost immediately. And the result is BitlBee. +BitlBee is a gateway between instant messaging and an IRC client. +With it, one's IRC client program can be reused and no extra IM program +will need to run. This package comes with support for MSN, Jabber, Oscar and Yahoo, as well as enabled flood protection. @@ -68,19 +58,9 @@ Group: Productivity/Networking/IRC Requires: %{name} = %{version} %description doc -We are both console lovers. But it is annoying to have a few tty's open with -chat things in them. IRC, ICQ, MSN, Jabber... For X there is Gaim, which -supports many chatprotocols. Why wasn't there such a thing for the console? - -The idea to port Gaim was easily thought of, of course. But we liked our IRC -clients. And we used it the most, so we used it best. Importing it into the -IRC client was a nice idea. But what if someone liked a different client. Then -(s)he had to duplicate our work. - -That's a shame, we thought. Doing work twice is pointless. So when Wilmer got -the ingenious thought in his mind while farming, to create an IRC to other -chatnetworks gateway, we were both so excited, that we started working on it -almost immediately. And the result is BitlBee. +BitlBee is a gateway between instant messaging and an IRC client. +With it, one's IRC client program can be reused and no extra IM program +will need to run. This package contains the user guide: %{_docdir}/%{name}/user-guide @@ -91,19 +71,9 @@ Group: Development/Libraries/C and C++ Requires: %{name} = %{version} %description devel -We are both console lovers. But it is annoying to have a few tty's open with -chat things in them. IRC, ICQ, MSN, Jabber... For X there is Gaim, which -supports many chatprotocols. Why wasn't there such a thing for the console? - -The idea to port Gaim was easily thought of, of course. But we liked our IRC -clients. And we used it the most, so we used it best. Importing it into the -IRC client was a nice idea. But what if someone liked a different client. Then -(s)he had to duplicate our work. - -That's a shame, we thought. Doing work twice is pointless. So when Wilmer got -the ingenious thought in his mind while farming, to create an IRC to other -chatnetworks gateway, we were both so excited, that we started working on it -almost immediately. And the result is BitlBee. +BitlBee is a gateway between instant messaging and an IRC client. +With it, one's IRC client program can be reused and no extra IM program +will need to run. This package contains development files for external plugins. @@ -111,14 +81,12 @@ This package contains development files for external plugins. %setup -q # make it verbose! -find . -name Makefile -exec sed -i.orig 's|@$(CC)|$(CC)|;s|@$(LD)|$(LD)|' {} \; +find . -name Makefile -exec sed -i.orig 's|@$(CC)|$(CC)|;s|@$(LD)|$(LD)|' {} + %build - -# not autoconf +# not autoconf - cannot use %%configure CFLAGS="%{optflags} -fno-strict-aliasing" \ CXXFLAGS="%{optflags} -fno-strict-aliasing" \ -# FIXME: you should use the %%configure macro ./configure \ --prefix="%{_prefix}" \ --bindir="%{_sbindir}" \