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
This commit is contained in:
Theo Chatzimichos 2017-07-14 14:33:34 +00:00 committed by Git OBS Bridge
parent a566af436c
commit 498eb1cfc3
2 changed files with 17 additions and 43 deletions

View File

@ -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 Wed Jun 14 12:05:51 UTC 2017 - tchvatal@suse.com

View File

@ -45,19 +45,9 @@ Requires: logrotate
Requires(pre): shadow Requires(pre): shadow
%description %description
We are both console lovers. But it is annoying to have a few tty's open with BitlBee is a gateway between instant messaging and an IRC client.
chat things in them. IRC, ICQ, MSN, Jabber... For X there is Gaim, which With it, one's IRC client program can be reused and no extra IM program
supports many chatprotocols. Why wasn't there such a thing for the console? will need to run.
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.
This package comes with support for MSN, Jabber, Oscar and Yahoo, as well as This package comes with support for MSN, Jabber, Oscar and Yahoo, as well as
enabled flood protection. enabled flood protection.
@ -68,19 +58,9 @@ Group: Productivity/Networking/IRC
Requires: %{name} = %{version} Requires: %{name} = %{version}
%description doc %description doc
We are both console lovers. But it is annoying to have a few tty's open with BitlBee is a gateway between instant messaging and an IRC client.
chat things in them. IRC, ICQ, MSN, Jabber... For X there is Gaim, which With it, one's IRC client program can be reused and no extra IM program
supports many chatprotocols. Why wasn't there such a thing for the console? will need to run.
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.
This package contains the user guide: This package contains the user guide:
%{_docdir}/%{name}/user-guide %{_docdir}/%{name}/user-guide
@ -91,19 +71,9 @@ Group: Development/Libraries/C and C++
Requires: %{name} = %{version} Requires: %{name} = %{version}
%description devel %description devel
We are both console lovers. But it is annoying to have a few tty's open with BitlBee is a gateway between instant messaging and an IRC client.
chat things in them. IRC, ICQ, MSN, Jabber... For X there is Gaim, which With it, one's IRC client program can be reused and no extra IM program
supports many chatprotocols. Why wasn't there such a thing for the console? will need to run.
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.
This package contains development files for external plugins. This package contains development files for external plugins.
@ -111,14 +81,12 @@ This package contains development files for external plugins.
%setup -q %setup -q
# make it verbose! # 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 %build
# not autoconf - cannot use %%configure
# not autoconf
CFLAGS="%{optflags} -fno-strict-aliasing" \ CFLAGS="%{optflags} -fno-strict-aliasing" \
CXXFLAGS="%{optflags} -fno-strict-aliasing" \ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
# FIXME: you should use the %%configure macro
./configure \ ./configure \
--prefix="%{_prefix}" \ --prefix="%{_prefix}" \
--bindir="%{_sbindir}" \ --bindir="%{_sbindir}" \