rpms/rtorrent/devel rtorrent.libxmlrpcFTBFS.patch, NONE, 1.1 rtorrent.spec, 1.33, 1.34

Ankur Sinha ankursinha at fedoraproject.org
Sat Feb 13 19:54:43 UTC 2010


Author: ankursinha

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

Modified Files:
	rtorrent.spec 
Added Files:
	rtorrent.libxmlrpcFTBFS.patch 
Log Message:
Patched to fix FTBFS bug

rtorrent.libxmlrpcFTBFS.patch:
 Makefile.am |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE rtorrent.libxmlrpcFTBFS.patch ---
Common subdirectories: rtorrent-0.8.6.orig/doc and rtorrent-0.8.6/doc
diff -u rtorrent-0.8.6.orig/Makefile.am rtorrent-0.8.6/Makefile.am
--- rtorrent-0.8.6.orig/Makefile.am	2010-02-14 01:15:25.039110609 +0530
+++ rtorrent-0.8.6/Makefile.am	2010-02-14 01:16:17.891117977 +0530
@@ -26,3 +26,4 @@
 	scripts/attributes.m4
 
 ACLOCAL_AMFLAGS = -I scripts
+rtorrent_LDADD = -lxmlrpc -lxmlrpc_util
Common subdirectories: rtorrent-0.8.6.orig/rak and rtorrent-0.8.6/rak
Common subdirectories: rtorrent-0.8.6.orig/scripts and rtorrent-0.8.6/scripts
Common subdirectories: rtorrent-0.8.6.orig/src and rtorrent-0.8.6/src


Index: rtorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rtorrent/devel/rtorrent.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- rtorrent.spec	15 Dec 2009 18:07:33 -0000	1.33
+++ rtorrent.spec	13 Feb 2010 19:54:43 -0000	1.34
@@ -3,11 +3,12 @@ Name:          rtorrent
 License:       GPLv2+ with exceptions
 Group:         Applications/Internet
 Version:       0.8.6
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       BitTorrent client based on libtorrent 
 URL:           http://rtorrent.rakshasa.no/
 Source0:       http://libtorrent.rakshasa.no/downloads/rtorrent-%{version}.tar.gz
 Source1:       rtorrent.rc.example
+Patch1:        rtorrent.libxmlrpcFTBFS.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: curl-devel
@@ -27,6 +28,7 @@ of directories for torrent files to seed
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} .
@@ -39,7 +41,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
-		  
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING INSTALL README TODO rtorrent.rc.example 
@@ -47,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/rtorrent*
 
 %changelog
+* Sun Feb 14 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.8.6-2
+- add patch to add libxmlrpc for FTBFS fix 
+- # 564688
+
 * Tue Dec 15 2009 Conrad Meyer <konrad at tylerc.org> - 0.8.6-1
 - Bump version.
 



More information about the scm-commits mailing list