Compare commits
25 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6add7bebbf | ||
|
|
562fac057d | ||
|
|
f2773f7bb0 | ||
|
|
fba572f6a5 | ||
|
|
e42346bc93 | ||
|
|
d1aef79c9c | ||
|
|
99d6be8751 | ||
|
|
0eb4476116 | ||
|
|
0963f5a674 | ||
|
|
aa976411f5 | ||
|
|
7c13c18be6 | ||
|
|
4631b9e7cb | ||
|
|
7fbe2e82d5 | ||
|
|
dcf425fdf3 | ||
|
|
e58abc2303 | ||
|
|
e9d7b2b2f4 | ||
|
|
5e46510de8 | ||
|
|
dc47125e27 | ||
|
|
4b8b5341ea | ||
|
|
e190eccc6d | ||
|
|
d49a186ea4 | ||
|
|
4fab0ae0ea | ||
|
|
1f47a324ad | ||
|
|
96242c19ec | ||
|
|
1fc4805355 |
10 changed files with 406 additions and 107 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -5,3 +5,16 @@ ctags-5.8.tar.gz
|
|||
/ctags-p5.9.20210307.0.tar.gz
|
||||
/ctags-p5.9.20210509.0.tar.gz
|
||||
/ctags-p5.9.20210725.0.tar.gz
|
||||
/ctags-p5.9.20220206.0.tar.gz
|
||||
/ctags-p5.9.20220313.0.tar.gz
|
||||
/ctags-p5.9.20220424.0.tar.gz
|
||||
/ctags-p5.9.20220508.0.tar.gz
|
||||
/ctags-p5.9.20220619.0.tar.gz
|
||||
/ctags-p5.9.20220724.0.tar.gz
|
||||
/ctags-p5.9.20220911.0.tar.gz
|
||||
/ctags-p5.9.20221016.0.tar.gz
|
||||
/ctags-p5.9.20221120.0.tar.gz
|
||||
/universal-ctags-6.0.0.tar.gz
|
||||
/universal-ctags-6.1.0.tar.gz
|
||||
/universal-ctags-6.2.0.tar.gz
|
||||
/universal-ctags-6.2.1.tar.gz
|
||||
|
|
|
|||
89
ctags.spec
89
ctags.spec
|
|
@ -1,12 +1,10 @@
|
|||
%define upstreamversion 20210725.0
|
||||
|
||||
Summary: A C programming language indexing and/or cross-reference tool
|
||||
Name: ctags
|
||||
Version: 5.9
|
||||
Release: 1.%{upstreamversion}%{?dist}
|
||||
License: GPLv2+
|
||||
Version: 6.2.1
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://ctags.io/
|
||||
Source0: https://github.com/universal-ctags/ctags/archive/%{name}-p%{version}.%{upstreamversion}.tar.gz
|
||||
Source0: https://github.com/universal-ctags/ctags/releases/download/v%{version}/universal-%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
|
|
@ -39,7 +37,7 @@ objects found in source files.
|
|||
Install ctags if you are going to use your system for C programming.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-p%{version}.%{upstreamversion}
|
||||
%autosetup -p1 -n universal-%{name}-%{version}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
|
@ -64,6 +62,83 @@ Install ctags if you are going to use your system for C programming.
|
|||
%{_mandir}/man7/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 12 2025 Than Ngo <than@redhat.com> - 6.2.1-1
|
||||
- Update to 6.2.1
|
||||
|
||||
* Wed Sep 24 2025 Than Ngo <than@redhat.com> - 6.2.0-1
|
||||
- Fix rhbz#2397816 - Update to 6.2.0
|
||||
|
||||
* Thu Jul 24 2025 Than Ngo <than@redhat.com> - 6.1.0-4
|
||||
- Fix rhbz#2382883 - convert STI tests to TMT
|
||||
- Fix test failure due to different outputs
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Oct 23 2024 Than Ngo <than@redhat.com> - 6.1.0-1
|
||||
- update to 6.1.0
|
||||
|
||||
* Tue Oct 22 2024 Richard W.M. Jones <rjones@redhat.com> - 6.0.0-7
|
||||
- Rebuild for Jansson 2.14
|
||||
(https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/3PYINSQGKQ4BB25NQUI2A2UCGGLAG5ND/)
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Feb 14 2023 Than Ngo <than@redhat.com> - 6.0.0-2
|
||||
- migrated to SPDX license
|
||||
|
||||
* Wed Feb 01 2023 Than Ngo <than@redhat.com> - 6.0.0-1
|
||||
- update to 6.0.0
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.9-10.20221120.0
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Mon Nov 21 2022 Than Ngo <than@redhat.com> - 5.9-9.20221120.0
|
||||
- update to 5.9.20221120.0
|
||||
|
||||
* Tue Oct 18 2022 Than Ngo <than@redhat.com> - 5.9-9.20221016.0
|
||||
- update to 5.9.20221016.0
|
||||
|
||||
* Mon Sep 12 2022 Than Ngo <than@redhat.com> - 5.9-9.20220911.0
|
||||
- update to 5.9.20220911.0
|
||||
|
||||
* Wed Jul 27 2022 Than Ngo <than@redhat.com> - 5.9-8.20220724.0
|
||||
- update to 5.9.20220724.0
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.9-7.20220619.0
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jun 23 2022 Than Ngo <than@redhat.com> - 5.9-6.20220619.0
|
||||
- update to 5.9.6.20220619.0
|
||||
|
||||
* Thu May 12 2022 Than Ngo <than@redhat.com> - 5.9-6.20220508.0
|
||||
- update to 5.9.20220508.0
|
||||
|
||||
* Tue Apr 26 2022 Than Ngo <than@redhat.com> - 5.9-5.20220424.0
|
||||
- 20220424.0
|
||||
|
||||
* Mon Mar 21 2022 Than Ngo <than@redhat.com> - 5.9-4.20220313.0
|
||||
- update to 5.9-4.20220313.0
|
||||
|
||||
* Tue Feb 08 2022 Than Ngo <than@redhat.com> - 5.9-3.20220206.0
|
||||
- update to p5.9.20220206.0
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.9-2.20210725.0
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Tue Jul 27 2021 Than Ngo <than@redhat.com> - 5.9-1.20210725.0
|
||||
- update to p5.9-20210725
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ctags-p5.9.20210725.0.tar.gz) = dabdd7fee7484ae042fa409f78423750f170280fc3c60e61f8d784a97d7b5d5b22b1f2173cd252d69868309a3c91aad82857163117c463378a4bd7e7f7c2015c
|
||||
SHA512 (universal-ctags-6.2.1.tar.gz) = 70e1767a72ba804cf4bc5e5c2dfe13498694c67865d5c8ca412d14b7f7f4c01410c94f7d57daad62ce5885166c4e05128d1beb8184f39a11596045a3f4131007
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ Ada
|
|||
i loop/declare identifiers
|
||||
a automatic variables [off]
|
||||
y loops and blocks with no identifier [off]
|
||||
S (ctags internal use)
|
||||
Ant
|
||||
p projects
|
||||
t targets
|
||||
|
|
@ -50,7 +49,7 @@ Asm
|
|||
l labels
|
||||
m macros
|
||||
t types (structs and records)
|
||||
s sections
|
||||
z parameters for a macro [off]
|
||||
Asp
|
||||
d constants
|
||||
c classes
|
||||
|
|
@ -82,6 +81,7 @@ Automake
|
|||
D datum
|
||||
c conditions
|
||||
s subdirs
|
||||
p placeholder for EXTRA_, noinst_, and _check_ prefixed primaries (internal use) [off]
|
||||
Awk
|
||||
f functions
|
||||
Basic
|
||||
|
|
@ -91,11 +91,52 @@ Basic
|
|||
t types
|
||||
v variables
|
||||
g enumerations
|
||||
n namespace
|
||||
Bats
|
||||
t test cases
|
||||
S scripts
|
||||
BETA
|
||||
f fragment definitions
|
||||
p all patterns [off]
|
||||
s slots (fragment uses)
|
||||
v patterns (virtual or rebound)
|
||||
BibLaTeX
|
||||
A artworks
|
||||
B audios
|
||||
C bibnotes
|
||||
D bookinbooks
|
||||
E Booklets
|
||||
G collections
|
||||
H commentarys
|
||||
I datasets
|
||||
J images
|
||||
K interferences
|
||||
L jurisdictions
|
||||
M legislations
|
||||
N legals
|
||||
O letters
|
||||
P movies
|
||||
Q musics
|
||||
R mvbooks
|
||||
S mvcollections
|
||||
T mvproceedings
|
||||
U mvreferences
|
||||
V onlines
|
||||
W patents
|
||||
g performances
|
||||
h periodicals
|
||||
i references
|
||||
j reports
|
||||
k reviews
|
||||
l sets
|
||||
m software
|
||||
n standards
|
||||
o suppbooks
|
||||
p suppcollections
|
||||
q suppperiodicals
|
||||
r thesis
|
||||
s videos
|
||||
t xdatas
|
||||
BibTeX
|
||||
a article
|
||||
b book
|
||||
|
|
@ -136,7 +177,7 @@ C
|
|||
u union names
|
||||
v variable definitions
|
||||
x external and forward variable declarations [off]
|
||||
z function parameters inside function definitions [off]
|
||||
z function parameters inside function or prototype definitions [off]
|
||||
L goto labels [off]
|
||||
D parameters inside macro definitions [off]
|
||||
C++
|
||||
|
|
@ -153,7 +194,7 @@ C++
|
|||
u union names
|
||||
v variable definitions
|
||||
x external and forward variable declarations [off]
|
||||
z function parameters inside function definitions [off]
|
||||
z function parameters inside function or prototype definitions [off]
|
||||
L goto labels [off]
|
||||
D parameters inside macro definitions [off]
|
||||
c classes
|
||||
|
|
@ -228,7 +269,7 @@ CUDA
|
|||
u union names
|
||||
v variable definitions
|
||||
x external and forward variable declarations [off]
|
||||
z function parameters inside function definitions [off]
|
||||
z function parameters inside function or prototype definitions [off]
|
||||
L goto labels [off]
|
||||
D parameters inside macro definitions [off]
|
||||
D
|
||||
|
|
@ -285,16 +326,8 @@ Elixir
|
|||
r records (defrecord...)
|
||||
t tests (test ...)
|
||||
y types (@type ...)
|
||||
Elm
|
||||
m Module
|
||||
n Renamed Imported Module
|
||||
p Port
|
||||
t Type Definition
|
||||
c Type Constructor
|
||||
a Type Alias
|
||||
f Functions
|
||||
EmacsLisp
|
||||
u unknown type of definitions
|
||||
Y unknown type of definitions
|
||||
f functions
|
||||
v variables
|
||||
c constants
|
||||
|
|
@ -334,6 +367,10 @@ Flex
|
|||
C constants
|
||||
I imports
|
||||
x mxtags
|
||||
Forth
|
||||
w words
|
||||
v variables
|
||||
c constants
|
||||
Fortran
|
||||
b block data
|
||||
c common blocks
|
||||
|
|
@ -354,6 +391,8 @@ Fortran
|
|||
t derived types and structures
|
||||
v program (global) and module variables
|
||||
S submodules
|
||||
FrontMatter
|
||||
t titles
|
||||
FunctionParameters
|
||||
m methods
|
||||
f functions
|
||||
|
|
@ -364,6 +403,18 @@ Gdbinit
|
|||
D documents [off]
|
||||
t toplevel variables
|
||||
l local variables [off]
|
||||
GDScript
|
||||
c classes
|
||||
m methods
|
||||
v variables
|
||||
C constants
|
||||
g enumeration names
|
||||
e enumerated values
|
||||
z function parameters [off]
|
||||
l local variables [off]
|
||||
s signals
|
||||
GemSpec
|
||||
g gems
|
||||
Go
|
||||
p packages
|
||||
f functions
|
||||
|
|
@ -375,10 +426,16 @@ Go
|
|||
m struct members
|
||||
M struct anonymous members
|
||||
n interface method specification
|
||||
u unknown
|
||||
Y unknown
|
||||
P name for specifying imported package
|
||||
a type aliases
|
||||
R receivers [off]
|
||||
GPerf
|
||||
k keywords
|
||||
h hash function names
|
||||
l lookup function names
|
||||
c class names
|
||||
s string pool names
|
||||
Haskell
|
||||
t types
|
||||
c type constructors
|
||||
|
|
@ -394,6 +451,7 @@ Haxe
|
|||
HTML
|
||||
a named anchors
|
||||
c classes
|
||||
t titles
|
||||
h H1 headings
|
||||
i H2 headings
|
||||
j H3 headings
|
||||
|
|
@ -410,6 +468,8 @@ Inko
|
|||
a Attribute definition
|
||||
c Constant definition
|
||||
r Reopen class
|
||||
IPythonCell
|
||||
c cells
|
||||
ITcl
|
||||
c classes
|
||||
m methods
|
||||
|
|
@ -438,6 +498,7 @@ JavaScript
|
|||
g generators
|
||||
G getters
|
||||
S setters
|
||||
M fields
|
||||
JSON
|
||||
o objects
|
||||
a arrays
|
||||
|
|
@ -453,20 +514,24 @@ Julia
|
|||
n Modules
|
||||
s Structures
|
||||
t Types
|
||||
x name defined in other modules
|
||||
Y name defined in other modules
|
||||
Kconfig
|
||||
c configs
|
||||
m menus
|
||||
M the main menu
|
||||
k kconfig file
|
||||
C choices
|
||||
v macro variables
|
||||
LdScript
|
||||
S sections
|
||||
s symbols
|
||||
v versions
|
||||
i input sections
|
||||
LEX
|
||||
r named regular expression
|
||||
c start or exclusive condition
|
||||
Lisp
|
||||
u unknown type of definitions
|
||||
Y unknown type of definitions
|
||||
f functions
|
||||
v variables
|
||||
m macros
|
||||
|
|
@ -478,23 +543,27 @@ LiterateHaskell
|
|||
m modules
|
||||
Lua
|
||||
f functions
|
||||
Y unknown language object [off]
|
||||
M4
|
||||
d macros
|
||||
I macro files
|
||||
Man
|
||||
t titles
|
||||
s sections
|
||||
S sub sections
|
||||
Make
|
||||
m macros
|
||||
t targets
|
||||
I makefiles
|
||||
Markdown
|
||||
c chapsters
|
||||
c chapters
|
||||
s sections
|
||||
S subsections
|
||||
t subsubsections
|
||||
T level 4 subsections
|
||||
u level 5 subsections
|
||||
S level 2 sections
|
||||
t level 3 sections
|
||||
T level 4 sections
|
||||
u level 5 sections
|
||||
n footnotes
|
||||
h hashtags
|
||||
MatLab
|
||||
f function
|
||||
v variable
|
||||
|
|
@ -508,6 +577,14 @@ Meson
|
|||
t tests
|
||||
b benchmark targets
|
||||
r run targets
|
||||
m modules
|
||||
MesonOptions
|
||||
s strings
|
||||
b booleans
|
||||
c combos
|
||||
i integers
|
||||
a arrays
|
||||
f features
|
||||
Moose
|
||||
c classes
|
||||
m methods
|
||||
|
|
@ -546,42 +623,6 @@ ObjectiveC
|
|||
e An enumeration
|
||||
M A preprocessor macro
|
||||
C categories
|
||||
OldC++ [disabled]
|
||||
c classes
|
||||
d macro definitions
|
||||
e enumerators (values inside an enumeration)
|
||||
f function definitions
|
||||
g enumeration names
|
||||
h included header files
|
||||
l local variables [off]
|
||||
m class, struct, and union members
|
||||
n namespaces
|
||||
p function prototypes [off]
|
||||
s structure names
|
||||
t typedefs
|
||||
u union names
|
||||
v variable definitions
|
||||
x external and forward variable declarations [off]
|
||||
L goto label [off]
|
||||
D cpp macro parameters [off]
|
||||
OldC [disabled]
|
||||
c classes
|
||||
d macro definitions
|
||||
e enumerators (values inside an enumeration)
|
||||
f function definitions
|
||||
g enumeration names
|
||||
h included header files
|
||||
l local variables [off]
|
||||
m class, struct, and union members
|
||||
n namespaces
|
||||
p function prototypes [off]
|
||||
s structure names
|
||||
t typedefs
|
||||
u union names
|
||||
v variable definitions
|
||||
x external and forward variable declarations [off]
|
||||
L goto label [off]
|
||||
D cpp macro parameters [off]
|
||||
OCaml
|
||||
c classes
|
||||
m Object's method
|
||||
|
|
@ -593,6 +634,15 @@ OCaml
|
|||
C A constructor
|
||||
r A 'structure' field
|
||||
e An exception
|
||||
Org
|
||||
d definitions
|
||||
p parts
|
||||
c chapters
|
||||
s sections
|
||||
u subsections
|
||||
b subsubsections
|
||||
P paragraphs
|
||||
G subparagraphs
|
||||
Passwd
|
||||
u user names
|
||||
Pascal
|
||||
|
|
@ -606,6 +656,7 @@ Perl
|
|||
s subroutines
|
||||
d subroutine declarations [off]
|
||||
M modules [off]
|
||||
h marker for here document [off]
|
||||
Perl6
|
||||
c classes
|
||||
g grammars
|
||||
|
|
@ -627,6 +678,10 @@ PHP
|
|||
t traits
|
||||
v variables
|
||||
a aliases
|
||||
PkgConfig
|
||||
N display names
|
||||
p packages
|
||||
v variabels
|
||||
Pod
|
||||
c chapters
|
||||
s sections
|
||||
|
|
@ -635,6 +690,9 @@ Pod
|
|||
PowerShell
|
||||
f functions
|
||||
v variables
|
||||
c classes
|
||||
i filter
|
||||
g enum names
|
||||
Protobuf
|
||||
p packages
|
||||
m messages
|
||||
|
|
@ -652,6 +710,9 @@ PuppetManifest
|
|||
n nodes
|
||||
r resources
|
||||
v variables
|
||||
p parameters
|
||||
V virtual resources
|
||||
t type aliases
|
||||
Python
|
||||
c classes
|
||||
f functions
|
||||
|
|
@ -659,7 +720,7 @@ Python
|
|||
v variables
|
||||
I name referring a module defined in other file
|
||||
i modules
|
||||
x name referring a class/variable/function/module defined in other module
|
||||
Y name referring a class/variable/function/module defined in other module
|
||||
z function parameters [off]
|
||||
l local variables [off]
|
||||
PythonLoggingConfig
|
||||
|
|
@ -672,6 +733,10 @@ QtMoc
|
|||
s slots
|
||||
S signals
|
||||
p properties
|
||||
Quarto
|
||||
l chunk labels
|
||||
RMarkdown
|
||||
l chunk labels
|
||||
R
|
||||
f functions
|
||||
l libraries
|
||||
|
|
@ -683,6 +748,24 @@ R
|
|||
L lists explicitly created with `list()'
|
||||
d data frame explicitly created with `data.frame()'
|
||||
n names attribtes in vectors, lists, or dataframes
|
||||
Rake
|
||||
t tasks
|
||||
n namespaces
|
||||
f file tasks
|
||||
d directory tasks
|
||||
m multi tasks
|
||||
x tasks defined with special constructor
|
||||
Raku
|
||||
c classes
|
||||
g grammars
|
||||
m methods
|
||||
o modules
|
||||
p packages
|
||||
r roles
|
||||
u rules
|
||||
b submethods
|
||||
s subroutines
|
||||
t tokens
|
||||
R6Class
|
||||
c classes
|
||||
m methods
|
||||
|
|
@ -691,12 +774,15 @@ R6Class
|
|||
RSpec
|
||||
d describes
|
||||
c contexts
|
||||
i things described with "it"
|
||||
REXX
|
||||
s subroutines
|
||||
Robot
|
||||
t testcases
|
||||
k keywords
|
||||
v variables
|
||||
RpmMacros
|
||||
m macros
|
||||
RpmSpec
|
||||
t tags
|
||||
m macros
|
||||
|
|
@ -704,6 +790,8 @@ RpmSpec
|
|||
g global macros
|
||||
p patch files
|
||||
ReStructuredText
|
||||
H titles
|
||||
h sub titles
|
||||
c chapters
|
||||
s sections
|
||||
S subsections
|
||||
|
|
@ -733,6 +821,7 @@ Rust
|
|||
m A struct field
|
||||
e An enum variant
|
||||
P A method
|
||||
C A constant
|
||||
S4Class
|
||||
c classes
|
||||
r representations
|
||||
|
|
@ -766,29 +855,32 @@ SML
|
|||
t type definitions
|
||||
v value bindings
|
||||
SQL
|
||||
c cursors
|
||||
d prototypes [off]
|
||||
f functions
|
||||
C PLSQL_CCFLAGS
|
||||
D domains
|
||||
E record fields
|
||||
l local variables [off]
|
||||
L block label
|
||||
P packages
|
||||
R services
|
||||
S schemas
|
||||
T triggers
|
||||
U publications
|
||||
V views
|
||||
b database
|
||||
c cursors
|
||||
d prototypes [off]
|
||||
e events
|
||||
f functions
|
||||
i indexes
|
||||
l local variables [off]
|
||||
n synonyms
|
||||
p procedures
|
||||
r records [off]
|
||||
s subtypes
|
||||
t tables
|
||||
T triggers
|
||||
v variables
|
||||
i indexes
|
||||
e events
|
||||
U publications
|
||||
R services
|
||||
D domains
|
||||
V views
|
||||
n synonyms
|
||||
x MobiLink Table Scripts
|
||||
y MobiLink Conn Scripts
|
||||
z MobiLink Properties
|
||||
z MobiLink Properties
|
||||
SystemdUnit
|
||||
u units
|
||||
SystemTap
|
||||
|
|
@ -803,6 +895,14 @@ Tcl
|
|||
TclOO
|
||||
c classes
|
||||
m methods
|
||||
Terraform
|
||||
r resources
|
||||
d data
|
||||
v variables
|
||||
p providers
|
||||
m modules
|
||||
o output
|
||||
TerraformVariables
|
||||
Tex
|
||||
p parts
|
||||
c chapters
|
||||
|
|
@ -815,6 +915,9 @@ Tex
|
|||
i external input files
|
||||
B bibliography items
|
||||
C command created with \newcommand
|
||||
o math operator created with \DeclareMathOperator
|
||||
e environment created with \newenvironment
|
||||
t theorem created with \newtheorem
|
||||
N counter created with \newcounter
|
||||
TeXBeamer
|
||||
f frametitles
|
||||
|
|
@ -852,6 +955,22 @@ TypeScript
|
|||
C constants
|
||||
G generators
|
||||
a aliases
|
||||
V
|
||||
f functions
|
||||
p modules
|
||||
v variables
|
||||
c constants
|
||||
R receivers in functions
|
||||
l labels
|
||||
s structs
|
||||
m struct/interface members
|
||||
n interface methods
|
||||
e enumerators (values inside an enumeration)
|
||||
g enumeration names
|
||||
a type aliases
|
||||
i interfaces
|
||||
u union names
|
||||
Y unknown (imported) variables, types and functions
|
||||
Vera
|
||||
c classes
|
||||
d macro definitions
|
||||
|
|
@ -871,7 +990,8 @@ Vera
|
|||
h included header files
|
||||
D cpp macro parameters [off]
|
||||
Verilog
|
||||
c constants (define, parameter, specparam)
|
||||
c constants (parameter, specparam)
|
||||
d text macros
|
||||
e events
|
||||
f functions
|
||||
m modules
|
||||
|
|
@ -882,7 +1002,8 @@ Verilog
|
|||
b blocks (begin, fork)
|
||||
i instances of module
|
||||
SystemVerilog
|
||||
c constants (define, parameter, specparam, enum values)
|
||||
c constants (parameter, specparam, enum values)
|
||||
d text macros
|
||||
e events
|
||||
f functions
|
||||
m modules
|
||||
|
|
@ -948,6 +1069,7 @@ WindRes
|
|||
v versions
|
||||
a accelerators
|
||||
YACC
|
||||
t tokens
|
||||
l labels
|
||||
YumRepo
|
||||
r repository id
|
||||
|
|
@ -961,6 +1083,11 @@ Zephir
|
|||
t traits
|
||||
v variables
|
||||
a aliases
|
||||
Zsh
|
||||
a aliases
|
||||
f functions
|
||||
s script files
|
||||
h label for here document
|
||||
DBusIntrospect
|
||||
a arguments
|
||||
i interfaces
|
||||
|
|
@ -984,6 +1111,8 @@ RelaxNG
|
|||
n named patterns
|
||||
SVG
|
||||
d ids in defs tags
|
||||
XRC
|
||||
o objects
|
||||
XML
|
||||
i id attributes
|
||||
n namespace prefixes
|
||||
|
|
@ -992,12 +1121,24 @@ XSLT
|
|||
s stylesheets
|
||||
p parameters
|
||||
m matched template
|
||||
n matched template
|
||||
n named template
|
||||
v variables
|
||||
Yaml
|
||||
a anchors
|
||||
AnsiblePlaybook
|
||||
p plays
|
||||
I18nRubyGem
|
||||
k translation keys at the leafs
|
||||
m the middle component of keys [off]
|
||||
l the root element representing a locale [off]
|
||||
OpenAPI
|
||||
d schemas
|
||||
p paths
|
||||
R responses
|
||||
P parameters
|
||||
t titles
|
||||
s servers (or hosts in swagger)
|
||||
T tags
|
||||
Varlink
|
||||
i interfaces
|
||||
m methods
|
||||
|
|
@ -1018,3 +1159,26 @@ Kotlin
|
|||
T typealiases
|
||||
C constants
|
||||
v variables
|
||||
Thrift
|
||||
s structs
|
||||
x exceptions
|
||||
u unions
|
||||
n namespaces
|
||||
e enumerators (values inside an enumeration)
|
||||
g enumeration names
|
||||
m members
|
||||
C constants
|
||||
t typedefs
|
||||
v services
|
||||
f functions
|
||||
z parameters [off]
|
||||
Z parameters in throws list [off]
|
||||
T thrift files
|
||||
Elm
|
||||
m modules
|
||||
n modules renamed
|
||||
t types
|
||||
c constructors
|
||||
a aliases
|
||||
p ports
|
||||
f functions
|
||||
|
|
|
|||
|
|
@ -11,7 +11,9 @@ AutoIt
|
|||
Automake
|
||||
Awk
|
||||
Basic
|
||||
Bats
|
||||
BETA
|
||||
BibLaTeX
|
||||
BibTeX
|
||||
C
|
||||
C#
|
||||
|
|
@ -38,17 +40,24 @@ EmacsLisp
|
|||
Erlang
|
||||
Falcon
|
||||
Flex
|
||||
Forth
|
||||
Fortran
|
||||
FrontMatter
|
||||
FunctionParameters
|
||||
Fypp
|
||||
Gdbinit
|
||||
GDScript
|
||||
GemSpec
|
||||
Glade
|
||||
Go
|
||||
GPerf
|
||||
Haskell
|
||||
Haxe
|
||||
HTML
|
||||
I18nRubyGem
|
||||
Iniconf
|
||||
Inko
|
||||
IPythonCell
|
||||
ITcl
|
||||
Java
|
||||
JavaProperties
|
||||
|
|
@ -58,6 +67,7 @@ Julia
|
|||
Kconfig
|
||||
Kotlin
|
||||
LdScript
|
||||
LEX
|
||||
Lisp
|
||||
LiterateHaskell
|
||||
Lua
|
||||
|
|
@ -68,18 +78,20 @@ Markdown
|
|||
MatLab
|
||||
Maven2
|
||||
Meson
|
||||
MesonOptions
|
||||
Moose
|
||||
Myrddin
|
||||
NSIS
|
||||
ObjectiveC
|
||||
OCaml
|
||||
OldC [disabled]
|
||||
OldC++ [disabled]
|
||||
OpenAPI
|
||||
Org
|
||||
Pascal
|
||||
Passwd
|
||||
Perl
|
||||
Perl6
|
||||
PHP
|
||||
PkgConfig
|
||||
PlistXML
|
||||
Pod
|
||||
PowerShell
|
||||
|
|
@ -89,12 +101,17 @@ Python
|
|||
PythonLoggingConfig
|
||||
QemuHX
|
||||
QtMoc
|
||||
Quarto
|
||||
R
|
||||
R6Class
|
||||
Rake
|
||||
Raku
|
||||
RelaxNG
|
||||
ReStructuredText
|
||||
REXX
|
||||
RMarkdown
|
||||
Robot
|
||||
RpmMacros
|
||||
RpmSpec
|
||||
RSpec
|
||||
Ruby
|
||||
|
|
@ -112,12 +129,16 @@ SystemTap
|
|||
SystemVerilog
|
||||
Tcl
|
||||
TclOO
|
||||
Terraform
|
||||
TerraformVariables
|
||||
Tex
|
||||
TeXBeamer
|
||||
Thrift
|
||||
TTCN
|
||||
Txt2tags
|
||||
TypeScript
|
||||
Unknown [disabled]
|
||||
V
|
||||
Varlink
|
||||
Vera
|
||||
Verilog
|
||||
|
|
@ -125,8 +146,10 @@ VHDL
|
|||
Vim
|
||||
WindRes
|
||||
XML
|
||||
XRC
|
||||
XSLT
|
||||
YACC
|
||||
Yaml
|
||||
YumRepo
|
||||
Zephir
|
||||
Zsh
|
||||
|
|
|
|||
|
|
@ -8,10 +8,12 @@ Asm *.A51 *.29[kK] *.[68][68][kKsSxX] *.[xX][68][68] *.asm *.ASM *.s *.S
|
|||
Asp *.asp *.asa
|
||||
Autoconf configure.in *.ac
|
||||
AutoIt *.au3 *.AU3 *.aU3 *.Au3
|
||||
Automake Makefile.am *.am
|
||||
Automake Makefile.am GNUmakefile.am *.am
|
||||
Awk *.awk *.gawk *.mawk
|
||||
Basic *.bas *.bi *.bb *.pb
|
||||
Basic *.bas *.bi *.bm *.bb *.pb
|
||||
Bats *.bats
|
||||
BETA *.bet
|
||||
BibLaTeX
|
||||
BibTeX *.bib
|
||||
Clojure *.clj *.cljs *.cljc
|
||||
CMake CMakeLists.txt *.cmake
|
||||
|
|
@ -32,21 +34,26 @@ DTS *.dts *.dtsi
|
|||
DosBatch *.bat *.cmd
|
||||
Eiffel *.e
|
||||
Elixir *.ex *.exs
|
||||
Elm *.elm
|
||||
EmacsLisp *.el
|
||||
Erlang *.erl *.ERL *.hrl *.HRL
|
||||
Falcon *.fal *.ftd
|
||||
Flex *.as *.mxml
|
||||
Forth *.fth *.forth *.fs *.4th *.f
|
||||
Fortran *.f *.for *.ftn *.f77 *.f90 *.f95 *.f03 *.f08 *.f15 *.F *.FOR *.FTN *.F77 *.F90 *.F95 *.F03 *.F08 *.F15
|
||||
FrontMatter
|
||||
FunctionParameters
|
||||
Fypp *.fy
|
||||
Gdbinit .gdbinit *.gdb
|
||||
GDScript *.gd
|
||||
GemSpec *.gemspec
|
||||
Go *.go
|
||||
GPerf *.perf *.gperf
|
||||
Haskell *.hs
|
||||
Haxe *.hx
|
||||
HTML *.htm *.html
|
||||
Iniconf *.ini *.conf
|
||||
Inko *.inko
|
||||
IPythonCell
|
||||
ITcl *.itcl
|
||||
Java *.java
|
||||
JavaProperties *.properties
|
||||
|
|
@ -55,6 +62,7 @@ JSON *.json
|
|||
Julia *.jl
|
||||
Kconfig Kconfig*
|
||||
LdScript *.lds.S ld.script *.lds *.scr *.ld *.ldi
|
||||
LEX *.lex *.l
|
||||
Lisp *.cl *.clisp *.l *.lisp *.lsp
|
||||
LiterateHaskell *.lhs
|
||||
Lua *.lua
|
||||
|
|
@ -64,18 +72,19 @@ Make [Mm]akefile GNUmakefile *.mak *.mk
|
|||
Markdown *.md *.markdown
|
||||
MatLab *.m
|
||||
Meson meson.build
|
||||
MesonOptions meson_options.txt
|
||||
Moose
|
||||
Myrddin *.myr
|
||||
NSIS *.nsi *.nsh
|
||||
ObjectiveC *.mm *.m *.h
|
||||
OldC++ *.c++ *.cc *.cp *.cpp *.cxx *.h *.h++ *.hh *.hp *.hpp *.hxx *.inl *.C *.H
|
||||
OldC *.c
|
||||
OCaml *.ml *.mli *.aug
|
||||
Org *.org
|
||||
Passwd passwd
|
||||
Pascal *.p *.pas
|
||||
Perl *.pl *.pm *.ph *.plx *.perl
|
||||
Perl6 *.p6 *.pm6 *.pm *.pl6
|
||||
Perl6 *.p6 *.pm6 *.pm *.pl6 *.t6
|
||||
PHP *.php *.php3 *.php4 *.php5 *.php7 *.phtml
|
||||
PkgConfig *.pc
|
||||
Pod *.pod
|
||||
PowerShell *.ps1 *.psm1
|
||||
Protobuf *.proto
|
||||
|
|
@ -84,11 +93,16 @@ Python *.py *.pyx *.pxd *.pxi *.scons *.wsgi
|
|||
PythonLoggingConfig
|
||||
QemuHX *.hx
|
||||
QtMoc
|
||||
Quarto *.qmd
|
||||
RMarkdown *.rmd
|
||||
R *.r *.R *.s *.q
|
||||
Rake Rakefile *.rake
|
||||
Raku *.raku *.rakumod *.rakutest *.rakudoc
|
||||
R6Class
|
||||
RSpec
|
||||
REXX *.cmd *.rexx *.rx
|
||||
Robot *.robot
|
||||
RpmMacros
|
||||
RpmSpec *.spec
|
||||
ReStructuredText *.rest *.reST *.rst
|
||||
Ruby *.rb *.ruby
|
||||
|
|
@ -96,7 +110,7 @@ Rust *.rs
|
|||
S4Class
|
||||
Scheme *.SCM *.SM *.sch *.scheme *.scm *.sm *.rkt
|
||||
SCSS *.scss
|
||||
Sh *.sh *.SH *.bsh *.bash *.ksh *.zsh *.ash
|
||||
Sh *.sh *.SH *.bsh *.bash *.ksh *.ash
|
||||
SLang *.sl
|
||||
SML *.sml *.sig
|
||||
SQL *.sql
|
||||
|
|
@ -104,11 +118,14 @@ SystemdUnit *.service *.socket *.device *.mount *.automount *.swap *.target *.pa
|
|||
SystemTap *.stp *.stpm
|
||||
Tcl *.tcl *.tk *.wish *.exp
|
||||
TclOO
|
||||
Terraform *.tf
|
||||
TerraformVariables *.tfvars
|
||||
Tex *.tex
|
||||
TeXBeamer
|
||||
TTCN *.ttcn *.ttcn3
|
||||
Txt2tags *.t2t *.t2t
|
||||
TypeScript *.ts
|
||||
V *.v
|
||||
Vera *.vr *.vri *.vrh
|
||||
Verilog *.v
|
||||
SystemVerilog *.sv *.svh *.svi
|
||||
|
|
@ -118,15 +135,21 @@ WindRes *.rc
|
|||
YACC *.y
|
||||
YumRepo *.repo
|
||||
Zephir *.zep
|
||||
Zsh *.zsh
|
||||
DBusIntrospect *.xml
|
||||
Glade *.glade
|
||||
Maven2 pom.xml *.pom *.xml
|
||||
PlistXML *.plist
|
||||
RelaxNG *.rng
|
||||
SVG *.svg
|
||||
XRC *.xrc
|
||||
XML *.xml
|
||||
XSLT *.xsl *.xslt
|
||||
Yaml *.yml
|
||||
Yaml *.yml *.yaml
|
||||
AnsiblePlaybook
|
||||
I18nRubyGem
|
||||
OpenAPI openapi.yaml
|
||||
Varlink *.varlink
|
||||
Kotlin *.kt *.kts
|
||||
Thrift *.thrift
|
||||
Elm *.elm
|
||||
|
|
|
|||
13
tests/Sanity-test-for-ctags/main.fmf
Normal file
13
tests/Sanity-test-for-ctags/main.fmf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
summary: Run tests in all contexts
|
||||
description: ''
|
||||
contact: Than Ngo <than@redhat.com>
|
||||
component:
|
||||
- ctags
|
||||
test: ./runtest.sh
|
||||
framework: beakerlib
|
||||
recommend:
|
||||
- ctags
|
||||
- man-db
|
||||
duration: 5m
|
||||
extra-summary: /CoreOS/ctags/Sanity-test-for-ctags
|
||||
extra-task: /CoreOS/ctags/Sanity-test-for-ctags
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
# ctags basics
|
||||
|
||||
PACKAGES="ctags"
|
||||
|
|
@ -6,7 +6,6 @@ PACKAGES="ctags"
|
|||
|
||||
# source the test script helpers
|
||||
# requires beakerlib package
|
||||
. /usr/bin/rhts-environment.sh || exit 1
|
||||
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
||||
|
||||
rlJournalStart
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
# Run tests in all contexts
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-beakerlib
|
||||
tests:
|
||||
- Sanity-test-for-ctags
|
||||
required_packages:
|
||||
- ctags
|
||||
- man-db
|
||||
Loading…
Add table
Add a link
Reference in a new issue