SHA256
1
0
forked from pool/ctags
OBS User unknown
2007-01-09 16:43:20 +00:00
committed by Git OBS Bridge
parent d5ac79e1c2
commit 960aaf2cea
6 changed files with 14 additions and 99 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package ctags (Version 2006.12.30)
# spec file for package ctags (Version 2007.1.9)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -15,8 +15,8 @@ License: GNU General Public License (GPL)
Group: Development/Tools/Navigators
Autoreqprov: on
%define exuberant_ver 5.6
%define emacs_ver 17.25
Version: 2006.12.30
%define emacs_ver 17.26
Version: 2007.1.9
Release: 1
Summary: A Program to Generate Tag Files for Use with vi and Other Editors
URL: http://ctags.sourceforge.net/
@@ -26,7 +26,6 @@ Source2: README.SuSE
Patch0: ctags-%{exuberant_ver}.diff
Patch1: ctags-ycp-parser.diff
Patch2: etags-%{emacs_ver}.diff
Patch3: etags-gnuctags-allow-duplicates.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -52,7 +51,6 @@ Authors:
%patch1
cd ../etags-%{emacs_ver}
%patch2
%patch3
%build
CC=gcc
@@ -90,6 +88,8 @@ rm -rf $RPM_BUILD_ROOT
%{_docdir}/ctags
%changelog -n ctags
* Tue Jan 09 2007 - schwab@suse.de
- More etags fixes from CVS.
* Sat Dec 30 2006 - schwab@suse.de
- Fix handling of relative names in #line.
* Wed Dec 20 2006 - schwab@suse.de