Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37561909
en ru br
Репозитории ALT
S:1.15.1-alt1
5.1: 1.12.0-alt2
4.1: 1.12.0-alt2
4.0: 1.12.0-alt1
3.0: 1.10.2-alt1.1
www.altlinux.org/Changes

Группа :: Разработка/C++
Пакет: cppunit

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: cppunit
Version: 1.12.0
Release: alt1

Summary: CppUnit is the C++ port of the famous JUnit framework for unit testing
License: LGPL
Group: Development/C++
Url: http://sourceforge.net/projects/cppunit
Packager: Sir Raorn <raorn at altlinux.ru>

Source: %name-%version.tar.bz2

Patch: %name-1.12.0-alt-ass-needed.patch

Obsoletes: %name-gcc2, %name-gcc3
Provides: %name-gcc2 = %version-%release, %name-gcc3 = %version-%release

# Automatically added by buildreq on Thu Oct 05 2006

BuildRequires: doxygen gcc-c++

%description
CppUnit --- The C++ Unit Test Library
-------------------------------------

CppUnit is the C++ port of the famous JUnit framework for unit
testing.

%package devel
Summary: CppUnit is the C++ port of the famous JUnit framework for unit testing
Group: Development/C++
Requires: %name = %version-%release
Obsoletes: %name-gcc2-devel, %name-gcc3-devel, %name-common-devel
Provides: %name-gcc2 = %version-%release, %name-gcc3 = %version-%release, %name-common-devel = %version-%release

%description devel
CppUnit --- The C++ Unit Test Library
-------------------------------------

CppUnit is the C++ port of the famous JUnit framework for unit
testing.

%prep
%setup -q
%patch -p1

%build
%__autoreconf
%configure --disable-static
%make_build

%install
%make_install DESTDIR=%buildroot install
%__mkdir_p %buildroot%_docdir
%__mv %buildroot%_datadir/cppunit %buildroot%_docdir/%name-%version

%files
%_libdir/lib*.so.*

%files devel
%_bindir/*
%_includedir/cppunit/
%_libdir/lib*.so
%_datadir/aclocal/*
%_man1dir/*
%_pkgconfigdir/%name.pc
%doc %_docdir/%name-%version/*

%post -p /sbin/ldconfig
%postun  -p /sbin/ldconfig

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin