Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37044172
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: alt2

Summary: Index generator for HTML formatted HOWTO documents from LDP
License: GPL
Group: Text tools

Source: %name-%version.tar.bz2
Source1: makehowtoindex2
Source2: howto.xpm
Source3: lhowto.xpm
Source4: mhowto.xpm
Packager: Michael Shigorin <mike at altlinux.org>

BuildArch: noarch
Provides: howto-icons
Requires: sed

# 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: an index generator for html formatted HOWTO documents.
- makehowtoindex2: 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

%install
install -pDm755 makehowtoindex %buildroot%_bindir/makehowtoindex
install -pDm755 %SOURCE1 %buildroot%_bindir/makehowtoindex2
install -pDm644 %SOURCE2 %buildroot%_niconsdir/howto.xpm
install -pDm644 %SOURCE3 %buildroot%_liconsdir/howto.xpm
install -pDm644 %SOURCE4 %buildroot%_miconsdir/howto.xpm
for i in *.png; do
install -pDm644 $i %buildroot%_docdir/HOWTO/HTML/$i
done

%files
%_bindir/*
%doc NEWS
%dir %_docdir/HOWTO/HTML
%_docdir/HOWTO/HTML/*.png
%_niconsdir/*.xpm
%_liconsdir/*.xpm
%_miconsdir/*.xpm

# TODO:

# - consider 0.2.15

%changelog

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

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