Parse C++11 classed enums
[arduino-ctags.git] / ctags.spec
blob88939fedeae2f87c30e035213411ee54e1a67cfe
1 Summary: Exuberant Ctags - a multi-language source code indexing tool
2 Name: ctags
3 Version: @VERSION@
4 Release: 1
5 License: GPL
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
11 %description
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
18 TAGS files.
20 Install ctags if you are going to use your system for programming.
22 %prep
23 %setup -q
25 %build
26 %configure
27 make
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 %makeinstall
33 %clean
34 rm -rf $RPM_BUILD_ROOT
36 %files
37 %defattr(-,root,root)
38 %doc COPYING EXTENDING.html FAQ NEWS README ctags.html
39 %{_bindir}/ctags
40 %{_mandir}/man1/ctags*