Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37749675
en ru br
ALT Linux repos
S:5.8-alt6
5.0: 5.6-alt1
4.1: 5.6-alt1
4.0: 5.6-alt1
3.0: 5.5.4-alt1

Group :: Development/Other
RPM: ctags

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# vim: set ft=spec: -*- rpm-spec -*-
# $Id: ctags,v 1.1 2005/09/22 16:14:48 raorn Exp $

Name: ctags
Version: 5.6
Release: alt1

Summary: A C programming language indexing and/or cross-reference tool
License: GPL
Group: Development/Other
Url: http://ctags.sourceforge.net/
Packager: Dmitry V. Levin <ldv at altlinux.org>

# http://download.sourceforge.net/ctags/ctags-%version.tar.gz

Source: ctags-%version.tar
Patch1: ctags-5.6-alt-buildroot.patch

%description
The ctags program generate an index (or "tag") file for C, C++, Eiffel,
Fortran, and Java language objects found in files.  This tag file allows
these items to be quickly and easily located by a text editor or other
utility.  A "tag" signifies a language object for which an index entry is
available (or, alternatively, the index entry created for that object).

Alternatively, ctags can generate a cross reference file which lists, in
human readable form, information about the various source objects found in
a set of language files.

%prep
%setup -q
%patch1 -p1

%build
%configure --disable-etags
%make_build

%install
%makeinstall

%files
%_bindir/*
%_mandir/man?/*
%doc EXTENDING.html FAQ NEWS README

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin