Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37048452
en ru br
ALT Linux repositórios
S:0.15.2-alt2
5.0: 0.9.5-alt8
4.1: 0.9.5-alt7
4.0: 0.9.5-alt4
3.0: 0.8.4-alt1

Outros repositórios
Upstream:0.9.5

Group :: Desenvolvimento/C
RPM: check

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: check
Version: 0.9.5
Release: alt4

Epoch: 20070219

Summary: A unit test framework for C
License: LGPL
Group: Development/C

Url: http://check.sourceforge.net
Source: %name-%version.tar.gz
Packager: Michael Shigorin <mike at altlinux.org>

BuildRequires: common-licenses docbook-utils

# argh, I knew that was a nasty split indeed :-(

Provides: lib%name = %epoch:%version-%release
Obsoletes: lib%name < 20061210:0.9.5-alt2
Provides: lib%name-devel = %epoch:%version-%release
Obsoletes: lib%name-devel < 20061210:0.9.5-alt2

%add_optflags %optflags_shared

%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.

%prep
%setup -q

%build
%configure
%make_build

%install
%make_install DESTDIR=%buildroot install

%files
%_libdir/*
%_includedir/*
%_datadir/aclocal/*
%doc AUTHORS ChangeLog* NEWS README THANKS TODO
%doc doc/example/

# TODO:

# - second attempt at split? (maybe for proper maintainer)

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009