Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37539645
en ru br
Репозитории ALT
S:4.9.0.32.5420-alt1
5.1: 4.2.1-alt1
4.1: 4.1.5-alt2
4.0: 4.1.5-alt2
3.0: 4.1.4-alt2
www.altlinux.org/Changes

Группа :: Редакторы
Пакет: sed

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

Name: sed
Version: 4.2.1
Release: alt1
Epoch: 1

Summary: A GNU stream text editor
Group: Editors
License: GPLv3+
Url: http://www.gnu.org/software/sed/
Packager: Dmitry V. Levin <ldv at altlinux.org>

# based on git://git.sv.gnu.org/sed refs/heads/master

Source0: sed-%version-%release.tar
Source1: gnulib-%version-%release.tar
Source2: po-%version-%release.tar
Source3: subst.tar

Patch0: sed-%version-%release.patch
#Patch1: gnulib-%version-%release.patch

# for autoreconf/autopoint.

BuildRequires: cvs

# for acl copying support.

BuildRequires: libacl-devel

%description
The sed (Stream EDitor) editor is a stream or batch (non-interactive)
editor.  Sed takes text as input, performs an operation or set of
operations on the text and outputs the modified text.  The operations
that sed performs (substitutions, deletions, insertions, etc.) can be
specified in a script file or from the command line.

%prep
%setup -q -n sed-%version-%release -a1 -a2 -a3
%patch0 -p1

# Generate LINGUAS file.

ls po/*.po 2>/dev/null |
sed 's|.*/||; s|\.po$||' >po/LINGUAS

# Compress docs for packaging.

bzip2 -9 doc/*.txt
bzip2 -9k NEWS

%build
%make_build -C subst
./subst/subst -p 's, at DOCDIR at ,%_docdir/%name-%version,' doc/sed-in.texi doc/sed.x

./autoboot --skip-po --gnulib-srcdir=gnulib-%version-%release
%configure --bindir=/bin --without-included-regex
%make_build -C po update-po
%make_build

%check
%make_build -k check

%install
%makeinstall_std
make -C subst install

%find_lang %name

%files -f %name.lang
/bin/*
%_bindir/*
%_mandir/man?/*
%_infodir/*.info*
%doc BUGS NEWS.bz2 README THANKS doc/*.txt.bz2

%changelog

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

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