packages: libiscsi/libiscsi.spec - pl - verbose bin files
qboosh
qboosh at pld-linux.org
Sat Feb 25 18:50:54 CET 2012
Author: qboosh Date: Sat Feb 25 17:50:54 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- pl
- verbose bin files
---- Files affected:
packages/libiscsi:
libiscsi.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/libiscsi/libiscsi.spec
diff -u packages/libiscsi/libiscsi.spec:1.1 packages/libiscsi/libiscsi.spec:1.2
--- packages/libiscsi/libiscsi.spec:1.1 Wed Feb 22 14:57:43 2012
+++ packages/libiscsi/libiscsi.spec Sat Feb 25 18:50:49 2012
@@ -1,11 +1,12 @@
# $Revision$, $Date$
Summary: Clientside library to implement the iSCSI protocol
+Summary(pl.UTF-8): Biblioteka kliencka implementująca protokół iSCSI
Name: libiscsi
Version: 1.1.0
Release: 1
-License: GPLv2 / LGPLv2.1
+License: LGPL v2.1+ (library), GPL v2+ (tools)
Group: Libraries
-Source0: https://github.com/downloads/sahlberg/%{name}/%{name}-%{version}.tar.gz
+Source0: https://github.com/downloads/sahlberg/libiscsi/%{name}-%{version}.tar.gz
# Source0-md5: 53d0fc75c4d0e8db9344aa2565421930
URL: https://github.com/sahlberg/libiscsi
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -14,23 +15,22 @@
Libiscsi is a clientside library to implement the iSCSI protocol
that can be used to access resource of an iSCSI Target.
-The library is fully async with regards to iscsi commands and scsi
+The library is fully async with regards to iSCSC commands and SCSI
tasks, but a sync layer is also provided for ease of use for simpler
applications.
-%package tools
-Summary: A handful of useful iscsi utilities
-Group: Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description tools
-A handful of useful iscsi utilities
-such as logging in to and enumerating all targets on a portal
-and all devices of a target.
+%description -l pl.UTF-8
+Libiscsi to biblioteka kliencka implementująca protokół iSCSI. Można
+jej używać do dostępu do zasobów na celu iSCSI (iSCSI Target).
+
+Biblioteka jest w pełni asynchroniczna względem poleceń iSCSI i zadań
+SCSI, ale dostępna jest także warstwa synchroniczna ułatwiająca użycie
+w prostszych zastosowaniach.
%package devel
Summary: Header files for %{name} library
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki %{name}
+License: LGPL v2.1+
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
@@ -43,6 +43,7 @@
%package static
Summary: Static %{name} library
Summary(pl.UTF-8): Statyczna biblioteka %{name}
+License: LGPL v2.1+
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
@@ -52,6 +53,21 @@
%description static -l pl.UTF-8
Statyczna biblioteka %{name}.
+%package tools
+Summary: A handful of useful iSCSI utilities
+Summary(pl.UTF-8): Zestaw przydatnych narzędzi iSCSI
+License: GPL v2+
+Group: Applications/System
+Requires: %{name} = %{version}-%{release}
+
+%description tools
+A handful of useful iSCSI utilities, such as logging in to and
+enumerating all targets on a portal and all devices of a target.
+
+%description tools -l pl.UTF-8
+Zestaw przydatnych narzędzi iSCSI, takich jak logowanie czy
+listowanie wszystkich celów oraz urządzeń.
+
%prep
%setup -q
@@ -77,10 +93,6 @@
%attr(755,root,root) %{_libdir}/libiscsi.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libiscsi.so.1
-%files tools
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libiscsi.so
@@ -91,12 +103,21 @@
%defattr(644,root,root,755)
%{_libdir}/libiscsi.a
+%files tools
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/iscsi-inq
+%attr(755,root,root) %{_bindir}/iscsi-ls
+%attr(755,root,root) %{_bindir}/ld_iscsi.so
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2012/02/25 17:50:49 qboosh
+- pl
+- verbose bin files
+
Revision 1.1 2012/02/22 13:57:43 baggins
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libiscsi/libiscsi.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list