diff --git a/sgml-common.spec b/sgml-common.spec index ee75973..35e9693 100644 --- a/sgml-common.spec +++ b/sgml-common.spec @@ -1,6 +1,6 @@ Name: sgml-common Version: 0.6.3 -Release: 28%{?dist} +Release: 29%{?dist} Group: Applications/Text Summary: Common SGML catalog and DTD files @@ -72,6 +72,8 @@ make install DESTDIR="$RPM_BUILD_ROOT" htmldir='%{_datadir}/doc' INSTALL='instal mkdir $RPM_BUILD_ROOT%{_sysconfdir}/xml mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sgml/docbook mkdir -p $RPM_BUILD_ROOT%{_datadir}/sgml/docbook +# Touch SGML catalog +touch $RPM_BUILD_ROOT%{_sysconfdir}/sgml/catalog # Create an empty XML catalog. XMLCATALOG=$RPM_BUILD_ROOT%{_sysconfdir}/xml/catalog %{_bindir}/xmlcatalog --noout --create $XMLCATALOG @@ -117,6 +119,7 @@ rm -rf $RPM_BUILD_ROOT %doc __dist_doc/html/ AUTHORS NEWS ChangeLog README %dir %{_sysconfdir}/sgml %config(noreplace) %{_sysconfdir}/sgml/sgml.conf +%ghost %verify(not md5 size mtime) %config(noreplace,missingok) %{_sysconfdir}/sgml/catalog %dir %{_datadir}/sgml %dir %{_datadir}/sgml/sgml-iso-entities-8879.1986 %{_datadir}/sgml/sgml-iso-entities-8879.1986/* @@ -140,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT %dir %{_datadir}/xml %changelog +* Thu May 28 2009 Ondrej Vasik 0.6.3-29 +- do own /etc/sgml/catalog + * Tue May 19 2009 Ondrej Vasik 0.6.3-28 - do not provide explicit url for xml-common subpackage, fix trailing spaces