]> git.pld-linux.org Git - packages/open-iscsi.git/blobdiff - open-iscsi.spec
- tabs in preamble
[packages/open-iscsi.git] / open-iscsi.spec
index 64b1c65b17e3eabb84f1d51c18c5b2ce9b3c7489..cc5a4859bf66ae47dd8672ebe18af2371954e476 100644 (file)
@@ -9,7 +9,7 @@
 %define                _rc  rc7-383
 %define                _rel 0.1
 Summary:       iSCSI - SCSI over IP
-Summary(pl):   iSCSI - SCSI po IP
+Summary(pl.UTF-8):     iSCSI - SCSI po IP
 Name:          open-iscsi
 Version:       0.3
 Release:       %{_rel}
@@ -37,17 +37,17 @@ storage router. The iSCSI protocol is an IETF-defined protocol for IP
 storage. For more information about the iSCSI protocol, refer to the
 IETF standards for IP storage at <http://www.ietf.org/>.
 
-%description -l pl
-Sterownik Linux iSCSI zachowuje siê jak inicjator protoko³u iSCSI do
-transportu zleceñ SCSI i odpowiedzi po sieci IP miêdzy klientem a
-urz±dzeniem docelowym obs³uguj±cym iSCSI, takim jak Cisco SN 5420.
-Protokó³ iSCSI jest zdefiniowany przez IETF do sk³adowania IP. Wiêcej
-informacji o protokole iSCSI znajduje siê w standardach IETF na
+%description -l pl.UTF-8
+Sterownik Linux iSCSI zachowuje się jak inicjator protokołu iSCSI do
+transportu zleceń SCSI i odpowiedzi po sieci IP między klientem a
+urządzeniem docelowym obsługującym iSCSI, takim jak Cisco SN 5420.
+Protokół iSCSI jest zdefiniowany przez IETF do składowania IP. Więcej
+informacji o protokole iSCSI znajduje się w standardach IETF na
 <http://www.ietf.org/>.
 
 %package -n kernel-iscsi
 Summary:       ISCSI kernel module
-Summary(pl):   Modu³ j±dra ISCSI
+Summary(pl.UTF-8):     Moduł jądra ISCSI
 Release:       %{_rel}@%{_kernel_ver_str}
 Group:         Base/Kernel
 Requires:      %{name} = %{version}-%{_rel}
@@ -55,12 +55,12 @@ Requires:   %{name} = %{version}-%{_rel}
 %description -n kernel-iscsi
 IP over SCSI kernel module.
 
-%description -n kernel-iscsi -l pl
-Modu³ j±dra dla protoko³u IP over SCSI.
+%description -n kernel-iscsi -l pl.UTF-8
+Moduł jądra dla protokołu IP over SCSI.
 
 %package -n kernel-smp-iscsi
 Summary:       ISCSI SMP kernel module
-Summary(pl):   Modu³ j±dra SMP ISCSI
+Summary(pl.UTF-8):     Moduł jądra SMP ISCSI
 Release:       %{_rel}@%{_kernel_ver_str}
 Group:         Base/Kernel
 Requires:      %{name} = %{version}-%{_rel}
@@ -68,8 +68,8 @@ Requires:     %{name} = %{version}-%{_rel}
 %description -n kernel-smp-iscsi
 IP over SCSI SMP kernel module.
 
-%description -n kernel-smp-iscsi -l pl
-Modu³ j±dra SMP dla protoko³u IP over SCSI.
+%description -n kernel-smp-iscsi -l pl.UTF-8
+Moduł jądra SMP dla protokołu IP over SCSI.
 
 %prep
 %setup -q -n %{name}-%{version}%{_rc}
@@ -187,7 +187,7 @@ fi
 %doc README THANKS TODO
 %attr(755,root,root) %{_sbindir}/*
 %attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/iscsid.conf
-%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/initiatorname.iscsi
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/initiatorname.iscsi
 %attr(754,root,root) /etc/rc.d/init.d/iscsi
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/iscsi
 %endif
@@ -195,11 +195,11 @@ fi
 %if %{with kernel}
 %files -n kernel-iscsi
 %defattr(644,root,root,755)
-%attr(644,root,root) /lib/modules/%{_kernel_ver}/misc/*
+/lib/modules/%{_kernel_ver}/misc/*
 
 %if %{with smp} && %{with dist_kernel}
 %files -n kernel-smp-iscsi
 %defattr(644,root,root,755)
-%attr(644,root,root) /lib/modules/%{_kernel_ver}smp/misc/*
+/lib/modules/%{_kernel_ver}smp/misc/*
 %endif
 %endif
This page took 0.032626 seconds and 4 git commands to generate.