From 45e19f810ac35d841af5dce1b862d85adb1a4b14 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Tue, 16 Apr 2013 11:42:23 -0700 Subject: Add packaging Change-Id: Iab428001aaa3fade3e18726ff7093c4148c404bc --- packaging/ctags.changes | 5 +++++ packaging/ctags.spec | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 packaging/ctags.changes create mode 100644 packaging/ctags.spec 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 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 -- cgit v1.2.3