Author: pawelz Date: Mon Sep 27 12:20:36 2010 GMT Module: packages Tag: HEAD ---- Log message: - S: fop - rel 5
---- Files affected: packages/xmlto: xmlto.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: packages/xmlto/xmlto.spec diff -u packages/xmlto/xmlto.spec:1.30 packages/xmlto/xmlto.spec:1.31 --- packages/xmlto/xmlto.spec:1.30 Thu Nov 19 23:08:38 2009 +++ packages/xmlto/xmlto.spec Mon Sep 27 14:20:31 2010 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Narzędzie do konwersji plików XML do różnych formatów Name: xmlto Version: 0.0.22 -Release: 4 +Release: 5 License: GPL v2 Group: Applications/System Source0: https://fedorahosted.org/releases/x/m/xmlto/%{name}-%{version}.tar.bz2 @@ -24,6 +24,10 @@ Requires: xmltex # for getopt Requires: util-linux +# fop is required for --with-fop. It is quite rare usecase. Moreover fop is +# have dependency (written in Java, requires several Java libs, takes long time +# to execute %post), so we don't want user to force to install it. +Suggests: fop Suggests: libpaper Obsoletes: refentry2man BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -82,6 +86,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2010/09/27 12:20:31 pawelz +- S: fop +- rel 5 + Revision 1.30 2009/11/19 22:08:38 zbyniu - rel 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xmlto/xmlto.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
