Пакет libsigsegv0: Specfile

Name: libsigsegv0
Version: 2.6
Release: alt6
%define oname libsigsegv

Summary: GNU libsigsegv - Handling page faults in user mode
License: GPL
Group: System/Legacy libraries
Url: http://www.gnu.org/software/libsigsegv/
Packager: Ilya Mashkin <oddity@altlinux.ru>
# ftp://ftp.gnu.org/gnu/libsigsegv/%oname-%version.tar.gz
Source: %oname-%version.tar
Provides: %oname = %version-%release
Obsoletes: %oname < %version-%release

%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
Group: Development/C
Requires: %oname = %version-%release

%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 -n %oname-%version

%build
%autoreconf
%configure \
	     --enable-shared \
	     --disable-static
%make_build
#make_build check

%install
%makeinstall_std

%files
%_libdir/*.so.*
%doc README AUTHORS NEWS

#files devel
#_libdir/*.so
#_includedir/*

%changelog
* Mon Oct 25 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 2.6-alt6
- Rebuilt for soname set-versions

* Mon Jun 07 2010 Dmitry V. Levin <ldv@altlinux.org> 2.6-alt5
- Renamed to libsigsegv0.

* Mon Jun 07 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 2.6-alt4
- Moved this version into System/Legacy libraries
- Disabled testsuite.

* Wed Aug 05 2009 Ilya Mashkin <oddity@altlinux.ru> 2.6-alt3
- fixes based in wrar's spec:
   - package the shared library into its own package, not in -devel (Closes: #19895)
   - fix other specfile problems
   - enable tests

* Sat May 02 2009 Ilya Mashkin <oddity@altlinux.ru> 2.6-alt2
- move *.so to main package

* Fri Apr 10 2009 Ilya Mashkin <oddity@altlinux.ru> 2.6-alt1
- 2.6

* Fri Sep 21 2007 Vadim V. Zhytnikov <vvzhy@altlinux.ru> 2.4-alt2
- Remove Russian summary and description.

* Sun Oct 08 2006 Vadim V. Zhytnikov <vvzhy@altlinux.ru> 2.4-alt1
- Stable version 2.4.

* Sat Feb 19 2005 Vadim V. Zhytnikov <vvzhy@altlinux.ru> 2.1.20030818-alt3
- Reduild with gcc 3.4.

* Fri May 14 2004 Vadim V. Zhytnikov <vvzhy@altlinux.ru> 2.1.20030818-alt2
- BuildPreReq on autoconf 1.7.

* Sun May 09 2004 Vadim V. Zhytnikov <vvzhy@altlinux.ru> 2.1.20030818-alt1
- Rebuild.

* Tue Aug 19 2003 Vadim V. Zhytnikov <vvzhy@altlinux.ru> 2.1-alt1csv20030818
- CVS 18.08.2003.

* Sun Jul 06 2003 Vadim V. Zhytnikov <vvzhy@altlinux.ru> 2.1-alt1csv20030706
- CVS 06.07.2003.

* Sat Oct 19 2002 Vadim V. Zhytnikov <vvzhy@altlinux.ru> 2.0.1-alt1csv20021019
- First ALT Linux release.