[docbook-slides] avoid using Fedora in the README2 file (portability)

Ondrej Vasik ovasik at fedoraproject.org
Tue Nov 27 09:41:24 UTC 2012


commit 4548acc424af5d112f250651a56b15f630bf59bf
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Tue Nov 27 10:41:19 2012 +0100

    avoid using Fedora in the README2 file (portability)

 docbook-slides.README.redhat |    4 ++--
 docbook-slides.spec          |    9 ++++++---
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/docbook-slides.README.redhat b/docbook-slides.README.redhat
index 46980ed..4b0986c 100644
--- a/docbook-slides.README.redhat
+++ b/docbook-slides.README.redhat
@@ -1,5 +1,5 @@
-docbook-slides for Fedora
--------------------------
+docbook-slides - basic distribution howto
+-----------------------------------------
 
 DocBook Slides provides customization layers of the both the
 Simplified and the full DocBook XML DTD, as well as the DocBook XSL
diff --git a/docbook-slides.spec b/docbook-slides.spec
index 243c440..8adff77 100644
--- a/docbook-slides.spec
+++ b/docbook-slides.spec
@@ -2,7 +2,7 @@
 Summary: DocBook Slides document type and stylesheets
 Name: docbook-slides
 Version: 3.4.0
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: MIT
 Group: Applications/Text
 URL: http://sourceforge.net/projects/docbook
@@ -59,7 +59,7 @@ SGML_CAT_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/sgml
 mkdir -p $SGML_CAT_DIR
 install -p -m 644 %{SOURCE2} $SGML_CAT_DIR
 
-cp -p %{SOURCE3} ./README.fedora
+cp -p %{SOURCE3} ./README2
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -70,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc tests
 %doc README
 %doc NEWS
-%doc README.fedora
+%doc README2
 %dir %{_datadir}/xml/docbook/slides/
 %{_datadir}/xml/docbook/slides/%{version}
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sgml/docbook-slides.cat
@@ -156,6 +156,9 @@ if [ "$1" = 0 ]; then
 fi
 
 %changelog
+* Tue Nov 27 2012 Ondrej Vasik <ovasik at redhat.com> 3.4.0-12
+- avoid using Fedora in the README2 file (portability)
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.0-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list