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

Группа :: Разработка/Python
Пакет: python-doc-tools

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

# -*- coding: utf-8 -*-
%define targetdir  %_datadir/python-doc-tools

# Hack! Hack! Hack!

%define _perl_lib_path %targetdir/tools
%define __find_provides %SOURCE1
%define __find_requires %SOURCE2

Name: python-doc-tools
Version: 0.0.1
Release: alt1.1
BuildArch: noarch

Requires: make python perl-base tetex-dvips tetex-latex latex2html lynx

Summary: A set of standard tools to convert python modules documentation
License: PSF
Group: Development/Python
Url: http://www.python.org

Source0: %name-%version.tar.bz2
Source1: %name.find-provides
Source2: %name.find-requires

%description
This package contains a set of scripts (python, perl), images, TeX
style files, etc. to build unified-styled documentation for python
modules from TeX/LaTeX sources.

%description -l ru_RU.UTF-8
п╜я┌п╬я┌ п©п╟п╨п╣я┌ я│п╬п╢п╣я─п╤п╦я┌ п╫п╟п╠п╬я─ я│я├п╣п╫п╟я─п╦п╣п╡ (python, perl), п╦п╥п╬п╠я─п╟п╤п╣п╫п╦п╧,
я└п╟п╧п╩п╬п╡ я│я┌п╦п╩п╣п╧ TeX п╦ я┌.п╢. п╢п╩я▐ п©п╬я│я┌я─п╬п╣п╫п╦я▐ п╡я▀п╢п╣я─п╤п╟п╫п╫п╬п╧ п╡ п╣п╢п╦п╫п╬п╪ я│я┌п╦п╩п╣
п╢п╬п╨я┐п╪п╣п╫я┌п╟я├п╦п╦ п╢п╩я▐ п╪п╬п╢я┐п╩п╣п╧ п©п╦я┌п╬п╫ п╦п╥ п╦я│я┘п╬п╢п╫п╦п╨п╬п╡ п╫п╟ TeX/LaTex

%prep
%setup -q -n %name
cat >README <<EOF
Usage:

   make -f %targetdir/Makefile MODULE=<YourModuleName> [<TargetFormat>]

Supported formats:
   html
   text
   dvi
   ps
EOF
rm -rf tools/push-docs.sh
rm -rf tools/update-docs.sh

%install
%__mkdir_p %buildroot%targetdir
cp -pr * %buildroot%targetdir
unset RPM_PYTHON

%files
%doc README
%targetdir

%changelog

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

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