Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37864275
en ru br
ALT Linux repositórios
S:2.14-alt1
5.0: 2.4-alt2
4.1: 2.4-alt2
4.0: 2.4-alt2
3.0: 2.1.20030818-alt3

Group :: Desenvolvimento/C
RPM: libsigsegv

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: libsigsegv
Version: 2.1.20030818
Release: alt3

Summary: GNU libsigsegv - Handling page faults in user mode
Summary (ru_RU.UTF-8): Обработка ошибок страничного доступа в пользовательском пространстве
License: GPL
Group: Development/C
Url: http://www.gnu.org/software/libsigsegv/
Packager: Vadim V. Zhytnikov <vvzhy at altlinux.ru>

Source: libsigsegv-cvs-20030818.tar.bz2

BuildPreReq: automake_1.7

%set_automake_version 1.7

%description
This is a library for handling page faults in user mode. A page fault
occurs when a program tries to access to a region of memory that is
currently not available. Catching and handling a page fault is a useful
technique for implementing:

 - pageable virtual memory,
 - memory-mapped access to persistent databases,
 - generational garbage collectors,
 - stack overflow handlers,
 - distributed shared memory,
 - ...

%package devel
Summary: GNU libsigsegv - Handling page faults in user mode
Summary (ru_RU.UTF-8): Обработка ошибок страничного доступа в пользовательском пространстве
Group: Development/C

%description devel
This is a library for handling page faults in user mode. A page fault
occurs when a program tries to access to a region of memory that is
currently not available. Catching and handling a page fault is a useful
technique for implementing:

 - pageable virtual memory,
 - memory-mapped access to persistent databases,
 - generational garbage collectors,
 - stack overflow handlers,
 - distributed shared memory,
 - ...

%prep
%setup -q -n%name

%build
%configure

%install
%makeinstall

install -d %buildroot%_docdir/%name
install -D -m644 %_builddir/%name/README  %buildroot%_docdir/%name/README

%files devel
%_libdir/*
%_includedir/*
%doc %_docdir/%name

%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