- License: GPLv2+
This commit is contained in:
parent
b152deafd4
commit
d569084b8b
@ -2,9 +2,9 @@
|
|||||||
Summary: Library for handling page faults in user mode
|
Summary: Library for handling page faults in user mode
|
||||||
Name: libsigsegv
|
Name: libsigsegv
|
||||||
Version: 2.4
|
Version: 2.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
License: GPL
|
License: GPLv2+
|
||||||
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
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -15,18 +15,18 @@ 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
|
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
|
currently not available. Catching and handling a page fault is a useful
|
||||||
technique for implementing:
|
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
|
||||||
- stack overflow handlers,
|
- stack overflow handlers
|
||||||
- distributed shared memory,
|
- distributed shared memory
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development libraries and header files for %{name}
|
Summary: Development libraries and header files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
%description devel
|
%description devel
|
||||||
Libraries and header files for %{name} development.
|
%{summary}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -63,18 +63,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog NEWS README
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.4-3
|
||||||
|
- License: GPLv2+
|
||||||
|
|
||||||
* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.4-2
|
* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.4-2
|
||||||
- fc6 respin
|
- fc6 respin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user