Hello community,
here is the log from the commit of package docbook-xsl-stylesheets for
openSUSE:Factory checked in at 2015-05-02 21:28:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docbook-xsl-stylesheets (Old)
and /work/SRC/openSUSE:Factory/.docbook-xsl-stylesheets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docbook-xsl-stylesheets"
Changes:
--------
---
/work/SRC/openSUSE:Factory/docbook-xsl-stylesheets/docbook-xsl-stylesheets.changes
2015-02-27 10:56:37.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.docbook-xsl-stylesheets.new/docbook-xsl-stylesheets.changes
2015-05-02 21:28:01.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 29 09:38:13 UTC 2015 - [email protected]
+
+- Fixed bsc#928753 (added missing template directory)
+- Slightly corrected file list
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ docbook-xsl-stylesheets.spec ++++++
--- /var/tmp/diff_new_pack.YcCH6z/_old 2015-05-02 21:28:01.000000000 +0200
+++ /var/tmp/diff_new_pack.YcCH6z/_new 2015-05-02 21:28:01.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package docbook-xsl-stylesheets
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -135,7 +135,7 @@
#--------------------------------------------------------------------------
%post
#
-# XML Catalog entries for daps profiling
+# XML Catalog entries
#
# remove existing entries first (if existing) - needed for
# zypper in, since it does not call postun
@@ -153,7 +153,7 @@
#--------------------------------------------------------------------------
%postun
#
-# delete catalog entry for daps profiling
+# delete catalog entry
# only run if package is really uninstalled ($1 = 0) and not
# in case of an update
#
@@ -166,7 +166,8 @@
#--------------------------------------------------------------------------
%files
%defattr(-, root, root)
-
+%config %{_sysconfdir}/xml/*.xml
+%doc BUGS NEWS README RELEASE-NOTES.txt TODO
%dir %{_datadir}/xml/docbook/stylesheet
%dir %{_datadir}/xml/docbook/stylesheet/nwalsh
%dir %{dbstyle_dir}/%{realversion}
@@ -176,10 +177,6 @@
# %%exclude %%{dbstyle_dir}/svn-commit.tmp
# %%exclude %%{dbstyle_dir}/%%{realversion}/*/*.xsl.orig
-%config %{_sysconfdir}/xml/*.xml
-
-%doc BUGS NEWS README RELEASE-NOTES.txt TODO
-
%{dbstyle_dir}/current
%{dbstyle_dir}/%{realversion}/*
++++++ dbxslt-install.sh ++++++
--- /var/tmp/diff_new_pack.YcCH6z/_old 2015-05-02 21:28:01.000000000 +0200
+++ /var/tmp/diff_new_pack.YcCH6z/_new 2015-05-02 21:28:01.000000000 +0200
@@ -89,14 +89,14 @@
}
#----------------------------------------------------------------------
-#
+#
DEBUG_SCRIPT=
DB4_XSLT_URL="http://docbook.sourceforge.net/release/xsl/"
DB5_XSLT_URL="http://docbook.sourceforge.net/release/xsl-ns/"
# Installation directories
DBXSLT_DIRS="assembly common eclipse epub epub3 extensions fo images \
highlighting html htmlhelp lib javahelp manpages profiling roundtrip slides \
-webhelp website xhtml xhtml-1_1 xhtml5"
+template webhelp website xhtml xhtml-1_1 xhtml5"
DBXSLT_FILES="catalog.xml VERSION VERSION.xsl REVISION"
# Without INSTALL
DBXSLT_DOCFILES="params AUTHORS BUGS COPYING NEWS.html NEWS.xml README
REVISION TODO \
@@ -131,7 +131,7 @@
DEBUG_SCRIPT=1
shift
;;
- #
+ #
--package-name)
PACKAGE=$2
shift 2
@@ -198,7 +198,7 @@
printvariables
#----------------------------------------------------------------------
-#
+#
#
function create_directory_structure() {
local i
@@ -211,11 +211,11 @@
#----------------------------------------------------------------------
-#
+#
#
function install_dbxsltdirs() {
my_debug "\n\n=== Install all DocBook XSL stylesheet directories ==="
-
+
cp ${DEBUG_SCRIPT:+-v} -a $DBXSLT_DIRS $DBSTYLE_DIR/$PACKAGE_VERSION
}
@@ -230,25 +230,25 @@
function install_scripts() {
my_debug "\n\n=== Install scripts ==="
-
+
install ${DEBUG_SCRIPT:+-v} -m755 fo/pdf2index $BINDIR
install ${DEBUG_SCRIPT:+-v} -m755 epub/bin/dbtoepub $BINDIR
install ${DEBUG_SCRIPT:+-v} -m755 slides/images/callouts/gen.sh
$BINDIR/callout-gen
-
+
# rm fo/pdf2index epub/bin/dbtoepub slides/images/callouts/gen.sh
}
function install_dbxsltfiles() {
my_debug "\n\n=== Install other files ==="
-
+
cp ${DEBUG_SCRIPT:+-v} -a $DBXSLT_FILES $DBSTYLE_DIR/$PACKAGE_VERSION
}
function install_dbxsltdocfiles() {
my_debug "\n\n=== Install documentation ==="
my_debug " Current dir: $PWD"
-
-
+
+
for i in "$DBXSLT_DOCFILES"; do
cp ${DEBUG_SCRIPT:+-v} -a $i $DOCDIR/$PACKAGE
done
@@ -257,14 +257,14 @@
function create_dbxslt_catalog() {
my_debug "\n\n=== Create catalog file ==="
-
+
# /etc/xml/docbook-xsl-stylesheets.xml
xmlcatalog --noout --create $XMLCONFDIR/$DBSTYLE_CATALOG
}
function create_dbxslt_addentries() {
my_debug "\n\n=== Create entries in the catalog file ==="
-
+
xmlcatalog --noout --add "rewriteSystem" \
"${DB4_XSLT_URL}${PACKAGE_VERSION}" \
"file://$ORIG_DBSTYLE_DIR/${PACKAGE_VERSION}"
$XMLCONFDIR/$DBSTYLE_CATALOG
@@ -277,7 +277,7 @@
xmlcatalog --noout --add "rewriteURI" \
"${DB4_XSLT_URL}current" \
"file://$ORIG_DBSTYLE_DIR/current" $XMLCONFDIR/$DBSTYLE_CATALOG
-
+
#
# temporary file that is added to /etc/xml/suse-catalog.xml
# during post