Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37509523
en ru br
ALT Linux repos
S:2.0.0-alt1

Group :: System/Libraries
RPM: libcpptest

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname cpptest
Name: libcpptest
Version: 2.0.0
Release: alt1

Summary: CppTest is a unit testing framework for handling automated tests in C++

License: LGPL
Group: System/Libraries
Url: http://cpptest.sourceforge.net/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://prdownloads.sourceforge.net/%oname/%oname-%version.tar

# Automatically added by buildreq on Sat Mar 07 2009

BuildRequires: gcc-c++

%description
CppTest is a portable and powerful, yet simple, unit testing framework
for handling automated tests in C++. The focus lies on usability and
extendability.
Several output formats are supported and new ones are easily added.

%package devel
Summary: Header files for %name
Group: Development/Other
Requires: %name = %version-%release

%description devel
Header files for libspiff.

%prep
%setup -n %oname-%version

%build
%configure --disable-static
%make_build

%install
%makeinstall_std

%files
%doc AUTHORS BUGS ChangeLog NEWS README
%_libdir/lib*.so.*

%files devel
%_libdir/lib*.so
%_includedir/%{oname}*
%_pkgconfigdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin