Author: qboosh Date: Thu Jan 5 20:22:47 2012 GMT Module: packages Tag: HEAD ---- Log message: - pl - new Source URL
---- Files affected: packages/usbredir: usbredir.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/usbredir/usbredir.spec diff -u packages/usbredir/usbredir.spec:1.2 packages/usbredir/usbredir.spec:1.3 --- packages/usbredir/usbredir.spec:1.2 Tue Nov 1 22:41:12 2011 +++ packages/usbredir/usbredir.spec Thu Jan 5 21:22:42 2012 @@ -1,13 +1,14 @@ # $Revision$, $Date$ Summary: USB network redirection protocol libraries +Summary(pl.UTF-8): Biblioteki protokołu przekierowania USB przez sieć Name: usbredir Version: 0.3.1 Release: 1 License: LGPL v2+ Group: Libraries -URL: http://cgit.freedesktop.org/~jwrdegoede/usbredir/ -Source0: http://people.fedoraproject.org/~jwrdegoede/%{name}-%{version}.tar.bz2 +Source0: http://spice-space.org/download/usbredir/%{name}-%{version}.tar.bz2 # Source0-md5: 17486f1662c65caab805487252274dc6 +URL: http://cgit.freedesktop.org/~jwrdegoede/usbredir/ BuildRequires: libusb-devel >= 1.0.9 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -29,17 +30,39 @@ - Monitor for usbredir and libusb read/write events and call their handlers +%description -l pl.UTF-8 +usbredir to protokół pozwalający przekierować ruch USB z pojedynczego +urządzenia USB na inną (wirtualną) maszynę, a następnie na taką, do +której urządzenie USB jest podłączone. Ten pakiet zawiera biblioteki +pomagające przy implementacji usbredir: + +usbredirparser - biblioteka zawierająca analizator protokołu usbredir + +usbredirhost - biblioteka implementująca stronę hosta USB połączenia +usbredir. Wszystko, co musi zrobić aplikacja chcąca implementować +host USB, to: +- zapewnienie uchwytu libusb dla urządzenia USB +- zapewnienie wywołań zapisu i odczytu dla transportu danych usbredir +- monitorowanie zdarzeń odczytu/zapisu usbredir oraz libusb i + wywoływanie ich procedur obsługi. + %package devel Summary: Development files for usbredir +Summary(pl.UTF-8): Pliki programistyczne usbredir Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel -This package contains libraries and header files for developing -applications that use usbredir. +This package contains the header files for developing applications +that use usbredir. + +%description devel -l pl.UTF-8 +Ten pakiet zawiera pliki nagłówkowe do tworzenia aplikacji +wykorzystujących usbredir. %package server Summary: Simple USB-host TCP server +Summary(pl.UTF-8): Prosty serwer TCP hosta USB License: GPL v2+ Group: Daemons Requires: %{name} = %{version}-%{release} @@ -47,6 +70,9 @@ %description server A simple USB-host TCP server, using libusbredirhost. +%description server -l pl.UTF-8 +Prosty serwer TCP hosta USB wykorzystujący libusbredirhost. + %prep %setup -q @@ -98,6 +124,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2012/01/05 20:22:42 qboosh +- pl +- new Source URL + Revision 1.2 2011/11/01 21:41:12 glen - pass CC, verbose files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/usbredir/usbredir.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
