- License: GPLv2+
This commit is contained in:
parent
b152deafd4
commit
d569084b8b
@ -2,9 +2,9 @@
|
||||
Summary: Library for handling page faults in user mode
|
||||
Name: libsigsegv
|
||||
Version: 2.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
License: GPL
|
||||
License: GPLv2+
|
||||
URL: http://libsigsegv.sourceforge.net/
|
||||
Source: http://ftp.gnu.org/gnu/libsigsegv/libsigsegv-%{version}.tar.gz
|
||||
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
|
||||
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,
|
||||
- pageable virtual memory
|
||||
- memory-mapped access to persistent databases
|
||||
- generational garbage collectors
|
||||
- stack overflow handlers
|
||||
- distributed shared memory
|
||||
|
||||
%package devel
|
||||
Summary: Development libraries and header files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%description devel
|
||||
Libraries and header files for %{name} development.
|
||||
%{summary}.
|
||||
|
||||
|
||||
%prep
|
||||
@ -63,18 +63,21 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog NEWS README
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/lib*.a
|
||||
%{_includedir}/*
|
||||
|
||||
|
||||
%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
|
||||
- fc6 respin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user