Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37540142
en ru br
Репозитории ALT
S:0.9.8-alt1_9
5.1: 0.9.5-alt1
www.altlinux.org/Changes

Группа :: Development/Tools
Пакет: alleyoop

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: alleyoop
Version: 0.9.5
Release: alt1

Summary: Valgrind front-end for the GNOME environment
License: GPLv2+
Group: Development/Tools

Url: http://alleyoop.sf.net/

Packager: Andrey Rahmatullin <wrar at altlinux.ru>

Source: %name-%version.tar

BuildPreReq: libglade-devel libgnomeui-devel valgrind
BuildPreReq: emacs-common vim-X11 xemacs-nox
BuildRequires(pre): libGConf-devel >= 2.16.0

Requires: valgrind


%description
Alleyoop is a graphical front-end to the increasingly popular Valgrind
memory checker for x86 GNU/ Linux using the Gtk+ widget set and other
GNOME libraries for the X-Windows environment.
Features include a right-click context menu to intelligently suppress
errors or launch an editor on the source file/jumping to the exact line
of the error condition. A searchbar at the top of the viewer can be used
to limit the viewable errors to those that match the regex criteria
entered. Also included is a fully functional Suppressions editor.


%prep
%setup
%autoreconf

%build
%configure \
--disable-schemas-install
%make_build

%install
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
%makeinstall
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
%find_lang %name


%post
%gconf2_install %name

%preun
if [ $1 = 0 ]; then
%gconf2_uninstall %name
fi


%files -f %name.lang
%_bindir/*
%config %_sysconfdir/gconf/schemas/*
%doc AUTHORS ChangeLog MAINTAINERS NEWS README

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin