Author: sparky Date: Fri Jan 15 00:30:58 2010 GMT Module: packages Tag: HEAD ---- Log message: - changed Suggests: source-highlight to Requires; most (all?) packages using gtk-doc require it to build, but adding BR: in them is not the right solution as they don't use it directly - rel 2
---- Files affected: packages/gtk-doc: gtk-doc.spec (1.77 -> 1.78) ---- Diffs: ================================================================ Index: packages/gtk-doc/gtk-doc.spec diff -u packages/gtk-doc/gtk-doc.spec:1.77 packages/gtk-doc/gtk-doc.spec:1.78 --- packages/gtk-doc/gtk-doc.spec:1.77 Mon Dec 21 15:40:29 2009 +++ packages/gtk-doc/gtk-doc.spec Fri Jan 15 01:30:52 2010 @@ -11,7 +11,7 @@ Summary(pt_BR.UTF-8): O gerador de documentação do GTK Name: gtk-doc Version: 1.13 -Release: 1 +Release: 2 License: GPL v2+ Group: Development/Tools Source0: http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.13/%{name}-%{version}.tar.bz2 @@ -44,7 +44,7 @@ Requires: docbook-utils >= 0.6.10 Requires: libxslt-progs >= 1.1.15 Requires: openjade -Suggests: source-highlight +Requires: source-highlight Conflicts: pkgconfig < 1:0.19 %{!?with_tests:BuildArch: noarch} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -98,7 +98,7 @@ %{__autoconf} %{__automake} %configure \ - HIGHLIGHT="/usr/bin/source-highlight" + HIGHLIGHT="%{_bindir}/source-highlight" %{__make} %install @@ -147,6 +147,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.78 2010/01/15 00:30:52 sparky +- changed Suggests: source-highlight to Requires; most (all?) packages using + gtk-doc require it to build, but adding BR: in them is not the right solution + as they don't use it directly +- rel 2 + Revision 1.77 2009/12/21 14:40:29 megabajt - updated to 1.13 - removed -spaces.patch (applied upstream) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gtk-doc/gtk-doc.spec?r1=1.77&r2=1.78&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
