rpms/rtorrent/devel rtorrent.spec,1.26,1.27

Conrad Meyer konradm at fedoraproject.org
Wed Dec 3 05:46:27 UTC 2008


Author: konradm

Update of /cvs/pkgs/rpms/rtorrent/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22211

Modified Files:
	rtorrent.spec 
Log Message:
Include xmlrpc-c features.


Index: rtorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rtorrent/devel/rtorrent.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- rtorrent.spec	26 Nov 2008 21:43:32 -0000	1.26
+++ rtorrent.spec	3 Dec 2008 05:45:54 -0000	1.27
@@ -3,14 +3,20 @@
 License:       GPLv2+ with exceptions
 Group:         Applications/Internet
 Version:       0.8.4
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       BitTorrent client based on libtorrent 
 URL:           http://rtorrent.rakshasa.no/
 Source0:       http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz
 Source1:       rtorrent.rc.example
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libstdc++-devel, pkgconfig, libsigc++20-devel, libtorrent-devel >= 0.11.4, curl-devel, ncurses-devel
-Requires:      libtorrent >= 0.11.8
+
+BuildRequires: curl-devel
+BuildRequires: libstdc++-devel
+BuildRequires: libsigc++20-devel
+BuildRequires: libtorrent-devel
+BuildRequires: ncurses-devel
+BuildRequires: pkgconfig
+BuildRequires: xmlrpc-c-devel
 
 %description
 A BitTorrent client using libtorrent, which on high-bandwidth connections is 
@@ -28,7 +34,7 @@
 export CFLAGS=$RPM_OPT_FLAGS
 export CXXFLAGS=$RPM_OPT_FLAGS
 install -m 644 %{SOURCE1} .
-%configure
+%configure --with-xmlrpc-c
 make %{?_smp_mflags}
 
 %install
@@ -45,6 +51,9 @@
 %{_mandir}/man1/rtorrent*
 
 %changelog
+* Tue Dec 2 2008 Conrad Meyer <konrad at tylerc.org> - 0.8.4-2
+- Add --with-xmlrpc-c to configure.
+
 * Wed Nov 26 2008 Conrad Meyer <konrad at tylerc.org> - 0.8.4-1
 - Bump to 0.8.4.
 




More information about the fedora-extras-commits mailing list