Author: adamg Date: Fri Mar 14 22:02:02 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - renumbered patches - proper xmlrpc-c support
---- Files affected: SPECS: rtorrent.spec (1.61 -> 1.62) ---- Diffs: ================================================================ Index: SPECS/rtorrent.spec diff -u SPECS/rtorrent.spec:1.61 SPECS/rtorrent.spec:1.62 --- SPECS/rtorrent.spec:1.61 Thu Feb 21 20:04:50 2008 +++ SPECS/rtorrent.spec Fri Mar 14 23:01:57 2008 @@ -14,9 +14,10 @@ Group: Applications/Networking Source0: http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz # Source0-md5: 6216be7ce5e3ead9dc115eaeea863694 -Patch100: %{name}-colors.patch -Patch101: %{name}-dns_peer_info.patch -Patch102: %{name}-ssl-no-verify.patch +Patch0: %{name}-colors.patch +Patch1: %{name}-dns_peer_info.patch +Patch2: %{name}-ssl-no-verify.patch +Patch3: %{name}-missing_include.patch URL: http://libtorrent.rakshasa.no/ BuildRequires: automake BuildRequires: curl-devel >= 7.12 @@ -25,7 +26,7 @@ BuildRequires: ncurses-devel BuildRequires: pkgconfig %if %{with xmlrpc} -BuildRequires: xmlrpc-c-devel +BuildRequires: xmlrpc-c-devel >= 1.10.00-3 %endif BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -44,10 +45,11 @@ %prep %setup -q %if %{with colors} -%patch100 -p1 -#%patch101 -p1 +%patch0 -p1 %endif -%patch102 -p1 +#%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build cp /usr/share/automake/config.sub . @@ -55,7 +57,7 @@ CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses" \ --%{?debug:en}%{!?debug:dis}able-debug \ --%{?with_ipv6:en}%{!?with_ipv6:dis}able-ipv6 \ - --%{?with_xmlrpc:en}%{!?with_xmlrpc:dis}able-xmlrpc-c + --with%{!?with_xmlrpc:out}-xmlrpc-c %{__make} @@ -80,6 +82,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.62 2008-03-14 22:01:57 adamg +- renumbered patches +- proper xmlrpc-c support + Revision 1.61 2008-02-21 19:04:50 glen - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rtorrent.spec?r1=1.61&r2=1.62&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
