Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37731225
en ru br
Репозитории ALT
S:3.9.2-alt1
5.1: 0.7.11p3-alt1
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: buildbot

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

%add_findreq_skiplist */contrib/windows/*
%add_python_req_skip cvstoys

Name: buildbot
Version: 0.7.11p3
Release: alt1
Summary: Build/test automation system

Group: Development/Python
License: GPLv2+
Url: http://buildbot.net
Packager: Boris Savelev <boris at altlinux.org>

Source: %name-%version.tar

BuildArch: noarch
BuildRequires: python-devel

%description
The BuildBot is a system to automate the compile/test cycle required by
most software projects to validate code changes. By automatically
rebuilding and testing the tree each time something has changed, build
problems are pinpointed quickly, before other developers are
inconvenienced by the failure.

%prep
%setup

%build
%python_build

%install

%python_install --install-purelib=%python_sitelibdir

mkdir -p %buildroot/%_datadir/%name/
cp -R contrib %buildroot/%_datadir/%name/

# clean up Windows contribs.

sed -i 's/\r//' %buildroot/%_datadir/%name/contrib/windows/*
chmod -x %buildroot/%_datadir/%name/contrib/windows/*

%files
%doc NEWS README docs
%_bindir/buildbot
%python_sitelibdir/buildbot
%python_sitelibdir/*.egg-info
%_datadir/%name

%changelog

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

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