Package Release Info

docbook2x-0.8.8-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

docbook2x
docbook2x-doc

Change Logs

* Thu Feb 06 2025 werner@suse.de
- Correct license as since docbook2X 0.8.4 it is MIT
* Wed Feb 05 2025 werner@suse.de
- Correct download path
* Mon Feb 26 2024 dimstar@opensuse.org
- Use %patch -P N instead of deprecated %patchN.
* Sat Jan 20 2024 bwiedemann@suse.com
- Use %patch0 to fix compilation with rpm-4.19
* Thu Jul 04 2019 stefan.bruens@rwth-aachen.de
- Cleanup spec file:
  * Remove tidy BuildRequires, only used for XSL based HTML generation
    using --with-html-xsl (defaults to off).
  * Reorder tags, Group/Source/Url etc first, BuildRequires/Requires last
  * Remove BuildRoot: tag, use %buildroot
  * Remove %defattr, use %license and %doc macros
  * Remove unused macros, expand trivial single use macros
* Thu Nov 09 2017 dimstar@opensuse.org
- 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.
* Tue Feb 10 2015 coolo@suse.com
- move install_info from %postun to %preun and don't reference
  the extension twice
* Mon Aug 12 2013 stephan.barth@suse.com
- add BuildRequires for makeinfo (bnc#834457)
* Thu Dec 01 2011 coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
* Sun Sep 18 2011 jengelh@medozas.de
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build