summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McCarty <patrick.mccarty@linux.intel.com>2013-04-16 11:42:23 -0700
committerPatrick McCarty <patrick.mccarty@linux.intel.com>2013-04-17 15:06:42 -0700
commit45e19f810ac35d841af5dce1b862d85adb1a4b14 (patch)
treec8354492d86f41933d9766473833a8e5f81b5067
parentdcb94a48221b48dc6f72d318343342a3928c3612 (diff)
downloadctags-45e19f810ac35d841af5dce1b862d85adb1a4b14.tar.gz
ctags-45e19f810ac35d841af5dce1b862d85adb1a4b14.tar.bz2
ctags-45e19f810ac35d841af5dce1b862d85adb1a4b14.zip
Change-Id: Iab428001aaa3fade3e18726ff7093c4148c404bc
-rw-r--r--packaging/ctags.changes5
-rw-r--r--packaging/ctags.spec32
2 files changed, 37 insertions, 0 deletions
diff --git a/packaging/ctags.changes b/packaging/ctags.changes
new file mode 100644
index 0000000..d5e926b
--- /dev/null
+++ b/packaging/ctags.changes
@@ -0,0 +1,5 @@
+* Wed Apr 17 2013 Patrick McCarty <patrick.mccarty@linux.intel.com> upstream/5.8@2699105
+- Add packaging
+- Apply Fedora DESTDIR patch
+- Imported Upstream version 5.8
+
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