Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37600870
en ru br
Репозитории ALT
S:3.4-alt9
5.1: 2.18.3-alt1
4.1: 2.18.3-alt1
4.0: 2.18.3-alt1
3.0: 2.14-alt7
www.altlinux.org/Changes

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

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

# -*-rpm-spec-*-
Name: distcc
Version: 2.18.3
Release: alt1

Summary: distcc is a program to distribute builds C/C++/ Objective C/C++
License: GNU GPL
Group: Development/C
Url: http://distcc.samba.org/

Source0: %url/ftp/distcc/%name-%version.tar.bz2
Source1: distccd.init
Source2: distccd.conf

Requires: service
# Automatically added by buildreq on Tue Sep 21 2004
BuildRequires: hostinfo libpopt-devel python-base

%description
distcc is a program to distribute builds of C, C++, Objective C
or Objective C++ code across several machines on a network.
distcc should always generate the same results as a local build,
is simple to install and use, and is often two or more
times faster than a local compile.

%prep
%setup -q -n %name-%version

%build
%configure
%make_build

%install
%makeinstall
%__mkdir_p %buildroot{%_sysconfdir,%_initdir,%_sysconfdir/distccd}
%__install -p -m 0755 %SOURCE1  %buildroot%_initdir/distccd
%__install -p -m 0644 %SOURCE2 %buildroot%_sysconfdir/distccd/distccd.conf

%post
%post_service distccd

%preun
%preun_service distccd


%files
%_initdir/distccd
%config(noreplace) %_sysconfdir/distccd/distccd.conf
%_bindir/distcc
%_bindir/distccd
%_bindir/distccmon-text
%_man1dir/*
%_docdir/*

%changelog

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

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