Author: charles Date: Sun Jan 14 08:15:14 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - IPv6 support (with bcond) - BR libtorrent-devel up to >= 0.11.1 - rel. 1
---- Files affected: SPECS: rtorrent.spec (1.41 -> 1.42) ---- Diffs: ================================================================ Index: SPECS/rtorrent.spec diff -u SPECS/rtorrent.spec:1.41 SPECS/rtorrent.spec:1.42 --- SPECS/rtorrent.spec:1.41 Sun Jan 7 07:45:18 2007 +++ SPECS/rtorrent.spec Sun Jan 14 09:15:09 2007 @@ -2,12 +2,13 @@ # # Conditional build: %bcond_with colors # with color version +%bcond_with ipv6 # with IPv6 support (default IPv4-only) # Summary: rTorrent - a console-based BitTorrent client Summary(pl): rTorrent - konsolowy klient BitTorrenta Name: rtorrent Version: 0.7.1 -Release: 0.1 +Release: 1 License: GPL v2 Group: Applications/Networking Source0: http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz @@ -18,7 +19,7 @@ BuildRequires: automake BuildRequires: curl-devel >= 7.12 BuildRequires: libstdc++-devel -BuildRequires: libtorrent-devel >= 0.11.0 +BuildRequires: libtorrent-devel >= 0.11.1 BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: zlib-devel @@ -38,7 +39,7 @@ %prep %setup -q %if %{with colors} -#%patch100 -p1 +%patch100 -p1 #%patch101 -p1 %endif @@ -46,7 +47,9 @@ cp /usr/share/automake/config.sub . %configure \ CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses" \ - --%{?debug:en}%{!?debug:dis}able-debug + --%{?debug:en}%{!?debug:dis}able-debug \ + --%{?with_ipv6:en}%{!?with_ipv6:dis}able-ipv6 + %{__make} %install @@ -70,6 +73,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.42 2007/01/14 08:15:09 charles +- IPv6 support (with bcond) +- BR libtorrent-devel up to >= 0.11.1 +- rel. 1 + Revision 1.41 2007/01/07 06:45:18 charles - updated to 0.7.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rtorrent.spec?r1=1.41&r2=1.42&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
