Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37836379
en ru br
ALT Linux repos
S:1.0.12-alt1
5.0: 1.0.11-alt1
4.1: 1.0.11-alt1
4.0: 1.0.11-alt1

Group :: Development/Other
RPM: codeviz

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: codeviz
Version: 1.0.11
Release: alt1

Summary: A call graph generation utility for C/C++

Url: http://www.skynet.ie/~mel/projects/codeviz/
License: distributable
Group: Development/Other

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://www.skynet.ie/~mel/projects/codeviz/%name-%version.tar.bz2
#Patch0: patch.new-options

BuildArch: noarch

# manually removed: rpm-build-mono

# Automatically added by buildreq on Tue Feb 06 2007 (-bi)
BuildRequires: perl-DBM

%description
CodeViz provides the ability to generate call graphs to aid the task
of understanding code. It uses a highly modular set of collection
methods and can be adapted to support any language although only C and
C++ are currently supported.

%prep
%setup

%build
%install
mkdir -p -m 755 %buildroot/%_bindir %buildroot/%perl_vendor_privlib
install -m 755 bin/* %buildroot/%_bindir
cp -pr lib/* %buildroot/%perl_vendor_privlib

%files
%_bindir/*
%perl_vendor_privlib/CodeViz/
%doc CHANGELOG README compilers graphs

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin