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

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

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

Name: wdiff
Version: 1.2.2
Release: alt1.1
Summary: Comparing files on a word per word basis
License: GPL
Group: Text tools
Url: http://www.gnu.org/software/wdiff/
Source: %name-%version.tar.gz

# Needs for check

BuildRequires: screen
# explicitly added texinfo for info files
BuildRequires: texinfo

%description
The program wdiff is a front end to diff for comparing files on a word
per word basis. A word is anything between whitespace. This is useful
for comparing two texts in which a few words have been changed and for
which paragraphs have been refilled. It works by creating two temporary
files, one word per line, and then executes diff on these files. It
collects the diff output and uses it to produce a nicer display of word
differences between the original files.

%prep
%setup

%build
#autoreconf
%configure --enable-experimental
%make_build

%check
%make check

%install
%makeinstall
%find_lang "%name.*"

%files -f %name.*.lang
%doc ABOUT-NLS AUTHORS BACKLOG ChangeLog INSTALL NEWS README THANKS TODO
%_bindir/*
%_man1dir/*
%_infodir/*

%changelog

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

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