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

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

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

Name: howto-utils
Version: 0.2.13
Release: alt1

Summary: Index generator for html formatted HOWTO documents (from the Linux Documentation Project)
License: GPL
Group: Text tools

Packager: Michael Shigorin <mike at altlinux.ru>

BuildArch: noarch
Provides: howto-icons
Requires: sed

Source0: %name-%version.tar.bz2
Source1: makehowtoindex2
Source2: howto.xpm
Source3: lhowto.xpm
Source4: mhowto.xpm

# Automatically added by buildreq on Sun Aug 08 2004 (-bi)

BuildRequires: perl-MDK-Common

%description
Linux HOWTOs are detailed documents which describe a specific aspect of
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Currently, availlable tools are :
- makehowtoindex is an index generator for html formatted HOWTO documents.
- makehowtoindex2 is an index generator for html formatted HOWTO documents from *.dsc files

A few icons will be required by the generated index files and other packages
with HOWTOs installed on your system; they are provided by this
package, too.

%prep
%setup -q

%install
%__mkdir_p %buildroot{%_datadir/doc/HOWTO/HTML/,%_bindir}
%__install -m755 makehowtoindex %buildroot%_bindir
%__install -m755 %SOURCE1 %buildroot%_bindir
for i in *.png; do
 %__install -m644 $i %buildroot%_datadir/doc/HOWTO/HTML/
done

%__install -m755 -d %buildroot%_iconsdir
%__cat %SOURCE2 > %buildroot%_iconsdir/howto.xpm
%__install -m755 -d %buildroot%_liconsdir
%__cat %SOURCE3 > %buildroot%_liconsdir/howto.xpm
%__install -m755 -d %buildroot%_miconsdir
%__cat %SOURCE4 > %buildroot%_miconsdir/howto.xpm

%files
%doc NEWS
%_bindir/*
%dir %_datadir/doc/HOWTO/HTML
%_datadir/doc/HOWTO/HTML/*.png
%_iconsdir/*.xpm
%_liconsdir/*.xpm
%_miconsdir/*.xpm

%changelog

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

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