Author: adamg Date: Sat Jun 7 18:51:22 2008 GMT Module: SPECS Tag: AC-branch ---- Log message: - updated to 0.12.2 - bunch of fixes from gentoo - ipv6 bcond (enabled by default)
---- Files affected: SPECS: libtorrent.spec (1.52 -> 1.52.2.1) ---- Diffs: ================================================================ Index: SPECS/libtorrent.spec diff -u SPECS/libtorrent.spec:1.52 SPECS/libtorrent.spec:1.52.2.1 --- SPECS/libtorrent.spec:1.52 Wed Jan 30 09:21:47 2008 +++ SPECS/libtorrent.spec Sat Jun 7 20:51:16 2008 @@ -2,17 +2,24 @@ # # Conditional build: %bcond_without static_libs # don't build static library +%bcond_without ipv6 # disable IPv6 support # Summary: LibTorrent - a BitTorrent library written in C++ for Unix Summary(pl.UTF-8): LibTorrent - biblioteka BitTorrenta napisana w C++ dla Uniksa Name: libtorrent -Version: 0.12.0 +Version: 0.12.2 Release: 1 License: GPL v2+ Group: Libraries Source0: http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz -# Source0-md5: 76c818b095248ea9e4b140fff4e2fa2a +# Source0-md5: 0831ca06f8906c7898fd67931ab239c7 Patch0: %{name}-client_list.patch +Patch1: %{name}-dht_bounds_fix.patch +Patch2: %{name}-fix_cull.patch +Patch3: %{name}-fix_dht_target.patch +Patch4: %{name}-gcc43.patch +Patch5: %{name}-lt-ver.patch +Patch6: %{name}-tracker_timer_fix.patch URL: http://libtorrent.rakshasa.no/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -65,6 +72,12 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 # from libtool 1.9f, autoconf 2.60 can't stand it (endless recursion) rm -f scripts/{libtool,lt*}.m4 @@ -77,6 +90,7 @@ %{__automake} %configure \ + --%{?with_ipv6:en}%{!?with_ipv6:dis}able-ipv6 \ --%{?debug:en}%{!?debug:dis}able-debug \ %{?with_static_libs:--enable-static} @@ -96,7 +110,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS README TODO +%doc AUTHORS README %attr(755,root,root) %{_libdir}/libtorrent.so.*.*.* %files devel @@ -118,6 +132,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.52.2.1 2008-06-07 18:51:16 adamg +- updated to 0.12.2 +- bunch of fixes from gentoo +- ipv6 bcond (enabled by default) + Revision 1.52 2008-01-30 08:21:47 paszczus - updated to 0.12.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libtorrent.spec?r1=1.52&r2=1.52.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
