rebuilt and removed -static package [release 2.14-2mamba;Sun May 14 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 05:47:23 +01:00
parent bbad222a5c
commit 807c440507

View File

@ -1,12 +1,12 @@
Name: libsigsegv
Version: 2.14
Release: 1mamba
Release: 2mamba
Summary: is a library for handling page faults in user mode.
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
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
License: GPL
## 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
Summary: Libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Obsoletes: libsigsegv-static <= 2.14-1mamba
%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:
- pageable virtual memory
- memory-mapped access to persistent databases
- generational garbage collectors
- stack overflow handlers
- distributed shared memory
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.
This package contains libraries and header files needed for development.
This package contains libraries and header files need for development.
%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.
%debug_package
%prep
%setup -q
%build
@ -61,6 +42,7 @@ This package contains static libraries need for development.
--enable-static
%make
make check
%install
@ -81,15 +63,14 @@ make check
%files devel
%defattr(-,root,root)
%{_includedir}/*.h
%{_libdir}/libsigsegv.a
%{_libdir}/libsigsegv.so
%doc ChangeLog ChangeLog.1 NEWS README
%files static
%defattr(-,root,root)
%{_libdir}/libsigsegv.a
%{_libdir}/libsigsegv.la
%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
- automatic version update by autodist