ctags.spec
来自「ctags-5.5.4.tar.gz,一个很好的代码开发以及编辑源码」· SPEC 代码 · 共 41 行
SPEC
41 行
Summary: Exuberant Ctags - a multi-language source code indexing toolName: ctagsVersion: 5.5.4Release: 1License: GPLGroup: Development/ToolsSource: http://prdownloads.sourceforge.net/ctags/ctags-%{version}.tar.gzURL: http://ctags.sourceforge.netBuildroot: %{_tmppath}/%{name}-%{version}-root%descriptionExuberant Ctags generates an index (or tag) file of language objectsfound in source files for many popular programming languages. This indexmakes it easy for text editors and other tools to locate the indexeditems. Exuberant Ctags improves on traditional ctags because of itsmultilanguage support, its ability for the user to define new languagessearched by regular expressions, and its ability to generate emacs-styleTAGS files.Install ctags if you are going to use your system for programming.%prep%setup -q%build%configuremake%installrm -rf $RPM_BUILD_ROOT%makeinstall%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(-,root,root)%doc COPYING EXTENDING.html FAQ NEWS README ctags.html%{_bindir}/ctags%{_mandir}/man1/ctags*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?