diff --git a/README.md b/README.md index fccb908..a2903b9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/libsigsegv.spec b/libsigsegv.spec index 966ccf6..e9c5fd1 100644 --- a/libsigsegv.spec +++ b/libsigsegv.spec @@ -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 +Packager: Silvan Calarco 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 2.11-1mamba +- automatic version update by autodist + * Fri Jul 01 2011 Automatic Build System 2.10-1mamba - automatic update by autodist