SPECS: softmac.spec - pl, desc fixes
qboosh
qboosh at pld-linux.org
Sun Jan 22 16:53:36 CET 2006
Author: qboosh Date: Sun Jan 22 15:53:36 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, desc fixes
---- Files affected:
SPECS:
softmac.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/softmac.spec
diff -u SPECS/softmac.spec:1.6 SPECS/softmac.spec:1.7
--- SPECS/softmac.spec:1.6 Sun Jan 22 01:26:58 2006
+++ SPECS/softmac.spec Sun Jan 22 16:53:30 2006
@@ -14,6 +14,7 @@
%define _snap 20060120
%define _rel 0.%{_snap}.1
Summary: Layer intended to be a software MAC layer
+Summary(pl): Warstwa mająca być programową warstwą MAC
Name: softmac
Version: 0.1
Release: %{_rel}
@@ -35,20 +36,30 @@
The ieee80211 softmac layer is intended to be a software MAC layer
complementing ieee80211 layer in Linux with protocol management
features that a lot of hardware no longer does but instead hands off
-to software. It is intended to handle scanning, assocation and similar
-tasks.
+to software. It is intended to handle scanning, association and
+similar tasks.
+
+%description -l pl
+softmac ma być programową warstwą MAC zgodną z warstwą ieee80211 w
+Linuksie z opcjami zarządzania protokołem, których znaczna część
+sprzętu już nie obsługuje, ale pozostawia oprogramowaniu. Ma
+obsługiwać skanowanie, kojarzenie i podobne zadania.
%package devel
Summary: Kernel headers
+Summary(pl): Pliki nagłówkowe jądra
Release: %{_rel}@%{_kernel_ver_str}
Group: Base/Kernel
%description devel
SoftMAC kernel headers.
+%description devel -l pl
+Pliki nagłówkowe jądra SoftMAC
+
%package -n kernel-net-softmac
-Summary: Layer intended to be a software MAC layer
-Summary(pl): ***
+Summary: Software MAC layer - Linux kernel drivers
+Summary(pl): Programowa warstwa MAC - sterowniki jądra Linuksa
Release: %{_rel}@%{_kernel_ver_str}
Group: Base/Kernel
Requires(post,postun): /sbin/depmod
@@ -64,9 +75,19 @@
to software. It is intended to handle scanning, assocation and similar
tasks.
+This package contains Linux kernel drivers.
+
+%description -n kernel-net-softmac -l pl
+softmac ma być programową warstwą MAC zgodną z warstwą ieee80211 w
+Linuksie z opcjami zarządzania protokołem, których znaczna część
+sprzętu już nie obsługuje, ale pozostawia oprogramowaniu. Ma
+obsługiwać skanowanie, kojarzenie i podobne zadania.
+
+Ten pakiet zawiera sterowniki jądra Linuksa.
+
%package -n kernel-smp-net-softmac
-Summary: Broadcom BCM4400 driver for Linux SMP
-Summary(pl): Sterownik do karty Broadcom BCM4400 dla Linuksa SMP
+Summary: Software MAC layer - Linux SMP kernel drivers
+Summary(pl): Programowa warstwa MAC - sterowniki jądra Linuksa SMP
Release: %{_rel}@%{_kernel_ver_str}
Group: Base/Kernel
Requires(post,postun): /sbin/depmod
@@ -82,19 +103,28 @@
to software. It is intended to handle scanning, assocation and similar
tasks.
+This package contains Linux SMP kernel drivers.
+
+%description -n kernel-smp-net-softmac -l pl
+softmac ma być programową warstwą MAC zgodną z warstwą ieee80211 w
+Linuksie z opcjami zarządzania protokołem, których znaczna część
+sprzętu już nie obsługuje, ale pozostawia oprogramowaniu. Ma
+obsługiwać skanowanie, kojarzenie i podobne zadania.
+
+Ten pakiet zawiera sterowniki jądra Linuksa SMP.
+
%prep
%setup -q -n %{name}-snapshot
%patch0 -p1
sed 's/$(CONFIG_[A-Za-z0-9_]*)/m/' \
-i net/ieee80211/Makefile \
-i net/ieee80211/softmac/Makefile
-cp -rf include/net net/ieee80211/
-cp -rf include/net net/ieee80211/softmac/
+cp -rf include/net net/ieee80211
+cp -rf include/net net/ieee80211/softmac
%build
cd net/ieee80211
-
%if %{with kernel}
for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}; do
if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
@@ -209,6 +239,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2006/01/22 15:53:30 qboosh
+- pl, desc fixes
+
Revision 1.6 2006/01/22 00:26:58 arekm
- cleanups; follow pld style
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/softmac.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list