Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37412927
en ru br
Репозитории ALT
S:1.2-alt2
5.1: 1.2-alt1
4.1: 1.2-alt1
4.0: 1.2-alt1
3.0: 1.1-alt1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: findsym

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

Name: findsym
Version: 1.2
Release: alt2

Summary: Search through all your shared libraries for a specific symbol
Group: Development/Other
License: GPL
# Seems to be dead...
#Url: http://meatloop.andover.net/~count/src/
Packager: Dmitry V. Levin <ldv at altlinux.org>
BuildArch: noarch

BuildRequires: help2man

Source: %name-%version.tar

%description
This program will attempt to search through all your shared libraries
for a specific symbol.  This is useful when trying to compile something
and the compiler complains about an undefined reference similar to this:

/tmp/cceuy0nE.o(.text+0x7): undefined reference to `foo'

Running "%name foo" would try to locate the symbol foo and indicate
what library you should be linking with.

%prep
%setup -q

%build
%make_build

%install
install -pD -m755 %name %buildroot%_bindir/%name
install -pD -m755 %name-remote %buildroot%_bindir/%name-remote
install -pD -m644 %name.1 %buildroot%_man1dir/%name.1

%files
%_bindir/*
%_man1dir/*

%changelog

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

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