Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37803227
en ru br
Репозитории ALT
S:6.3.1-alt1
5.1: 1.3.1-alt1
4.1: 1.2.1-alt0.M41.1
4.0: 0.9.4-alt1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: mercurial

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

Version: 1.3.1
Release: alt1
Name: mercurial
%setup_python_module %name

Summary: Mercurial source code management system
Group: Development/Other
License: GPL v2
Url: http://selenic.com/mercurial/

Source0: %name-%version.tar

Packager: Yury Yurevich <anarresti at altlinux.org>

BuildPreReq: rpm-build-python
BuildRequires: python-devel asciidoc xmlto

%add_python_req_skip win32api pywintypes win32com win32con win32file win32process winerror msvcrt

%description
Mercurial is a fast fast, lightweight
Source Control Management system designed for
efficient handling of very large distributed projects

%prep
%setup

%build
%__python setup.py build

make -C doc clean
make -C doc all

# TODO: run tests on build


%install
%__python setup.py install --skip-build --root=%buildroot
install -D doc/hg.1 %buildroot/%_man1dir/hg.1
install -D doc/hgrc.5 %buildroot/%_man5dir/hgrc.5
install -D doc/hgignore.5 %buildroot/%_man5dir/hgignore.5
install -D contrib/bash_completion %buildroot/%_sysconfdir/bash_completion.d/mercurial


%files
%doc CONTRIBUTORS README contrib doc/*html
%_sysconfdir/bash_completion.d/mercurial
%_bindir/hg
%dir %python_sitelibdir/hgext
%dir %python_sitelibdir/mercurial
%python_sitelibdir/%name-*py%__python_version.egg-info
%python_sitelibdir/hgext/*
%python_sitelibdir/mercurial/*
%_man1dir/hg.*
%_man5dir/hgrc.*
%_man5dir/hgignore.*

%changelog

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

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