gcomm-1.0.spec
来自「Gcomm is a serial communications program」· SPEC 代码 · 共 42 行
SPEC
42 行
%define prefix /usrSummary: gcomm serial communications programName: gcommVersion: 1.0Release: 1Copyright: MITGroup: Applications/CommunicationsSource: %{name}-%{version}.tar.gzBuildRoot: /tmp/%{name}-rootRequires: gtk+ glib gnome-libs XFree86-libsURL: http://gcomm.sourceforge.netDocdir: %prefix/doc%descriptionGcomm is a serial communications program similar to seyon, but moremodern, and easier to use. Works over serial port, via TCP/IP, or a pipethrough another program. Supports xmodem/ymodem/zmodem protocols. Visitthe gcomm.sourceforge.net home page for more information.%prep%setup%buildmake -f Makefile.linux DESTROOT=%{prefix}%install[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOTmake -f Makefile.linux PROTODIR=$RPM_BUILD_ROOT DESTROOT=%{prefix} install%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(-, root, root)#%doc AUTHORS COPYING ChangeLog NEWS README%{prefix}/bin/gcomm%{prefix}/man/man1/gcomm.1.gz
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?