Accepting request 344465 from network:utilities

- Enable xmlrpc on Tumbleweed (forwarded request 344464 from pluskalm)

OBS-URL: https://build.opensuse.org/request/show/344465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtorrent?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2015-11-18 21:34:37 +00:00 committed by Git OBS Bridge
parent b494803bc8
commit eac5cfe033
4 changed files with 33 additions and 14 deletions

3
0.9.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ca89ca9e8f0cf984198d030203087e93d24743dfa158091a5d225a70ca4c8cf
size 226141

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Nov 15 11:05:42 UTC 2015 - mpluskal@suse.com
- Enable xmlrpc on Tumbleweed
-------------------------------------------------------------------
Fri Nov 13 11:35:23 UTC 2015 - tampakrap@opensuse.org
- Update to new upstream release 0.9.6
* Added 'log.open_file_pid' and 'log.open_gz_file_pid' commands
that appends the pid automatically.
- Moved fully to github, change URL and Source accordingly
-------------------------------------------------------------------
Tue Aug 5 10:00:34 UTC 2014 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package rtorrent
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,35 +17,40 @@
Name: rtorrent
Version: 0.9.4
Version: 0.9.6
Release: 0
Summary: Console-based BitTorrent Client
License: SUSE-GPL-2.0+-with-openssl-exception
Group: Productivity/Networking/File-Sharing
URL: http://libtorrent.rakshasa.no/
Url: http://github.com/rakshasa/rtorrent
%bcond_with xmlrpc
%if 0%{?suse_version} > 1320
%bcond_without xmlrpc
%endif
#Git-Clone: git://github.com/rakshasa/rtorrent
Source: http://libtorrent.rakshasa.no/downloads/%name-%version.tar.gz
#Git-Clone git://github.com/rakshasa/rtorrent
Source: https://github.com/rakshasa/rtorrent/archive/%version.tar.gz
Source2: rtorrent.desktop
# This manpage copied from the 0.9.2 tarball as it was missing in later versions
Source3: rtorrent.1
Source4: rtorrent_syntax.vim
Source5: rtorrent_ftdetect.vim
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
%if %{with xmlrpc}
BuildRequires: libxmlrpc-c-devel
%endif
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: ncurses-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(cppunit) >= 1.9.6
BuildRequires: pkgconfig(libcurl) >= 7.15.4
BuildRequires: pkgconfig(libtorrent) >= 0.13.4
# not strictly needed. we only need it for the ownership of the vim data dir
BuildRequires: vim
BuildRequires: pkgconfig(cppunit) >= 1.9.6
BuildRequires: pkgconfig(libcurl) >= 7.15.4
BuildRequires: pkgconfig(libtorrent) >= 0.13.6
%description
rTorrent is a console-based BitTorrent client. It aims to be a
@ -56,8 +61,8 @@ management.
%package vim
Summary: Vim syntax file for rTorrent's config file
Group: Productivity/Text/Editors
Requires: vim
BuildArch: noarch
Requires: vim
Supplements: packageand(vim:%{name})
%{!?vim_data_dir:%global vim_data_dir %(readlink -f %_datadir/vim/current)}
@ -75,6 +80,7 @@ export CXXFLAGS="$CFLAGS"
%if 0%{?suse_version} >= 1220
export CXXFLAGS="$CXXFLAGS -std=gnu++11"
%endif
autoreconf -fiv
%configure \
%if %{with xmlrpc}
--with-xmlrpc-c="%_bindir/xmlrpc-c-config" \