SPECS: p2p.spec - unify Name vs spec name (AC-branch merge)
glen
glen at pld-linux.org
Fri Jun 8 23:27:08 CEST 2007
Author: glen Date: Fri Jun 8 21:27:08 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unify Name vs spec name (AC-branch merge)
---- Files affected:
SPECS:
p2p.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/p2p.spec
diff -u SPECS/p2p.spec:1.26 SPECS/p2p.spec:1.27
--- SPECS/p2p.spec:1.26 Fri Mar 16 00:01:58 2007
+++ SPECS/p2p.spec Fri Jun 8 23:27:03 2007
@@ -24,7 +24,7 @@
%define _rel 10
Summary: P2P - a netfilter extension to identify P2P filesharing traffic
Summary(pl.UTF-8): 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.UTF-8): 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.UTF-8
+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.UTF-8): 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.27 2007/06/08 21:27:03 glen
+- unify Name vs spec name (AC-branch merge)
+
Revision 1.26 2007/03/15 23:01:58 glen
- up bcond
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/p2p.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list