rebuilt with debug package and specfile fixes [release 0.15.2-2mamba;Tue Jan 04 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 03:59:58 +01:00
parent 4e5bb16fd0
commit e14035a755

View File

@ -2,21 +2,19 @@
Name: libcheck Name: libcheck
Version: 0.15.2 Version: 0.15.2
Release: 1mamba Release: 2mamba
Summary: A unit test framework for C Summary: A unit test framework for C
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@qilinux.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sourceforge.net/projects/check URL: https://sourceforge.net/projects/check
Source: https://github.com/libcheck/check/releases/download/%{version}/check-%{version}.tar.gz 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 License: LGPL
Requires(post):%{__install_info}
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires(post):%{__install_info}
# FIXME : checking for docbook2html... no # 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. 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. 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. 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 %prep
%setup -q -n check-%{version} %setup -q -n check-%{version}
@ -75,7 +74,7 @@ exit 0
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/checkmk %{_bindir}/checkmk
%{_mandir}/man1/checkmk.1.gz %{_mandir}/man1/checkmk.1*
%{_libdir}/libcheck.so.* %{_libdir}/libcheck.so.*
%files devel %files devel
@ -93,6 +92,9 @@ exit 0
%{_infodir}/%{pkgname}.info.* %{_infodir}/%{pkgname}.info.*
%changelog %changelog
* Tue Jan 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.2-2mamba
- rebuilt with debug package and specfile fixes
* Sun Aug 16 2020 Automatic Build System <autodist@mambasoft.it> 0.15.2-1mamba * Sun Aug 16 2020 Automatic Build System <autodist@mambasoft.it> 0.15.2-1mamba
- automatic version update by autodist - automatic version update by autodist