diff --git a/ctags.spec b/ctags.spec index a480fb0..9e77c1a 100644 --- a/ctags.spec +++ b/ctags.spec @@ -1,6 +1,6 @@ Name: ctags -Version: r20200106 -Release: 1mamba +Version: r20210106 +Release: 2mamba Summary: A multi-language source code indexing tool Group: Development/Tools Vendor: openmamba @@ -9,6 +9,14 @@ Packager: Stefano Cotta Ramusino URL: http://ctags.sourceforge.net/ Source: https://github.com/universal-ctags/ctags.git/master/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,6 +24,8 @@ 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 @@ -37,11 +47,16 @@ Exuberant Ctags improves on traditional ctags because of its multilanguage suppo %{_bindir}/readtags %{_mandir}/man1/* %{_mandir}/man5/tags.5* -%{_mandir}/man7/ctags-incompatibilities.7* -%{_mandir}/man7/ctags-optlib.7* +%{_mandir}/man7/ctags-*.7* %doc COPYING %changelog +* Mon Jan 25 2021 Automatic Build System r20210106-2mamba +- automatic version update by autodist + +* Mon Jan 25 2021 Automatic Build System r20210106-1mamba +- automatic version update by autodist + * Sun Jan 26 2020 Automatic Build System r20200106-1mamba - automatic version update by autodist