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