update to 6.2.0 [release 6.2.0-1mamba;Fri Sep 26 2025]
This commit is contained in:
20
ctags.spec
20
ctags.spec
@@ -1,33 +1,30 @@
|
||||
Name: ctags
|
||||
Epoch: 2
|
||||
Version: p5.9.20210131.0
|
||||
Epoch: 3
|
||||
Version: 6.2.0
|
||||
Release: 1mamba
|
||||
Summary: A multi-language source code indexing tool
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://ctags.sourceforge.net/
|
||||
Source: https://github.com/universal-ctags/ctags.git/%{version}/ctags-%{version}.tar.bz2
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://ctags.sourceforge.net/
|
||||
Source: https://github.com/universal-ctags/ctags.git/v%{version}/ctags-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libjansson-devel
|
||||
BuildRequires: libpcre2-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libyaml-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-docutils-py3
|
||||
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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
@@ -46,13 +43,18 @@ Exuberant Ctags improves on traditional ctags because of its multilanguage suppo
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/optscript
|
||||
%{_bindir}/readtags
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man5/ctags-json-output.5*
|
||||
%{_mandir}/man5/tags.5*
|
||||
%{_mandir}/man7/ctags-*.7*
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Sep 26 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2.0-1mamba
|
||||
- update to 6.2.0
|
||||
|
||||
* Tue Feb 02 2021 Silvan Calarco <silvan.calarco@mambasoft.it> p5.9.20210131.0-1mamba
|
||||
- update to p5.9.20210131.0
|
||||
|
||||
|
Reference in New Issue
Block a user