SPECS: perl-Net-VNC.spec - pl, fixed program perms
qboosh
qboosh at pld-linux.org
Sun Aug 20 13:03:09 CEST 2006
Author: qboosh Date: Sun Aug 20 11:03:09 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, fixed program perms
---- Files affected:
SPECS:
perl-Net-VNC.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/perl-Net-VNC.spec
diff -u SPECS/perl-Net-VNC.spec:1.1 SPECS/perl-Net-VNC.spec:1.2
--- SPECS/perl-Net-VNC.spec:1.1 Sat Jul 29 01:07:34 2006
+++ SPECS/perl-Net-VNC.spec Sun Aug 20 13:03:04 2006
@@ -1,40 +1,50 @@
# $Revision$, $Date$
#
# Conditional build:
-%bcond_without autodeps # don't BR packages needed only for resolving deps
-%bcond_without tests # do not perform "make test"
+%bcond_without tests # do not perform "make test"
#
%include /usr/lib/rpm/macros.perl
%define pdir Net
%define pnam VNC
-Summary: perl(Net::VNC) â A simple VNC client
+Summary: Net::VNC - a simple VNC client
+Summary(pl): Net::VNC - prosty klient VNC
Name: perl-Net-VNC
Version: 0.35
Release: 0.1
# "same as perl"
-License: GPL or Artistic
+License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: c07b849083955235dfe986148b14db14
-URL: http://search.cpan.org/dist/Net-VNC
+URL: http://search.cpan.org/dist/Net-VNC/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
-%if %{with autodeps} || %{with tests}
-# none yet
-%endif
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Virtual Network Computing (VNC) is a desktop sharing system which uses the RFB
-(Remote FrameBuffer) protocol to remotely control another computer. This module
-acts as a VNC client and communicates to a VNC server using the RFB protocol,
-allowing you to capture the screen of the remote computer.
-This module dies upon connection errors (with a timeout of 15 seconds) and
-protocol errors. This implementation is based largely on the RFB Protocol
-Specification, <http://www.realvnc.com/docs/rfbproto.pdf>.
-That document has an error in the DES encryption description, which is
-clarified via <http://www.vidarholen.net/contents/junk/vnc.html>.
+Virtual Network Computing (VNC) is a desktop sharing system which uses
+the RFB (Remote FrameBuffer) protocol to remotely control another
+computer. This module acts as a VNC client and communicates to a VNC
+server using the RFB protocol, allowing you to capture the screen of
+the remote computer. This module dies upon connection errors (with a
+timeout of 15 seconds) and protocol errors. This implementation is
+based largely on the RFB Protocol Specification,
+<http://www.realvnc.com/docs/rfbproto.pdf>. That document has an error
+in the DES encryption description, which is clarified via
+<http://www.vidarholen.net/contents/junk/vnc.html>.
+
+%description -l pl
+VNC (Virtual Network Computing) to system współdzielenia pulpitu
+używający protokołu RFB (Remote FrameBuffer - zdalnego framebuffera)
+do zdalnego sterowania innym komputerem. Ten moduł działa jako klient
+VNC, komunikując się z serwerem VNC przy użyciu protokołu RFB,
+pozwalając na przechwytywanie ekranu zdalnego komputera. Moduł umiera
+przy błędach połączenia (z timeoutem 15 sekund) i błędach protokołu.
+Ta implementacja jest oparta głównie na specyfikacji protokołu RFB
+<http://www.realvnc.com/docs/rfbproto.pdf>. Dokument ten zawiera błąd
+w opisie szyfrowania DES, wyjaśniony pod
+<http://www.vidarholen.net/contents/junk/vnc.html>.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -58,11 +68,11 @@
%files
%defattr(644,root,root,755)
-%{_bindir}/vnccapture
%doc CHANGES README
+%attr(755,root,root) %{_bindir}/vnccapture
%{perl_vendorlib}/Net/VNC.pm
-%{_mandir}/man3/*
%{_mandir}/man1/*
+%{_mandir}/man3/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -70,6 +80,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/08/20 11:03:04 qboosh
+- pl, fixed program perms
+
Revision 1.1 2006/07/28 23:07:34 agaran
- initial, 0.35 rel 0.1, builds here
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Net-VNC.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list