]> git.pld-linux.org Git - packages/docbook-dtd412-xml.git/commitdiff
- tons of typos fixes
authoraflinta <aflinta@pld-linux.org>
Sat, 28 Sep 2002 10:38:59 +0000 (10:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    docbook-dtd412-xml.spec -> 1.17

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.05167 seconds and 4 git commands to generate.