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