Accepting request 294477 from devel:tools

1

OBS-URL: https://build.opensuse.org/request/show/294477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cscope?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2015-04-07 07:29:31 +00:00 committed by Git OBS Bridge
commit 2c5e878896
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eab34b1179a582bb4e3a875778d5e30fbc99d46cdeaf3bef866471bcd4cc7cf7
size 516150

3
cscope-15.8a.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb736ac40d5abebe8fa46820c7a8eccc8a17966a9a5f70375367b77177874d1e
size 601232

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 2 17:36:01 UTC 2015 - mpluskal@suse.com
- Use url for source
-------------------------------------------------------------------
Mon Jan 5 13:44:49 UTC 2015 - jslaby@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package cscope
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@ Summary: Interactive Tool for Browsing C Source Code
License: BSD-3-Clause
Group: Development/Tools/Navigators
Url: http://cscope.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
Source: http://sourceforge.net/projects/cscope/files/cscope/%{version}/%{name}-%{version}.tar.gz
Patch1: %{name}-null.patch
Patch2: %{name}-15.7-gcc-warnings.patch
Patch3: %{name}-15.7-vpath.patch
@ -34,6 +34,7 @@ Patch7: support-fun-as-params.patch
BuildRequires: bison
BuildRequires: flex
BuildRequires: ncurses-devel
BuildRequires: pkg-config
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -61,7 +62,7 @@ install -m 755 src/cscope %{buildroot}%{_bindir}/cscope
install -m 644 doc/cscope.1 %{buildroot}%{_mandir}/man1/cscope.1
install -m 755 contrib/xcscope/cscope-indexer %{buildroot}%{_bindir}/cscope-indexer
pushd contrib
%makeinstall
make DESTDIR=%{buildroot} install %{?_smp_mflags}
popd
%files