]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - docbook-utils/docbook-utils.nm
docbook-utils: Add more dependencies.
[people/arne_f/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
8release = 1
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 += \
41 --libdir=/usr/lib \
42 --mandir=/usr/share/man
43end
44
45packages
46 package %{name}
47 requires
48 docbook-dtds
f4205ac4
SS
49 docbook-dsssl
50 openjade
2481650a
SS
51 end
52 end
53end