rebuilt and removed -static package [release 2.14-2mamba;Sun May 14 2023]
This commit is contained in:
parent
bbad222a5c
commit
807c440507
@ -1,12 +1,12 @@
|
|||||||
Name: libsigsegv
|
Name: libsigsegv
|
||||||
Version: 2.14
|
Version: 2.14
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://libsigsegv.sourceforge.net/
|
URL: https://sourceforge.net/directory/software-development/linux/
|
||||||
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
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -25,34 +25,15 @@ This is a library for handling page faults in user mode. A page fault occurs whe
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Libraries and headers for %{name}
|
Summary: Libraries and headers for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Obsoletes: libsigsegv-static <= 2.14-1mamba
|
||||||
|
|
||||||
%description devel
|
%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.
|
||||||
- pageable virtual memory
|
This package contains libraries and header files needed for development.
|
||||||
- memory-mapped access to persistent databases
|
|
||||||
- generational garbage collectors
|
|
||||||
- stack overflow handlers
|
|
||||||
- distributed shared memory
|
|
||||||
|
|
||||||
This package contains libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%package static
|
|
||||||
Summary: Static libraries for %{name}
|
|
||||||
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:
|
|
||||||
- pageable virtual memory
|
|
||||||
- memory-mapped access to persistent databases
|
|
||||||
- generational garbage collectors
|
|
||||||
- stack overflow handlers
|
|
||||||
- distributed shared memory
|
|
||||||
|
|
||||||
This package contains static libraries need for development.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -61,6 +42,7 @@ This package contains static libraries need for development.
|
|||||||
--enable-static
|
--enable-static
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -81,15 +63,14 @@ make check
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
|
%{_libdir}/libsigsegv.a
|
||||||
%{_libdir}/libsigsegv.so
|
%{_libdir}/libsigsegv.so
|
||||||
%doc ChangeLog ChangeLog.1 NEWS README
|
%doc ChangeLog ChangeLog.1 NEWS README
|
||||||
|
|
||||||
%files static
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libsigsegv.a
|
|
||||||
%{_libdir}/libsigsegv.la
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 14 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.14-2mamba
|
||||||
|
- rebuilt and removed -static package
|
||||||
|
|
||||||
* Sat Jan 08 2022 Automatic Build System <autodist@mambasoft.it> 2.14-1mamba
|
* Sat Jan 08 2022 Automatic Build System <autodist@mambasoft.it> 2.14-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user