Sha256: 42c6c37f95136e9a1316ef4155988a103ca73dbc9a8509a7ad727e5de1427360

Contents?: true

Size: 1.04 KB

Versions: 5

Compression:

Stored size: 1.04 KB

Contents

Summary: Exuberant Ctags - a multi-language source code indexing tool
Name: ctags
Version: @VERSION@
Release: 1
License: GPL
Group: Development/Tools
Source: http://prdownloads.sourceforge.net/ctags/ctags-%{version}.tar.gz
URL: http://ctags.sourceforge.net
Buildroot: %{_tmppath}/%{name}-%{version}-root

%description
Exuberant Ctags generates an index (or tag) file of language objects
found in source files for many popular programming languages. This index
makes it easy for text editors and other tools to locate the indexed
items. Exuberant Ctags improves on traditional ctags because of its
multilanguage support, its ability for the user to define new languages
searched by regular expressions, and its ability to generate emacs-style
TAGS files.

Install ctags if you are going to use your system for programming.

%prep
%setup -q

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING EXTENDING.html FAQ NEWS README ctags.html
%{_bindir}/ctags
%{_mandir}/man1/ctags*

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ctags.rb-1.0.19 ext/vendor/exuberant-ctags/ctags.spec
ctags.rb-1.0.18 ext/vendor/exuberant-ctags/ctags.spec
ctags.rb-1.0.15 ext/vendor/exuberant-ctags/ctags.spec
ctags.rb-1.0.6 ext/vendor/exuberant-ctags/ctags.spec
ctags.rb-1.0.0 ext/vendor/exuberant-ctags/ctags.spec