]> git.pld-linux.org Git - packages/rdesktop.git/commitdiff
- bcond desc, cleanup auto/ti/rdesktop-1_5_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 4 Apr 2007 06:43:31 +0000 (06:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- keymaps are not executable

Changed files:
    rdesktop.spec -> 1.40

rdesktop.spec

index 037b7580d63d1cd9e181039e85e46141d3bd364e..9164ce511acbb3afdc2401e6d73b8b1c710edb4a 100644 (file)
@@ -1,4 +1,6 @@
-%bcond_with    vnc
+#
+# Conditional build:
+%bcond_with    vnc     # build rdp2vnc
 #
 Summary:       RDP client for accessing Windows NT Terminal Server
 Summary(pl.UTF-8):     Klient RDP umożliwiający dostęp do Terminal Serwera WinNT
@@ -11,10 +13,10 @@ Source0:    http://dl.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz
 # Source0-md5: 433546f60fc0f201e99307ba188369ed
 Patch0:                %{name}-vnc.patch
 URL:           http://www.rdesktop.org/
-BuildRequires: openssl-devel >= 0.9.7d
-BuildRequires: xorg-lib-libX11-devel
 BuildRequires: libao-devel
 %{?with_vnc:BuildRequires:     libvncserver-devel}
+BuildRequires: openssl-devel >= 0.9.7d
+BuildRequires: xorg-lib-libX11-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -55,5 +57,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc doc/
 %attr(755,root,root) %{_bindir}/rdesktop
-%attr(755,root,root) %{_datadir}/rdesktop
-%{_mandir}/man?/*
+%{_datadir}/rdesktop
+%{_mandir}/man1/rdesktop.1*
This page took 0.056017 seconds and 4 git commands to generate.