summaryrefslogtreecommitdiff
path: root/packaging/ctags.spec
blob: 6f67b9eebc0de27c82455d0b87a5ae20d146f762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Name:           ctags
Version:        5.8
Release:        0
License:        GPL-2.0+
Summary:        Tool for generating indexes of source code definitions
Url:            http://ctags.sourceforge.net/
Group:          Development/Tools
Source:         %{name}-%{version}.tar.gz
Source1001: 	ctags.manifest

%description
Exuberant Ctags is a multilanguage reimplementation of the much-underused
ctags(1) program and is intended to be the mother of all ctags programs. It
generates indexes of source code definitions which are used by a number of
editors and tools. The motivation which drove the development of Exuberant
Ctags was the need for a ctags program which supported generation of tags
for all possible C language constructs (which no other ctags offers), and
because most were easily fooled by a number of preprocessor contructs.

%prep
%setup -q
cp %{SOURCE1001} .

%build
%configure
make %{?_smp_mflags}

%install
%make_install

%docs_package

%files
%manifest %{name}.manifest
%license COPYING
%{_bindir}/ctags