SPECS (AC-branch): p2p.spec - unify Name vs spec name
glen
glen at pld-linux.org
Fri Jun 8 15:24:34 CEST 2007
Author: glen Date: Fri Jun 8 13:24:34 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- unify Name vs spec name
---- Files affected:
SPECS:
p2p.spec (1.23.2.6 -> 1.23.2.7)
---- Diffs:
================================================================
Index: SPECS/p2p.spec
diff -u SPECS/p2p.spec:1.23.2.6 SPECS/p2p.spec:1.23.2.7
--- SPECS/p2p.spec:1.23.2.6 Mon Jun 4 10:09:08 2007
+++ SPECS/p2p.spec Fri Jun 8 15:24:29 2007
@@ -24,7 +24,7 @@
%define _rel 52
Summary: P2P - a netfilter extension to identify P2P filesharing traffic
Summary(pl): P2P - rozszerzenie filtra pakietów identyfikujące ruch P2P
-Name: kernel%{_alt_kernel}-net-p2p
+Name: p2p
Version: 0.3.0a
Release: %{_rel}@%{_kernel_ver_str}
License: GPL
@@ -59,6 +59,30 @@
Ten pakiet zawiera moduł jądra Linuksa.
+%package -n kernel%{_alt_kernel}-net-p2p
+Summary: P2P - a netfilter extension to identify P2P filesharing traffic
+Summary(pl): P2P - rozszerzenie filtra pakietów identyfikujące ruch P2P
+Release: %{_rel}@%{_kernel_ver_str}
+Group: Base/Kernel
+%{?with_dist_kernel:%requires_releq_kernel_up}
+Requires(post,postun): /sbin/depmod
+
+%description -n kernel%{_alt_kernel}-net-p2p
+iptables-p2p is a P2P match module for iptables. It supports the
+detection of the following protocols: FastTrack (KaZaa, Grokster,
+...), eDonkey (eDonkey, eMule, ...), Direct Connect, Gnutella (regular
+clients and Shareaza's gnutella 2), BitTorrent, OpenFT (giFT).
+
+This package contains Linux kernel module.
+
+%description -n kernel%{_alt_kernel}-net-p2p -l pl
+iptables-p2p to moduł dopasowywania P2P dla iptables. Obsługuje
+wykrywanie następujących protokołów: FastTrack (KaZaa, Grokster...),
+eDonkey (eDonkey, eMule...), Direct Connect, Gnutella (zwykli klienci
+oraz gnutella 2 Shareazy), BitTorrent, OpenFT (giFT).
+
+Ten pakiet zawiera moduł jądra Linuksa.
+
%package -n kernel%{_alt_kernel}-smp-net-p2p
Summary: P2P - a netfilter extension to identify P2P filesharing traffic
Summary(pl): P2P - rozszerzenie filtra pakietów identyfikujące ruch P2P
@@ -149,10 +173,10 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%post
+%post -n kernel%{_alt_kernel}-net-p2p
%depmod %{_kernel_ver}
-%postun
+%postun -n kernel%{_alt_kernel}-net-p2p
%depmod %{_kernel_ver}
%post -n kernel%{_alt_kernel}-smp-net-p2p
@@ -162,7 +186,7 @@
%depmod %{_kernel_ver}smp
%if %{with kernel}
-%files
+%files -n kernel%{_alt_kernel}-net-p2p
%if %{with up} || %{without dist_kernel}
%defattr(644,root,root,755)
/lib/modules/%{_kernel_ver}/kernel/net/ipv4/netfilter/*
@@ -187,6 +211,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23.2.7 2007/06/08 13:24:29 glen
+- unify Name vs spec name
+
Revision 1.23.2.6 2007/06/04 08:09:08 glen
- rel 52 (2.6.16.52)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/p2p.spec?r1=1.23.2.6&r2=1.23.2.7&f=u
More information about the pld-cvs-commit
mailing list