]> git.pld-linux.org Git - packages/docbook-mathml.git/commitdiff
- spaces->tabs
authorpaladine <paladine@pld-linux.org>
Thu, 9 Dec 2004 11:32:51 +0000 (11:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- sorted BRs

Changed files:
    docbook-mathml.spec -> 1.8

docbook-mathml.spec

index 304c36df6291d5d9fc93bdecafa66561e40023ff..b2ea24c34a0537a1b415b0677369c85435da778c 100644 (file)
@@ -9,8 +9,8 @@ Group:          Applications/Publishing/XML
 URL:           http://www.oasis-open.org/docbook/
 Source0:       %{name}-%{version}.tar.gz
 # Source0-md5: 401aae1f74a43644d37479f4453be247
-BuildRequires: rpm-build >= 4.0.2-94
 BuildRequires: libxml2-progs
+BuildRequires: rpm-build >= 4.0.2-94
 PreReq:                libxml2
 Requires(post,preun):  /usr/bin/xmlcatalog
 Requires:      libxml2-progs >= 2.4.17-6
@@ -18,8 +18,8 @@ Requires:     w3-dtd-mathml
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define dtd_path       %{_datadir}/xml/docbook-mathml-dtd-%{version}
-%define        xmlcat_file     %{dtd_path}/catalog.xml
+%define                dtd_path        %{_datadir}/xml/docbook-mathml-dtd-%{version}
+%define                xmlcat_file     %{dtd_path}/catalog.xml
 
 %description
 DocBook MathML Module 1.0.
@@ -49,14 +49,12 @@ rm -rf $RPM_BUILD_ROOT
 # NOTE: empty lines after %%xmlcat_* are needed by rpm macro with parameters
 %post
 if ! grep -q %{xmlcat_file} /etc/xml/catalog ; then
-    %xmlcat_add %{xmlcat_file}
-
+       %xmlcat_add %{xmlcat_file}
 fi
 
 %preun
 if [ "$1" = "0" ] ; then
-    %xmlcat_del %{xmlcat_file}
-
+       %xmlcat_del %{xmlcat_file}
 fi
 
 %files
This page took 0.072668 seconds and 4 git commands to generate.