]> git.pld-linux.org Git - packages/docbook-utils.git/blobdiff - docbook-utils.spec
- second part of small fixes inspired by kloczek (this time better checked,
[packages/docbook-utils.git] / docbook-utils.spec
index b44443dcb36153a5e0c5c1acbd1af8e84adebcec..9ac73c36412067e97cd1288f2f42d1cfcd13b28d 100644 (file)
@@ -2,11 +2,12 @@
 Summary:       Shell scripts to manage DocBook documents
 Summary(pl):   Skrypty do obróbki dokumentów DocBook
 Name:          docbook-utils
-Version:       0.6.11
-Release:       3
+Version:       0.6.13
+Release:       1
 License:       Eric Bischoff, Mark Galassi, Jochem Huhmann, Steve Cheng, and Frederik Fouvry; GPL 2.0
 Group:         Applications/Publishing/SGML
 Source0:       ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/%{name}-%{version}.tar.gz
+# Source0-md5: af785716b207a7a562551851298a3b1a
 Source1:       gdp-both.dsl
 Source2:       db2html
 Patch1:                %{name}-roff_includes_in_man_pages.patch
@@ -19,7 +20,6 @@ BuildRequires:        docbook-style-dsssl
 BuildRequires: openjade >= 1.4-12.20020409
 Requires:      docbook-style-dsssl >= 1.76-6
 Requires:      jadetex >= 2.5
-Requires:      tetex-fonts
 Obsoletes:     docbook2X
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -53,15 +53,15 @@ rm -rf $RPM_BUILD_ROOT
 rm -f doc/HTML/Makefile*
 rm -f doc/HTML/*.in
 
-install %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/sgml/docbook/utils-%{version}/docbook-utils.dsl
-sed 's/^ "USletter"/ "A4"/' %{SOURCE1} > $RPM_BUILD_ROOT/%{_datadir}/sgml/docbook/utils-%{version}/docbook-utils-a4.dsl
+install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/sgml/docbook/utils-%{version}/docbook-utils.dsl
+sed 's/^ "USletter"/ "A4"/' %{SOURCE1} > $RPM_BUILD_ROOT%{_datadir}/sgml/docbook/utils-%{version}/docbook-utils-a4.dsl
 
 for util in dvi html pdf ps rtf man texi tex ; do
-       ln -sf docbook2${util} $RPM_BUILD_ROOT/%{_bindir}/db2${util}
-       echo '.so jw.1' >$RPM_BUILD_ROOT/%{_mandir}/man1/db2${util}.1
+       ln -sf docbook2${util} $RPM_BUILD_ROOT%{_bindir}/db2${util}
+       echo '.so jw.1' >$RPM_BUILD_ROOT%{_mandir}/man1/db2${util}.1
 done
 
-install -m755 %{SOURCE2} $RPM_BUILD_ROOT/%{_bindir}/db2html
+install -m755 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/db2html
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.030025 seconds and 4 git commands to generate.