rdesktop.spec

来自「LinuxTools一书随书源代码」· SPEC 代码 · 共 42 行

SPEC
42
字号
Summary: Remote DesktopName: rdesktopVersion: 1.2.0Release: 1Copyright: GPL; see COPYINGGroup: Applications/CommunicationsSource: rdesktop.tgzBuildRoot: %{_tmppath}/%{name}-buildrootPackager: Peter 舠trand <peter@cendio.se>Requires: XFree86-libs %descriptionrdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000Terminal Services, Windows XP Remote Desktop, and possibly other TerminalServices products.  rdesktop currently implements the RDP version 4 protocol.%preprm -rf $RPM_BUILD_ROOT%setup -n rdesktop%build ./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir}make%installmake install DESTDIR=$RPM_BUILD_ROOT%files%defattr(-,root,root)%doc COPYING %{_bindir}/rdesktop%{_mandir}/man1/rdesktop.1*%{_datadir}/rdesktop/keymaps%post%postun%cleanrm -rf $RPM_BUILD_ROOT

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?