This commit is contained in:
parent
7b5ef698dc
commit
ca4c2607ca
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f9309b28a1ab70886be0d7233cd131da699a47cee5c278197b648d62ee792c4
|
|
||||||
size 391315
|
|
3
check-0.9.6.tar.bz2
Normal file
3
check-0.9.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:caadcc1fef6fcccc06de01a5fff227734562f53fa09541c473d11096cd01a5a4
|
||||||
|
size 436690
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 1 12:12:12 IST 2009 - msuman@suse.de
|
||||||
|
|
||||||
|
- Updated to version 0.9.6:
|
||||||
|
* add call to AC_REPLACE_FUNCS([strsignal])
|
||||||
|
* add CK_FORK_GETENV to enum fork_status and delete CK_FORK_UNSPECIFIED
|
||||||
|
* add CK_CTX_INVALID to ck_result_ctx and don't use -1 anymore
|
||||||
|
* rename signal to _signal in _tcase_add_test to avoid a
|
||||||
|
symbol clash with /usr/include/sys/signal.h on OS X.
|
||||||
|
* define rpl_malloc and rpl_realloc for platforms where
|
||||||
|
!malloc(0) and !realloc(0,0), such as AIX, because configure
|
||||||
|
goes and redefines malloc/realloc in this case...
|
||||||
|
* Added new Check fail API. Implemented on top of fail_unless. Future
|
||||||
|
versions will reverse this so fail_unless is implemented on top of the
|
||||||
|
ck_assert API. This API is not documented yet, will probably not be fully
|
||||||
|
released until 0.9.8, when it will be possible to choose API.
|
||||||
|
* More fixes and changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
49
check.spec
49
check.spec
@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package check (Version 0.9.5)
|
# spec file for package check (Version 0.9.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -12,8 +19,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: check
|
Name: check
|
||||||
Version: 0.9.5
|
Version: 0.9.6
|
||||||
Release: 63
|
Release: 1
|
||||||
Url: http://check.sourceforge.net/
|
Url: http://check.sourceforge.net/
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
@ -63,24 +70,25 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS -std=gnu99"
|
||||||
|
export CXXFLAGS="$RPM_OPT_FLAGS -std=gnu99"
|
||||||
|
export FFLAGS="$RPM_OPT_FLAGS -std=gnu99"
|
||||||
%configure
|
%configure
|
||||||
make %{?jobs:-j%jobs} docdir=%{_docdir}/%{name}
|
%{__make} %{?jobs:-j%jobs} docdir=%{_docdir}/%{name}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall docdir=%{_docdir}/%{name}
|
%makeinstall docdir=%{_docdir}/%{name}
|
||||||
cp -a AUTHORS COPYING THANKS TODO $RPM_BUILD_ROOT%{_docdir}/%{name}
|
%{__cp} -a AUTHORS COPYING.LESSER THANKS TODO $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||||
|
|
||||||
%postun
|
%postun -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%postun devel
|
%postun devel
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||||
@ -102,6 +110,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_docdir}/%{name}/example
|
%doc %{_docdir}/%{name}/example
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 31 2008 msuman@suse.de
|
||||||
|
- Updated to version 0.9.6:
|
||||||
|
* add call to AC_REPLACE_FUNCS([strsignal])
|
||||||
|
* add CK_FORK_GETENV to enum fork_status and delete CK_FORK_UNSPECIFIED
|
||||||
|
* add CK_CTX_INVALID to ck_result_ctx and don't use -1 anymore
|
||||||
|
* rename signal to _signal in _tcase_add_test to avoid a
|
||||||
|
symbol clash with /usr/include/sys/signal.h on OS X.
|
||||||
|
* define rpl_malloc and rpl_realloc for platforms where
|
||||||
|
!malloc(0) and !realloc(0,0), such as AIX, because configure
|
||||||
|
goes and redefines malloc/realloc in this case...
|
||||||
|
* Added new Check fail API. Implemented on top of fail_unless. Future
|
||||||
|
versions will reverse this so fail_unless is implemented on top of the
|
||||||
|
ck_assert API. This API is not documented yet, will probably not be fully
|
||||||
|
released until 0.9.8, when it will be possible to choose API.
|
||||||
|
* More fixes and changes.
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
- added baselibs.conf file to build xxbit packages
|
- added baselibs.conf file to build xxbit packages
|
||||||
for multilib support
|
for multilib support
|
||||||
|
Loading…
Reference in New Issue
Block a user