Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37601880
en ru br
ALT Linux repositórios
S:15.8a-alt1
5.0: 15.7-alt1
4.1: 15.6-alt2
4.0: 15.6-alt2
3.0: 15.5-alt2

Outros repositórios
Upstream:15.6

Group :: Desenvolvimento/Outros
RPM: cscope

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

# vim: set ft=spec: -*- mode: rpm-spec; -*-

Name: cscope
Version: 15.7a
Release: alt1.qa2

Summary: Cscope is a text screen based source browsing tool
Group: Development/Other
License: BSD
Url: http://cscope.sourceforge.net/

Packager: Sir Raorn <raorn at altlinux.ru>

# git://git.altlinux.org/people/raorn/packages/%name.git

Source: %name-%version.tar
Patch: %name-%version-%release.patch

# Automatically added by buildreq on Sun Oct 15 2006

BuildRequires: flex libncurses-devel

%description
Cscope is a text screen based source browsing tool.  Although it is
primarily designed to search C code (including lex and yacc files), it
can also be used for C++ code.

Using cscope, you can easily search for where symbols are used and
defined.

%prep
%setup
%patch -p1

%build
%autoreconf
%configure
%make_build clean
%make_build all

%install
%make_install DESTDIR=%buildroot install

# The package contains a CVS/.svn/.git/.hg/.bzr/_MTN directory of revision control system.

# It was most likely included by accident since CVS/.svn/.hg/... etc. directories
# usually don't belong in releases.
# When packaging a CVS/SVN snapshot, export from CVS/SVN rather than use a checkout.
find $RPM_BUILD_ROOT -type d \( -name 'CVS' -o -name '.svn' -o -name '.git' -o -name '.hg' -o -name '.bzr' -o -name '_MTN' \) -print -exec rm -rf {} \; ||:
# the find below is useful in case those CVS/.svn/.git/.hg/.bzr/_MTN directory is added as %%doc
find . -type d \( -name 'CVS' -o -name '.svn' -o -name '.git' -o -name '.hg' -o -name '.bzr' -o -name '_MTN' \) -print -exec rm -rf {} \; ||:

%files
%doc TODO COPYING AUTHORS README contrib
%_bindir/*
%_man1dir/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009