From 807c440507b2ec45807ee4b7fb7955d7cee80b88 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:47:23 +0100 Subject: [PATCH] rebuilt and removed -static package [release 2.14-2mamba;Sun May 14 2023] --- libsigsegv.spec | 41 +++++++++++------------------------------ 1 file changed, 11 insertions(+), 30 deletions(-) diff --git a/libsigsegv.spec b/libsigsegv.spec index 0fe006e..3e4ddc9 100644 --- a/libsigsegv.spec +++ b/libsigsegv.spec @@ -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 -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 2.14-2mamba +- rebuilt and removed -static package + * Sat Jan 08 2022 Automatic Build System 2.14-1mamba - automatic version update by autodist