converted link to branch

OBS-URL: https://build.opensuse.org/package/show/devel:tools/ctags?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2010-02-19 15:13:57 +00:00 committed by Git OBS Bridge
parent 60b2baf35c
commit b8236f24bf
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 18 16:44:25 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package ctags (Version 2009.8.26)
# spec file for package ctags (Version 2009.12.21)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,12 +18,12 @@
Name: ctags
License: GPL v2 or later
License: GPLv2+
Group: Development/Tools/Navigators
AutoReqProv: on
%define ctags_ver 5.7
%define etags_ver 17.38.1.4
Version: 2009.8.26
Version: 2009.12.21
Release: 1
Summary: A Program to Generate Tag Files for Use with vi and Other Editors
Url: http://ctags.sourceforge.net/
@ -64,7 +64,7 @@ CC=gcc
CFLAGS="$RPM_OPT_FLAGS -Wall"
export CFLAGS CC
./configure --prefix=/usr --mandir=%{_mandir} --disable-etags
make
make %{?jobs:-j%jobs}
cd ../etags-%{etags_ver}
CFLAGS="$CFLAGS -DSTDC_HEADERS -DHAVE_UNISTD_H -DHAVE_GETCWD"
$CC $CFLAGS -o etags etags.c