Hello community, here is the log from the commit of package docbook2x for openSUSE:Factory checked in at 2017-11-14 14:17:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docbook2x (Old) and /work/SRC/openSUSE:Factory/.docbook2x.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docbook2x" Tue Nov 14 14:17:37 2017 rev:21 rq:540413 version:0.8.8 Changes: -------- --- /work/SRC/openSUSE:Factory/docbook2x/docbook2x.changes 2015-02-16 17:24:26.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.docbook2x.new/docbook2x.changes 2017-11-14 14:17:41.950575257 +0100 @@ -1,0 +2,11 @@ +Thu Nov 9 08:46:23 UTC 2017 - [email protected] + +- Rename README.SuSE to README.SUSE, adhering to the correct + spelling. +- Fix postun scriptlet: the variable %{xml_sysconf_dir} is + undefined and thus put into the postun scriptlet unexpanded. +- Fix rpmlint warnings about % in comments: macros are still + expanded in comments. Some macros are multiline, which could + impact the build directly. Escape the percent sign. + +------------------------------------------------------------------- Old: ---- docbook2x-README.SuSE New: ---- docbook2x-README.SUSE ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docbook2x.spec ++++++ --- /var/tmp/diff_new_pack.ZLOLE2/_old 2017-11-14 14:17:44.758472830 +0100 +++ /var/tmp/diff_new_pack.ZLOLE2/_new 2017-11-14 14:17:44.762472684 +0100 @@ -1,7 +1,7 @@ # # spec file for package docbook2x # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -54,8 +54,8 @@ Version: 0.8.8 Release: 0 Source: http://downloads.sourceforge.net/docbook2x/docbook2X-%{version}.tar.bz2 -#Source: http://ftp1.sourceforge.net/sourceforge/docbook2x/docbook2X-%{version}.tar.gz -Source1: docbook2x-README.SuSE +#Source: http://ftp1.sourceforge.net/sourceforge/docbook2x/docbook2X-%%{version}.tar.gz +Source1: docbook2x-README.SUSE Patch: docbook2X-0.8.8-catalog.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -76,10 +76,10 @@ %define INSTALL_DATA install -m644 %prep -#echo %{_docdir} -#echo %{_defaultdocdir} +#echo %%{_docdir} +#echo %%{_defaultdocdir} %setup -q -n docbook2X-%{version} -cp %{S:1} README.SuSE +cp %{S:1} README.SUSE %patch -p 1 %define perl_site %(TMP=%{perl_sitearch}; echo ${TMP%/*}) @@ -108,7 +108,7 @@ make install DESTDIR=$RPM_BUILD_ROOT \ nsgmls_xmldecl=/usr/share/sgml/opensp/xml.dcl \ htmldir=%{_docdir}/%{name}/html -install -m644 AUTHORS COPYING NEWS README README.SuSE \ +install -m644 AUTHORS COPYING NEWS README README.SUSE \ $RPM_BUILD_ROOT%{_docdir}/%{name} rm -f $RPM_BUILD_ROOT/%{_infodir}/dir mv $RPM_BUILD_ROOT%{_mandir}/man1/docbook2man.1 \ @@ -132,7 +132,7 @@ %postun # remove entries only on removal of file -if [ ! -f %{xml_sysconf_dir}/%{FOR_ROOT_CAT} -a -x /usr/bin/edit-xml-catalog ] ; then +if [ ! -f %{_sysconfdir}/xml/%{FOR_ROOT_CAT} -a -x /usr/bin/edit-xml-catalog ] ; then edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \ --del %{name}-%{version} fi ++++++ docbook2x-README.SUSE ++++++ To avoid filename conflicts with files from the docbook-utils package /usr/bin/docbook2man and /usr/bin/docbook2texi are installed as: /usr/bin/docbook-to-man /usr/bin/docbook-to-texi 2004-02-19 16:40:17 CET -ke-
