update to 5.9.20210124.0 [release 5.9.20210124.0-1mamba;Thu Jan 28 2021]
This commit is contained in:
parent
62af5d48bb
commit
54b24535bf
41
ctags.spec
41
ctags.spec
@ -1,14 +1,23 @@
|
||||
Name: ctags
|
||||
Version: 5.8
|
||||
Release: 2mamba
|
||||
Epoch: 1
|
||||
Version: 5.9.20210124.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: http://downloads.sourceforge.net/ctags/ctags-%{version}.tar.gz
|
||||
Source: https://github.com/universal-ctags/ctags.git/p%{version}/ctags-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libjansson-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libyaml-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -16,8 +25,11 @@ Exuberant Ctags generates an index (or tag) file of language objects found in so
|
||||
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
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -33,10 +45,31 @@ Exuberant Ctags improves on traditional ctags because of its multilanguage suppo
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/readtags
|
||||
%{_mandir}/man1/*
|
||||
%doc COPYING EXTENDING.html FAQ NEWS README
|
||||
%{_mandir}/man5/tags.5*
|
||||
%{_mandir}/man7/ctags-*.7*
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> r20191026.git-1mamba
|
||||
- update to r20191026.git
|
||||
|
||||
* Wed Jul 31 2013 Automatic Build System <autodist@mambasoft.it> 5.8-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user