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

Группа :: Работа с текстами
Пакет: patchdeps

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

Name: patchdeps
Version: 0.1
Release: alt1.1
Group: Text tools
License: MIT
Source: %name-%version.tar
URL: https://github.com/matthijskooijman/patchdeps
Summary: Analyzing textual dependencies within a patch series
BuildPreReq: rpm-build-python3
BuildArch: noarch

%description
Given a pile of patches, `patchdeps` can find out which patch modifies
which files and lines within those files. From there, it can detect that
a specific patch modifies a line introduced by an earlier patch, and
mark these patches as dependent.

This tool is intended to sort out a pile of patches, so you can
determine which patches should be applied together as a group and which
can be freely reordered without problems.

%prep
%setup
sed -i "
/from parser import parse_diff/r parser.py
/from parser import/d
s/'xdot'/'dotty'/g
" patchdeps.py

%install
install -D -m755 patchdeps.py %buildroot%_bindir/patchdeps

%files
%doc README*
%_bindir/patchdeps

%changelog

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

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