]> git.pld-linux.org Git - packages/docbook-dtd30-sgml.git/commitdiff
- cosmetics or minor fixes where necessary
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 11 Feb 2003 22:41:51 +0000 (22:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    docbook-dtd30-sgml.spec -> 1.17

docbook-dtd30-sgml.spec

index 5c8e90e5375c8b101a9932773f336f90f7f7b221..2d678b67b94290509a383fa478c159bd2e46b190 100644 (file)
@@ -10,11 +10,10 @@ Source1:    %{name}-Makefile
 Patch0:                %{name}-catalog.patch
 URL:           http://www.oasis-open.org/docbook/
 BuildRequires: unzip
+Requires(post,postun): sgml-common >= 0.5
 Requires:      sgml-common >= 0.5
-Requires(post):        sgml-common >= 0.5
-Requires(postun):      sgml-common >= 0.5
-BuildArch:     noarch
 Provides:      docbook-dtd-sgml
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,11 +41,6 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
-%defattr(644,root,root,755)
-%doc *.txt
-%{_datadir}/sgml/docbook/sgml-dtd-3.0
-
 %triggerpostun -- docbook-dtd30-sgml < 1.0-15
 if ! grep -q /etc/sgml/sgml-docbook-3.0.cat /etc/sgml/catalog ; then
        /usr/bin/install-catalog --add /etc/sgml/sgml-docbook-3.0.cat /usr/share/sgml/docbook/sgml-dtd-3.0/catalog > /dev/null
@@ -61,3 +55,8 @@ fi
 if [ "$1" = "0" ] ; then
        /usr/bin/install-catalog --remove /etc/sgml/sgml-docbook-3.0.cat /usr/share/sgml/docbook/sgml-dtd-3.0/catalog > /dev/null
 fi
+
+%files
+%defattr(644,root,root,755)
+%doc *.txt
+%{_datadir}/sgml/docbook/sgml-dtd-3.0
This page took 0.06076 seconds and 4 git commands to generate.