[Bug 225849] Merge Review: gnuplot

bugzilla at redhat.com bugzilla at redhat.com
Fri Nov 2 11:50:17 UTC 2007


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 at gmail.com  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.




More information about the package-review mailing list