SHA256
1
0
forked from pool/bitlbee
Pascal Bleser 2010-10-22 13:51:09 +00:00 committed by Git OBS Bridge
parent f91aed2386
commit b45533ff4e
4 changed files with 26 additions and 13 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04e1ef20ca0288145f1d3b9f4dfa8c8f97294e5cbbd5b4af8fab50169685720d
size 499413

View File

@ -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 Sun Jul 4 19:20:02 UTC 2010 - pascal.bleser@opensuse.org

View File

@ -1,19 +1,20 @@
# norootforbuild # norootforbuild
# vim: set ts=4 sw=4 et:
Name: bitlbee Name: bitlbee
Version: 1.2.8 Version: 3.0
Release: 0 Release: 0
Summary: IRC to other Chat Networks Gateway Summary: IRC to other Chat Networks Gateway
# http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz # http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
Source: bitlbee-%{version}.tar.bz2 Source: bitlbee-%{version}.tar.bz2
Source1: %{name}.xinetd-suse.in Source1: %{name}.xinetd-suse.in
Patch1: bitlbee-fix_oscar_buffer_overflow.patch
URL: http://www.bitlbee.org/ URL: http://www.bitlbee.org/
Group: Productivity/Network/IRC Group: Productivity/Networking/IRC
License: GNU General Public License version 2 (GPL v2) License: GNU General Public License version 2 (GPL v2)
BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRoot: %{_tmppath}/build-%{name}-%{version}
Requires: xinetd Requires: xinetd
BuildRequires: make gcc glibc-devel pkgconfig gnutls-devel libgcrypt-devel BuildRequires: make gcc glibc-devel pkgconfig gnutls-devel libgcrypt-devel
BuildRequires: libotr-devel
BuildRequires: zlib-devel glib2-devel lzo-devel glib2-devel BuildRequires: zlib-devel glib2-devel lzo-devel glib2-devel
%if 0%{?suse_version} >= 1010 %if 0%{?suse_version} >= 1010
BuildRequires: xmlto BuildRequires: xmlto
@ -43,7 +44,6 @@ enabled flood protection.
%prep %prep
%setup -q %setup -q
%patch1
# 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)|' {} \;
@ -66,6 +66,8 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
--pidfile="%{_localstatedir}/run/%{name}.pid" \ --pidfile="%{_localstatedir}/run/%{name}.pid" \
--config="%{_localstatedir}/lib/%{name}" \ --config="%{_localstatedir}/lib/%{name}" \
--ipcsocket="%{_localstatedir}/run/%{name}.sock" \ --ipcsocket="%{_localstatedir}/run/%{name}.sock" \
--purple=0 \
--otr=1 \
--msn=1 \ --msn=1 \
--jabber=1 \ --jabber=1 \
--twitter=1 \ --twitter=1 \
@ -106,7 +108,7 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
-d "%{_localstatedir}/run/bitlbee" bitlbee &>/dev/null || : -d "%{_localstatedir}/run/bitlbee" bitlbee &>/dev/null || :
%clean %clean
%__rm -rf "%{buildroot}" %{?buildroot:%__rm -rf "%{buildroot}"}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -124,8 +126,3 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
%doc %{_mandir}/man8/bitlbee.8%{ext_man} %doc %{_mandir}/man8/bitlbee.8%{ext_man}
%attr(0750,bitlbee,bitlbee) %dir %{_localstatedir}/lib/bitlbee %attr(0750,bitlbee,bitlbee) %dir %{_localstatedir}/lib/bitlbee
%changelog
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End: