]> git.ipfire.org Git - ipfire-3.x.git/blame - docbook-utils/docbook-utils.nm
docbook-utils: Drop HTML documentation
[ipfire-3.x.git] / docbook-utils / docbook-utils.nm
CommitLineData
2481650a
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = docbook-utils
7version = 0.6.14
4bf81562 8release = 3
2481650a
SS
9
10groups = Applications/Text
11url = http://sources.redhat.com/docbook-tools/
12license = GPLv2+
13summary = Shell scripts for managing DocBook documents.
14
15description
16 This package contains scripts are for easy conversion from DocBook
17 files to other formats, and for comparing SGML files.
18end
19
20# Manual list patches because they need to be applied in specical order
21patches = \
22 %{name}-spaces.patch \
23 %{name}-2ndspaces.patch \
24 %{name}-w3mtxtconvert.patch \
25 %{name}-grepnocolors.patch \
26 %{name}-sgmlinclude.patch \
27 %{name}-rtfmanpage.patch \
28 %{name}-papersize.patch \
29 %{name}-nofinalecho.patch \
30 %{name}-newgrep.patch
31
32build
33 requires
34 docbook-dsssl
35 docbook-dtds
36 openjade
37 sgml-common
38 end
39
40 configure_options += \
89e703f2 41 --libdir=%{libdir} \
4bf81562
SS
42 --mandir=%{mandir}
43
44 install_cmds
45 # Drop unneeded and wrongly installed HTML documentation.
46 rm -rvf %{BUILDROOT}%{prefix}/doc
47 end
2481650a
SS
48end
49
50packages
51 package %{name}
52 requires
53 docbook-dtds
f4205ac4
SS
54 docbook-dsssl
55 openjade
89e703f2 56 perl-SGMLSpm
2481650a
SS
57 end
58 end
1f9bc2f0
MT
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
2481650a 63end