forked from pool/bitlbee
3.0
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=7
This commit is contained in:
parent
f91aed2386
commit
b45533ff4e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69f09c82467241d5fca62b6a1fa59163af32196207779e5bfe76365174746deb
|
||||
size 384577
|
3
bitlbee-3.0.tar.bz2
Normal file
3
bitlbee-3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04e1ef20ca0288145f1d3b9f4dfa8c8f97294e5cbbd5b4af8fab50169685720d
|
||||
size 499413
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 22 13:50:48 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 3.0:
|
||||
* major rewrite of the IRC core
|
||||
* support was added for contact groups and multiple configurable channels
|
||||
* major update of the MSN Messenger code
|
||||
* some Twitter additions were made
|
||||
* OTR encryption support was added
|
||||
* many many more changes and fixes were done
|
||||
|
||||
- changes from 1.3dev:
|
||||
* complete rewrite of the IRC core, allowing the user to create multiple control channels, each with a different set of users
|
||||
* the ability to use libpurple as the IM backend (which adds support for many more IM protocols)
|
||||
* support for file transfers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 4 19:20:02 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
|
17
bitlbee.spec
17
bitlbee.spec
@ -1,19 +1,20 @@
|
||||
# norootforbuild
|
||||
# vim: set ts=4 sw=4 et:
|
||||
|
||||
Name: bitlbee
|
||||
Version: 1.2.8
|
||||
Version: 3.0
|
||||
Release: 0
|
||||
Summary: IRC to other Chat Networks Gateway
|
||||
# http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
|
||||
Source: bitlbee-%{version}.tar.bz2
|
||||
Source1: %{name}.xinetd-suse.in
|
||||
Patch1: bitlbee-fix_oscar_buffer_overflow.patch
|
||||
URL: http://www.bitlbee.org/
|
||||
Group: Productivity/Network/IRC
|
||||
Group: Productivity/Networking/IRC
|
||||
License: GNU General Public License version 2 (GPL v2)
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
Requires: xinetd
|
||||
BuildRequires: make gcc glibc-devel pkgconfig gnutls-devel libgcrypt-devel
|
||||
BuildRequires: libotr-devel
|
||||
BuildRequires: zlib-devel glib2-devel lzo-devel glib2-devel
|
||||
%if 0%{?suse_version} >= 1010
|
||||
BuildRequires: xmlto
|
||||
@ -43,7 +44,6 @@ enabled flood protection.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1
|
||||
|
||||
# make it verbose!
|
||||
find . -name Makefile -exec %__sed -i.orig 's|@$(CC)|$(CC)|;s|@$(LD)|$(LD)|' {} \;
|
||||
@ -66,6 +66,8 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
|
||||
--pidfile="%{_localstatedir}/run/%{name}.pid" \
|
||||
--config="%{_localstatedir}/lib/%{name}" \
|
||||
--ipcsocket="%{_localstatedir}/run/%{name}.sock" \
|
||||
--purple=0 \
|
||||
--otr=1 \
|
||||
--msn=1 \
|
||||
--jabber=1 \
|
||||
--twitter=1 \
|
||||
@ -106,7 +108,7 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
|
||||
-d "%{_localstatedir}/run/bitlbee" bitlbee &>/dev/null || :
|
||||
|
||||
%clean
|
||||
%__rm -rf "%{buildroot}"
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -124,8 +126,3 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
|
||||
%doc %{_mandir}/man8/bitlbee.8%{ext_man}
|
||||
%attr(0750,bitlbee,bitlbee) %dir %{_localstatedir}/lib/bitlbee
|
||||
|
||||
%changelog
|
||||
# Local Variables:
|
||||
# mode: rpm-spec
|
||||
# tab-width: 3
|
||||
# End:
|
||||
|
Loading…
x
Reference in New Issue
Block a user