automatic version update by autodist [release 2.11-1mamba;Tue Aug 08 2017]
This commit is contained in:
parent
04174ae319
commit
98b938dba9
@ -1,9 +1,6 @@
|
||||
# libsigsegv
|
||||
|
||||
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:
|
||||
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
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: libsigsegv
|
||||
Version: 2.10
|
||||
Version: 2.11
|
||||
Release: 1mamba
|
||||
Summary: is a library for handling page faults in user mode.
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: gil <puntogil@libero.it>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://libsigsegv.sourceforge.net/
|
||||
Source: http://ftp.gnu.org/gnu/libsigsegv/libsigsegv-%{version}.tar.gz
|
||||
License: GPL
|
||||
@ -15,10 +15,7 @@ BuildRequires: glibc-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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:
|
||||
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
|
||||
@ -31,10 +28,7 @@ Summary: Libraries and headers for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{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:
|
||||
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
|
||||
@ -49,10 +43,7 @@ Group: Development/Libraries
|
||||
Requires: %{name}-devel = %{version}
|
||||
|
||||
%description static
|
||||
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:
|
||||
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
|
||||
@ -85,20 +76,24 @@ make check
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc AUTHORS COPYING ChangeLog ChangeLog.1 NEWS README README.woe32
|
||||
%{_libdir}/libsigsegv.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libsigsegv.so
|
||||
%doc ChangeLog ChangeLog.1 NEWS README
|
||||
|
||||
%files static
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/libsigsegv.a
|
||||
%{_libdir}/libsigsegv.la
|
||||
|
||||
%changelog
|
||||
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 2.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 01 2011 Automatic Build System <autodist@mambasoft.it> 2.10-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user