File rtorrent.spec of Package rtorrent
#
# spec file for package rtorrent (Version 0.7.6)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: rtorrent
Version: 0.8.2
Release: 1
#
License: GPL
Group: Productivity/Networking/Other
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc curl-devel gcc-c++ libtorrent-devel ncurses-devel pkgconfig xmlrpc-c-devel libxml2-devel
#
Url: http://libtorrent.rakshasa.no/
Source: http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.bz2
Patch0: rtorrent-gcc43.patch
#
Requires: xmlrpc-c
Requires: libtorrent >= 0.12.2
Summary: Console BitTorrent client
#Patch0: rtorrent-xmlrpc.patch
%description
rTorrent is a console-based BitTorrent client. It aims to be a fully-featured
and efficient client with the ability to run in the background using screen. It
supports fast-resume and session management.
Authors:
---------
Jari Sundell <jaris@ifi.uio.no>
%debug_package
%prep
%setup
%patch0 -p1
%build
%configure --enable-ipv6 --with-xmlrpc-c
%{__make}
%install
%makeinstall
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%doc TODO README doc/faq.xml doc/rtorrent.rc
%changelog
* Sat Aug 4 2007 mrueckert@suse.de
- update to 0.7.6
* Sun Jan 7 2007 mrueckert@suse.de
- update to 0.7.1
* Fri Nov 10 2006 mrueckert@suse.de
- update to 0.6.4
* Wed Oct 11 2006 mrueckert@suse.de
- update to 0.6.3:
UI cleanup. Various bugs were fixed. kqueue support was added.