diff --git a/docbook-simple.README.redhat b/docbook-simple.README.redhat index 05bc21d..3487076 100644 --- a/docbook-simple.README.redhat +++ b/docbook-simple.README.redhat @@ -1,5 +1,5 @@ -docbook-simple for Fedora -------------------------- +docbook-simple - basic distribution howto +----------------------------------------- The Simplified DocBook XML DTD is a small subset of the DocBook XML DTD having only ~100 elements. The full version has ~380 elements. diff --git a/docbook-simple.spec b/docbook-simple.spec index 74341d5..9bd0b17 100644 --- a/docbook-simple.spec +++ b/docbook-simple.spec @@ -1,6 +1,6 @@ Name: docbook-simple Version: 1.1 -Release: 10%{?dist} +Release: 11%{?dist} Group: Applications/Text Summary: Simplified DocBook is a small subset of the DocBook XML DTD License: Freely redistributable without restriction @@ -59,7 +59,7 @@ install -p -m 644 %{SOURCE3} $SGML_CAT_DIR ####### FIXME: must copy README.redhat to source directory ######## ####### for %doc to find it, ${SOURCE1} doesn't work ######## -cp -p %{SOURCE1} ./README.fedora +cp -p %{SOURCE1} ./README %clean rm -rf $RPM_BUILD_ROOT @@ -68,7 +68,7 @@ rm -rf ../%{version} %files %defattr (-,root,root,-) %doc sdocbook.css -%doc README.fedora +%doc README %dir %{_datadir}/xml/docbook/simple/ %{_datadir}/xml/docbook/simple/%{version} %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sgml/docbook-simple.cat @@ -158,6 +158,9 @@ if [ "$1" = 0 ]; then fi %changelog +* Tue Nov 27 2012 Ondrej Vasik 1.1-11 +- avoid using Fedora in the README file (portability) + * Wed Jul 18 2012 Fedora Release Engineering - 1.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild