This commit is contained in:
parent
fe1d626bc1
commit
7b5ef698dc
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
check
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 27 12:26:58 CEST 2007 - sbrabec@suse.cz
|
Tue Mar 27 12:26:58 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
35
check.spec
35
check.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package check (Version 0.9.5)
|
# spec file for package check (Version 0.9.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,23 +10,24 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: check
|
Name: check
|
||||||
Version: 0.9.5
|
Version: 0.9.5
|
||||||
Release: 1
|
Release: 63
|
||||||
URL: http://check.sourceforge.net/
|
Url: http://check.sourceforge.net/
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: LGPL v2.1 or later
|
||||||
Summary: Unit Test Framework for C
|
Summary: Unit Test Framework for C
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Check is a unit test framework for C. It features a simple interface
|
Check is a unit test framework for C. It features a simple interfacefor
|
||||||
for defining unit tests, putting little in the way of the developer.
|
defining unit tests, limitating the developer the less possible. Tests
|
||||||
Tests are run in a separate address space, so Check can catch both
|
are run in a separate address space, so Check cancatch both, assertion
|
||||||
assertion failures and code errors that cause segmentation faults or
|
failures and code errors that cause segmentationfaults or other
|
||||||
other signals. The output from unit tests can be used within source
|
signals. The output of unit tests can be used within source code
|
||||||
code editors and IDEs.
|
editors and IDEs.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -37,6 +38,7 @@ Authors:
|
|||||||
Sven Neumann <sven@convergence.de>
|
Sven Neumann <sven@convergence.de>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: Unit Test Framework for C
|
Summary: Unit Test Framework for C
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -100,7 +102,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_docdir}/%{name}/example
|
%doc %{_docdir}/%{name}/example
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 27 2007 - sbrabec@suse.cz
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
* Tue Mar 27 2007 sbrabec@suse.cz
|
||||||
- Updated to version 0.9.5:
|
- Updated to version 0.9.5:
|
||||||
* Fixed code coverage support.
|
* Fixed code coverage support.
|
||||||
* Updated manual and converted from DocBook to Texinfo.
|
* Updated manual and converted from DocBook to Texinfo.
|
||||||
@ -112,12 +117,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Added possibility to turn off timeout tests.
|
* Added possibility to turn off timeout tests.
|
||||||
* Added coverage analysis for check's own unit tests.
|
* Added coverage analysis for check's own unit tests.
|
||||||
* More fixes and changes.
|
* More fixes and changes.
|
||||||
* Fri Feb 24 2006 - sbrabec@suse.cz
|
* Fri Feb 24 2006 sbrabec@suse.cz
|
||||||
- Fixed format string error (David Binderman, #143293).
|
- Fixed format string error (David Binderman, #143293).
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Dec 12 2005 - sbrabec@suse.cz
|
* Mon Dec 12 2005 sbrabec@suse.cz
|
||||||
- Updated to version 0.9.3.
|
- Updated to version 0.9.3.
|
||||||
- Build with -fPIC.
|
- Build with -fPIC.
|
||||||
* Mon May 30 2005 - sbrabec@suse.cz
|
* Mon May 30 2005 sbrabec@suse.cz
|
||||||
- New SuSE package, version 0.9.2.
|
- New SuSE package, version 0.9.2.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user