Accepting request 27149 from home:jengelh:branches:devel:tools

Copy from home:jengelh:branches:devel:tools/ctags via accept of submit request 27149 revision 2.
Request was accepted with message:
thx

OBS-URL: https://build.opensuse.org/request/show/27149
OBS-URL: https://build.opensuse.org/package/show/devel:tools/ctags?expand=0&rev=4
This commit is contained in:
Petr Uzel 2009-12-21 15:32:37 +00:00 committed by Git OBS Bridge
parent c29d839003
commit dfe9867d76
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Fri Dec 18 16:44:25 CET 2009 - jengelh@medozas.de
- enable parallel building
- enabel 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.12.21)
# spec file for package ctags (Version 2009.8.26)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,12 +18,12 @@
Name: ctags
License: GPLv2+
License: GPL v2 or later
Group: Development/Tools/Navigators
AutoReqProv: on
%define ctags_ver 5.7
%define etags_ver 17.38.1.4
Version: 2009.12.21
Version: 2009.8.26
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 %{?jobs:-j%jobs}
make %{?jobs:-j%jobs};
cd ../etags-%{etags_ver}
CFLAGS="$CFLAGS -DSTDC_HEADERS -DHAVE_UNISTD_H -DHAVE_GETCWD"
$CC $CFLAGS -o etags etags.c

0
ready Normal file
View File