~ubuntu-branches/ubuntu/utopic/exuberant-ctags/utopic

« back to all changes in this revision

Viewing changes to ctags.spec

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2004-03-30 11:56:40 UTC
  • Revision ID: james.westby@ubuntu.com-20040330115640-0u2eq56u65zf53il
Tags: upstream-5.5.4
ImportĀ upstreamĀ versionĀ 5.5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Summary: Exuberant Ctags - a multi-language source code indexing tool
 
2
Name: ctags
 
3
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*