SPECS: rtorrent.spec - added ip filtering patch
kosmo
kosmo at pld-linux.org
Thu Sep 11 10:56:07 CEST 2008
Author: kosmo Date: Thu Sep 11 08:56:07 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added ip filtering patch
---- Files affected:
SPECS:
rtorrent.spec (1.69 -> 1.70)
---- Diffs:
================================================================
Index: SPECS/rtorrent.spec
diff -u SPECS/rtorrent.spec:1.69 SPECS/rtorrent.spec:1.70
--- SPECS/rtorrent.spec:1.69 Fri Jul 18 23:06:23 2008
+++ SPECS/rtorrent.spec Thu Sep 11 10:56:01 2008
@@ -20,8 +20,10 @@
Patch3: %{name}-fix_start_stop_filter.patch
Patch4: %{name}-fix_conn_type_seed.patch
Patch5: %{name}-fix_load_cache.patch
+Patch6: %{name}-ip_filter.patch
URL: http://libtorrent.rakshasa.no/
BuildRequires: automake
+BuildRequires: boost-devel >= 1.35.0
BuildRequires: curl-devel >= 7.12
BuildRequires: libstdc++-devel
BuildRequires: libtorrent-devel >= 0.12.2
@@ -54,9 +56,14 @@
%patch3 -p1
%patch4 -p1
%patch5 -p1
+%patch6 -p1
%build
-cp /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal} -I scripts
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure \
CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses" \
--%{?debug:en}%{!?debug:dis}able-debug \
@@ -86,6 +93,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.70 2008/09/11 08:56:01 kosmo
+- added ip filtering patch
+
Revision 1.69 2008/07/18 21:06:23 adamg
- two more patches from gentoo
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rtorrent.spec?r1=1.69&r2=1.70&f=u
More information about the pld-cvs-commit
mailing list