Compare commits
6 Commits
r20200106-
...
main
Author | SHA1 | Date | |
---|---|---|---|
329b234bd7 | |||
9ad097e83a | |||
54b24535bf | |||
62af5d48bb | |||
4d89a08019 | |||
554b13e4c2 |
42
ctags.spec
42
ctags.spec
@@ -1,15 +1,24 @@
|
||||
Name: ctags
|
||||
Version: r20200106
|
||||
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/master/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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libjansson-devel
|
||||
BuildRequires: libpcre2-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libyaml-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-docutils-py3
|
||||
|
||||
%description
|
||||
Exuberant Ctags generates an index (or tag) file of language objects found in source files for many popular programming languages.
|
||||
@@ -34,14 +43,33 @@ 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-incompatibilities.7*
|
||||
%{_mandir}/man7/ctags-optlib.7*
|
||||
%{_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
|
||||
|
||||
* Thu Jan 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.20210124.0-1mamba
|
||||
- update to 5.9.20210124.0
|
||||
|
||||
* Mon Jan 25 2021 Automatic Build System <autodist@mambasoft.it> r20210106-3mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 25 2021 Automatic Build System <autodist@mambasoft.it> r20210106-2mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 25 2021 Automatic Build System <autodist@mambasoft.it> r20210106-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 26 2020 Automatic Build System <autodist@mambasoft.it> r20200106-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user