SPECS: rtorrent.spec - fix bcond (no *-c allowed)

shadzik shadzik at pld-linux.org
Wed Jan 9 16:55:09 CET 2008


Author: shadzik                      Date: Wed Jan  9 15:55:09 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix bcond (no *-c allowed)

---- Files affected:
SPECS:
   rtorrent.spec (1.57 -> 1.58) 

---- Diffs:

================================================================
Index: SPECS/rtorrent.spec
diff -u SPECS/rtorrent.spec:1.57 SPECS/rtorrent.spec:1.58
--- SPECS/rtorrent.spec:1.57	Wed Jan  9 16:50:16 2008
+++ SPECS/rtorrent.spec	Wed Jan  9 16:55:03 2008
@@ -3,7 +3,7 @@
 # Conditional build:
 %bcond_with	colors		# with color version
 %bcond_with	ipv6		# with IPv6 support (default IPv4-only)
-%bcond_with	xmlrpc-c	# build xmlrpc-c support
+%bcond_with	xmlrpc		# build xmlrpc-c support
 #
 Summary:	rTorrent - a console-based BitTorrent client
 Summary(pl.UTF-8):	rTorrent - konsolowy klient BitTorrenta
@@ -24,7 +24,7 @@
 BuildRequires:	libtorrent-devel >= 0.11.9
 BuildRequires:	ncurses-devel
 BuildRequires:	pkgconfig
-%if %{with xmlrpc-c}
+%if %{with xmlrpc}
 BuildRequires:	xmlrpc-c-devel
 %endif
 BuildRequires:	zlib-devel
@@ -55,7 +55,7 @@
 	CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses" \
 	--%{?debug:en}%{!?debug:dis}able-debug \
 	--%{?with_ipv6:en}%{!?with_ipv6:dis}able-ipv6 \
-	--%{?with_xmlrpc-c:en}%{!?with_xmlrpc-c:dis}able-xmlrpc-c
+	--%{?with_xmlrpc:en}%{!?with_xmlrpc:dis}able-xmlrpc-c
 
 %{__make}
 
@@ -80,6 +80,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.58  2008-01-09 15:55:03  shadzik
+- fix bcond (no *-c allowed)
+
 Revision 1.57  2008-01-09 15:50:16  shadzik
 - bcond xmlrpc-c
 - rel 3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rtorrent.spec?r1=1.57&r2=1.58&f=u



More information about the pld-cvs-commit mailing list