1 Summary: Exuberant Ctags
- a multi
-language
source code indexing tool
6 Group: Development
/Tools
7 Source: http
://prdownloads.sourceforge.net
/ctags
/ctags
-%{version}.tar.gz
8 URL: http
://ctags.sourceforge.net
9 Buildroot: %{_tmppath}/%{name}-%{version}-root
12 Exuberant Ctags generates an index
(or tag
) file of language objects
13 found
in source files
for many popular programming languages. This index
14 makes it easy
for text editors and other tools to locate the indexed
15 items. Exuberant Ctags improves on traditional ctags because of its
16 multilanguage support
, its ability
for the user to define new languages
17 searched by regular expressions
, and its ability to generate emacs
-style
20 Install ctags
if you are going to use your system
for programming.
30 rm -rf $RPM_BUILD_ROOT
34 rm -rf $RPM_BUILD_ROOT
38 %doc COPYING EXTENDING.html FAQ NEWS README ctags.html
40 %{_mandir}/man1
/ctags
*