Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37766180
en ru br
Репозитории ALT

Группа :: Development/Tools
Пакет: hgview

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

%define _unpackaged_files_terminate_build 1

Name: hgview
Version: 1.14.0
Release: alt2.1

Summary: Qt5 based Mercurial log navigator
License: GPLv2+
Group: Development/Tools

BuildArch: noarch

Url: http://www.logilab.org/project/hgview

# hg clone http://hg.logilab.org/review/hgview

Source0: %{name}-%{version}.tar

Requires: python3-module-qscintilla2-qt5
Requires: mercurial mercurial-hgext

BuildRequires(pre): rpm-build-python3
BuildRequires: mercurial mercurial-hgext asciidoc xmlto python3-module-PyQt5-devel

%add_python3_self_prov_path %buildroot%python3_sitelibdir/hgviewlib/qt5

%description
hgview is a simple tool aiming at visually navigate in a Mercurial
repository history.
It is written in Python/Qt4 with quick and efficient key-based
navigation in mind, trying to be fast enough to be usable for big
repositories.

%prep
%setup

%build
%python3_build

%install
%python3_install
mv %buildroot/usr/man %buildroot/usr/share
rm -rf %buildroot/usr/share/doc/%name
# conflicts with hgext3rd from mercurial
rm -rf %buildroot%python3_sitelibdir/hgext3rd/

%files
%_bindir/*
%python3_sitelibdir/hgviewlib/
%python3_sitelibdir/*.egg-info
%_man1dir/*
%doc ChangeLog README.rst COPYING

%changelog

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

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