commit docbook-utils for openSUSE:Factory
Hello community, here is the log from the commit of package docbook-utils for openSUSE:Factory checked in at 2012-04-23 09:12:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docbook-utils (Old) and /work/SRC/openSUSE:Factory/.docbook-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "docbook-utils", Maintainer is "ke@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/docbook-utils/docbook-utils.changes 2011-12-07 21:40:44.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.docbook-utils.new/docbook-utils.changes 2012-04-23 09:12:44.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Apr 18 07:51:09 UTC 2012 - coolo@suse.com + +- split out the backends that do not require tex to work + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docbook-utils.spec ++++++ --- /var/tmp/diff_new_pack.hxId48/_old 2012-04-23 09:12:46.000000000 +0200 +++ /var/tmp/diff_new_pack.hxId48/_new 2012-04-23 09:12:46.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package docbook-utils # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,18 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: docbook-utils BuildRequires: automake BuildRequires: docbook-dsssl-stylesheets BuildRequires: openjade BuildRequires: sgml-skel Summary: Small Wrapper Scripts for Processing DocBook Files +License: LGPL-2.1+ +Group: Productivity/Publishing/DocBook Version: 0.6.14 Release: 0 -Group: Productivity/Publishing/DocBook -License: LGPL-2.1+ -Requires: texlive-jadetex docbook_4 docbook_3 openjade opensp sgml-skel iso_ent docbook-dsssl-stylesheets -Requires: perl-SGMLS +Requires: %{name}-minimal +Requires: texlive-jadetex Source: ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/%{name}-%{version}.tar.gz Patch0: docbook-utils-catalog-jw.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -42,6 +43,28 @@ * sgmldiff: detect the differences in markup between two SGML files +%package minimal +Summary: Small Wrapper Scripts for Processing DocBook Files +Group: Productivity/Publishing/DocBook +Requires: docbook-dsssl-stylesheets +Requires: docbook_3 +Requires: docbook_4 +Requires: iso_ent +Requires: openjade +Requires: opensp +Requires: perl-SGMLS +Requires: sgml-skel + +%description minimal +The docbook-utils package is a set of a few small programs intended to +ease everyday use of technical documentation software based on the +DocBook DTD, either written in SGML or XML. + +Tasks they currently accomplish are: * jw: convert SGML files to + other formats (HTML, RTF, PostScript, PDF) + +* sgmldiff: detect the differences in markup between two SGML files + %prep %setup -q %patch0 -p1 -b .catalog @@ -55,13 +78,37 @@ make DESTDIR=$RPM_BUILD_ROOT install mv $RPM_BUILD_ROOT/usr/doc/html/docbook* html -%files +%files minimal %defattr (-,root,root) %doc README COPYING TODO html -%{_prefix}/bin/jw -%{_prefix}/bin/docbook2* -%{_prefix}/bin/sgmldiff -%{_prefix}/share/sgml/docbook/utils-%{version} +%_bindir/docbook2html +%_bindir/docbook2man +%_bindir/docbook2rtf +%_bindir/jw +%_bindir/sgmldiff +%_bindir/docbook2txt +%dir %{_prefix}/share/sgml/docbook/utils-%{version} +%dir %{_prefix}/share/sgml/docbook/utils-%{version}/backends +%{_prefix}/share/sgml/docbook/utils-%{version}/frontends +%{_prefix}/share/sgml/docbook/utils-%{version}/backends/html +%{_prefix}/share/sgml/docbook/utils-%{version}/backends/man +%{_prefix}/share/sgml/docbook/utils-%{version}/backends/rtf +%{_prefix}/share/sgml/docbook/utils-%{version}/backends/txt +%{_prefix}/share/sgml/docbook/utils-%{version}/docbook-utils.dsl +%{_prefix}/share/sgml/docbook/utils-%{version}/helpers + +%files +%defattr (-,root,root) +%_bindir/docbook2ps +%_bindir/docbook2dvi +%_bindir/docbook2pdf +%_bindir/docbook2tex +%_bindir/docbook2texi +%{_prefix}/share/sgml/docbook/utils-%{version}/backends/tex +%{_prefix}/share/sgml/docbook/utils-%{version}/backends/texi +%{_prefix}/share/sgml/docbook/utils-%{version}/backends/dvi +%{_prefix}/share/sgml/docbook/utils-%{version}/backends/ps +%{_prefix}/share/sgml/docbook/utils-%{version}/backends/pdf %{_mandir}/man?/* %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de