diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..4451136 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +check diff --git a/check.changes b/check.changes index 35e6da0..5aebeb9 100644 --- a/check.changes +++ b/check.changes @@ -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 diff --git a/check.spec b/check.spec index 62c7d89..3669e2e 100644 --- a/check.spec +++ b/check.spec @@ -1,7 +1,7 @@ # # 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 # package are under the same license as the package itself. # @@ -10,23 +10,24 @@ # norootforbuild + Name: check Version: 0.9.5 -Release: 1 -URL: http://check.sourceforge.net/ +Release: 63 +Url: http://check.sourceforge.net/ 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 Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -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. +Check is a unit test framework for C. It features a simple interfacefor +defining unit tests, limitating the developer the less possible. Tests +are run in a separate address space, so Check cancatch both, assertion +failures and code errors that cause segmentationfaults or other +signals. The output of unit tests can be used within source code +editors and IDEs. @@ -37,6 +38,7 @@ Authors: Sven Neumann %package devel +License: LGPL v2.1 or later Group: Development/Libraries/C and C++ Summary: Unit Test Framework for C Requires: %{name} = %{version} @@ -100,7 +102,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{_docdir}/%{name}/example %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: * Fixed code coverage support. * 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 coverage analysis for check's own unit tests. * 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). -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Mon Dec 12 2005 - sbrabec@suse.cz +* Mon Dec 12 2005 sbrabec@suse.cz - Updated to version 0.9.3. - Build with -fPIC. -* Mon May 30 2005 - sbrabec@suse.cz +* Mon May 30 2005 sbrabec@suse.cz - New SuSE package, version 0.9.2.