]> 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 8701a7072b1ee813ab8ec7203b407227c4107f3b..9ac73c36412067e97cd1288f2f42d1cfcd13b28d 100644 (file)
@@ -7,6 +7,7 @@ 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
@@ -52,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.036352 seconds and 4 git commands to generate.