~ubuntu-branches/debian/sid/exuberant-ctags/sid

1 by Colin Watson
Import upstream version 5.5.4
1
Summary: Exuberant Ctags - a multi-language source code indexing tool
2
Name: ctags
1.1.2 by Colin Watson
Import upstream version 5.7
3
Version: @VERSION@
1 by Colin Watson
Import upstream version 5.5.4
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
10
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.
19
20
Install ctags if you are going to use your system for programming.
21
22
%prep
23
%setup -q
24
25
%build
26
%configure
27
make
28
29
%install
30
rm -rf $RPM_BUILD_ROOT
31
%makeinstall
32
33
%clean
34
rm -rf $RPM_BUILD_ROOT
35
36
%files
37
%defattr(-,root,root)
38
%doc COPYING EXTENDING.html FAQ NEWS README ctags.html
39
%{_bindir}/ctags
40
%{_mandir}/man1/ctags*