SPECS: libtorrent.spec - merged from AC-branch: - bunch of fixes from gen...
adamg
adamg at pld-linux.org
Sat Jun 7 20:58:53 CEST 2008
Author: adamg Date: Sat Jun 7 18:58:53 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- merged from AC-branch:
- bunch of fixes from gentoo
- ipv6 bcond (enabled by default)
- release 2
---- Files affected:
SPECS:
libtorrent.spec (1.54 -> 1.55)
---- Diffs:
================================================================
Index: SPECS/libtorrent.spec
diff -u SPECS/libtorrent.spec:1.54 SPECS/libtorrent.spec:1.55
--- SPECS/libtorrent.spec:1.54 Sat May 10 01:21:38 2008
+++ SPECS/libtorrent.spec Sat Jun 7 20:58:48 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.2
-Release: 1
+Release: 2
License: GPL v2+
Group: Libraries
Source0: http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz
# 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}
@@ -98,7 +112,7 @@
%defattr(644,root,root,755)
%doc AUTHORS README
%attr(755,root,root) %{_libdir}/libtorrent.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libtorrent.so.9
+%attr(755,root,root) %ghost %{_libdir}/libtorrent.so.*
%files devel
%defattr(644,root,root,755)
@@ -119,6 +133,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.55 2008-06-07 18:58:48 adamg
+- merged from AC-branch:
+ - bunch of fixes from gentoo
+ - ipv6 bcond (enabled by default)
+- release 2
+
Revision 1.54 2008-05-09 23:21:38 areq
- 0.12.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libtorrent.spec?r1=1.54&r2=1.55&f=u
More information about the pld-cvs-commit
mailing list