Author: sparky Date: Sun May 16 01:02:33 2010 GMT Module: packages Tag: HEAD ---- Log message: - BR: gnome-doc-utils, rpm-pythonprov - dropped not really used BR: docbook-style-xsl, ghostscript, librsvg, libxslt-progs, lilypond, m4, tetex-dvips, txt2man - pass paths of some applications to configure (rsvg, gs, ...)
---- Files affected: packages/solfege: solfege.spec (1.47 -> 1.48) ---- Diffs: ================================================================ Index: packages/solfege/solfege.spec diff -u packages/solfege/solfege.spec:1.47 packages/solfege/solfege.spec:1.48 --- packages/solfege/solfege.spec:1.47 Wed May 12 15:24:32 2010 +++ packages/solfege/solfege.spec Sun May 16 03:02:24 2010 @@ -15,22 +15,15 @@ URL: http://solfege.sourceforge.net/ BuildRequires: autoconf >= 2.50 BuildRequires: automake -BuildRequires: docbook-style-xsl BuildRequires: gettext-devel -BuildRequires: ghostscript -# rsvg program -BuildRequires: librsvg -BuildRequires: libxslt-progs >= 1.0.31 -BuildRequires: lilypond -BuildRequires: m4 +BuildRequires: gnome-doc-utils BuildRequires: perl-base BuildRequires: pkgconfig >= 1:0.17 BuildRequires: python-devel >= 1:2.3 BuildRequires: python-pygtk-devel >= 2.6.0 +BuildRequires: rpm-pythonprov BuildRequires: swig-python >= 1.3.25 -BuildRequires: tetex-dvips BuildRequires: texinfo -BuildRequires: txt2man # xml2po >= 0.4 - required only on en manual changes Requires: python-pygtk-gtk >= 2.6.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -80,6 +73,10 @@ %{__autoconf} %{__autoheader} %configure \ + RSVG=%{_bindir}/rsvg \ + LILYPOND=%{_bindir}/lilypond \ + BZR=%{_bindir}/bzr \ + GS=%{_bindir}/gs \ PYTHON=/usr/bin/python \ --enable-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl @@ -150,6 +147,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.48 2010/05/16 01:02:24 sparky +- BR: gnome-doc-utils, rpm-pythonprov +- dropped not really used BR: docbook-style-xsl, ghostscript, librsvg, + libxslt-progs, lilypond, m4, tetex-dvips, txt2man +- pass paths of some applications to configure (rsvg, gs, ...) + Revision 1.47 2010/05/12 13:24:32 baggins - rel 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/solfege/solfege.spec?r1=1.47&r2=1.48&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
