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

Группа :: Development/Tools
Пакет: docpp

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

%define oname doc++
Name: docpp
Version: 3.4.10
Release: alt1.1
Summary: Documentation system for C, C++, IDL and Java
License: GPL v2
Group: Development/Tools
Url: http://docpp.sourceforge.net/
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

# cvs -z3 -d:pserver:anonymous at docpp.cvs.sourceforge.net:/cvsroot/docpp co -P docpp

Source: %name-%version.tar.gz

BuildPreReq: gcc-c++ flex tetex-latex tetex-dvips ghostscript ghostscript-utils
BuildPreReq: graphviz bison gettext-tools

%description
DOC++ is a documentation system for C, C++, IDL and Java generating both
TeX output for high quality hardcopies and HTML output for sophisticated
online browsing of your documentation. The documentation is extracted
directly from the C/C++/IDL header/source files or Java class files.

Here is a short list of highlights:

 - hierarchically structured documentation

 - automatic class graph generation (as Java applets for HTML)

 - cross references

 - high end formatting support including typesetting of equations

%package -n %oname
Summary: Documentation system for C, C++, IDL and Java
Group: Development/Tools

%description -n %oname
DOC++ is a documentation system for C, C++, IDL and Java generating both
TeX output for high quality hardcopies and HTML output for sophisticated
online browsing of your documentation. The documentation is extracted
directly from the C/C++/IDL header/source files or Java class files.

Here is a short list of highlights:

 - hierarchically structured documentation

 - automatic class graph generation (as Java applets for HTML)

 - cross references

 - high end formatting support including typesetting of equations

%package -n %oname-manual
Summary: User manual for DOC++
Group: Documentation
BuildArch: noarch

%description -n %oname-manual
DOC++ is a documentation system for C, C++, IDL and Java generating both
TeX output for high quality hardcopies and HTML output for sophisticated
online browsing of your documentation. The documentation is extracted
directly from the C/C++/IDL header/source files or Java class files.

This package contains user manual for DOC++.

%prep
%setup

%build
%add_optflags -DSTDC_HEADERS -DHAVE_UNISTD_H
%configure
%make_build

pushd doc/manual
%make pdf
popd

%install
%makeinstall_std

pushd po
%makeinstall
popd

install -d %buildroot%_docdir/%oname/html
install -m644 doc/manual/html/* %buildroot%_docdir/%oname/html
install -m644 doc/manual/*.pdf %buildroot%_docdir/%oname

%find_lang %oname

%files -n %oname -f %oname.lang
%doc COPYING CREDITS NEWS README REPORTING-BUGS
%_bindir/*

%files -n %oname-manual
%_docdir/%oname

%changelog

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

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