Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37042734
en ru br
Репозитории ALT
S:5.8-alt6
5.1: 5.6-alt1
4.1: 5.6-alt1
4.0: 5.6-alt1
3.0: 5.5.4-alt1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: ctags

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin