diff --git a/libcheck.spec b/libcheck.spec index f55b615..563630d 100644 --- a/libcheck.spec +++ b/libcheck.spec @@ -2,21 +2,19 @@ Name: libcheck Version: 0.15.2 -Release: 1mamba +Release: 2mamba Summary: A unit test framework for C Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Davide Madrisan -URL: http://sourceforge.net/projects/check +Packager: Silvan Calarco +URL: https://sourceforge.net/projects/check Source: https://github.com/libcheck/check/releases/download/%{version}/check-%{version}.tar.gz -#Source: http://downloads.sourceforge.net/sourceforge/check/check-%{version}.tar.gz License: LGPL -Requires(post):%{__install_info} ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root +Requires(post):%{__install_info} # FIXME : checking for docbook2html... no @@ -36,8 +34,9 @@ Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep %setup -q -n check-%{version} @@ -75,7 +74,7 @@ exit 0 %files %defattr(-,root,root) %{_bindir}/checkmk -%{_mandir}/man1/checkmk.1.gz +%{_mandir}/man1/checkmk.1* %{_libdir}/libcheck.so.* %files devel @@ -93,6 +92,9 @@ exit 0 %{_infodir}/%{pkgname}.info.* %changelog +* Tue Jan 04 2022 Silvan Calarco 0.15.2-2mamba +- rebuilt with debug package and specfile fixes + * Sun Aug 16 2020 Automatic Build System 0.15.2-1mamba - automatic version update by autodist