Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Merge Review: gnuplot https://bugzilla.redhat.com/show_bug.cgi?id=225849 ------- Additional Comments From jonathan.underwood@xxxxxxxxx 2007-11-02 07:50 EST ------- Please note those macros are broken as used in the Emacs addon guidelines - I have emailed Tom Callaway with the fixes twice, but he hasn't yet responded (and he owns the wiki page). Anyway, they should really be as below which (a) fixes the "coonfig" typo, and also stops CVS tagging breaking. # If the emacs-el package has installed a pkgconfig file, use that to determine # install locations and Emacs version at build time, otherwise set defaults. %if %($(pkg-config emacs) ; echo $?) %define emacs_version 22.1 %define emacs_lispdir %{_datadir}/emacs/site-lisp %define emacs_startdir %{_datadir}/emacs/site-lisp/site-start.d %else %define emacs_version %(pkg-config emacs --modversion) %define emacs_lispdir %(pkg-config emacs --variable sitepkglispdir) %define emacs_startdir %(pkg-config emacs --variable sitestartdir) %endif -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review