summaryrefslogtreecommitdiff
path: root/packaging/ctags.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/ctags.spec')
-rw-r--r--packaging/ctags.spec32
1 files changed, 32 insertions, 0 deletions
diff --git a/packaging/ctags.spec b/packaging/ctags.spec
new file mode 100644
index 0000000..c059d8b
--- /dev/null
+++ b/packaging/ctags.spec
@@ -0,0 +1,32 @@
+Name: ctags
+Version: 5.8
+Release: 0
+License: GPL-2.0+
+Summary: Tool for generating indexes of source code definitions
+Url: http://ctags.sourceforge.net/
+Group: Development/Tools
+Source: %{name}-%{version}.tar.gz
+
+%description
+Exuberant Ctags is a multilanguage reimplementation of the much-underused
+ctags(1) program and is intended to be the mother of all ctags programs. It
+generates indexes of source code definitions which are used by a number of
+editors and tools. The motivation which drove the development of Exuberant
+Ctags was the need for a ctags program which supported generation of tags
+for all possible C language constructs (which no other ctags offers), and
+because most were easily fooled by a number of preprocessor contructs.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%docs_package
+
+%files
+%{_bindir}/ctags