]> git.pld-linux.org Git - packages/docbook-dtd412-xml.git/blobdiff - docbook-dtd412-xml.spec
- tons of typos fixes
[packages/docbook-dtd412-xml.git] / docbook-dtd412-xml.spec
index f5699cab4729336e1662123e5b3e6311586615eb..4e5ad12cdd2549eb5faa37aa4b68219082184e05 100644 (file)
@@ -22,8 +22,8 @@ BuildArch:    noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define        dtdpath                 %{_datadir}/sgml/docbook/xml-dtd-%{ver}
-%define        xmlcat_file             %{dtd_path}/catalog.xml
-%define        sgmlcat_file    %{dtd_path}/catalog
+%define        xmlcat_file             %{dtdpath}/catalog.xml
+%define        sgmlcat_file    %{dtdpath}/catalog
 
 %description
 DocBook is an XML/SGML vocabulary particularly well suited to books
@@ -47,7 +47,7 @@ install -d $RPM_BUILD_ROOT%{dtdpath}
 install *.{dtd,mod} $RPM_BUILD_ROOT%{dtdpath}
 cp -a ent $RPM_BUILD_ROOT%{dtdpath}
 
-%sgmcat_fix >>$RPM_BUILD_ROOT%{sgmlcat_file}
+%sgmlcat_fix $RPM_BUILD_ROOT%{sgmlcat_file}
 
 grep -v 'ISO ' docbook.cat >> $RPM_BUILD_ROOT%{sgmlcat_file}
 
This page took 0.109034 seconds and 4 git commands to generate.