|
|
|
|
@ -37,7 +37,7 @@ Class: EVAL
|
|
|
|
|
Group: XWindow |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_pango_major}.%{V_pango_minor} |
|
|
|
|
Release: 20080909 |
|
|
|
|
Release: 20080926 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_x11 no |
|
|
|
|
@ -93,8 +93,13 @@ AutoReqProv: no
|
|
|
|
|
) >config.cache |
|
|
|
|
CC="%{l_cc}" \ |
|
|
|
|
CFLAGS="%{l_cflags -O}" \ |
|
|
|
|
%if "%{with_x11}" == "yes" |
|
|
|
|
CPPFLAGS="%{l_cppflags} -I`%{l_rc} --query x11_incdir`" \ |
|
|
|
|
LDFLAGS="%{l_ldflags} -L`%{l_rc} --query x11_libdir`" \ |
|
|
|
|
%else |
|
|
|
|
CPPFLAGS="%{l_cppflags}" \ |
|
|
|
|
LDFLAGS="%{l_ldflags}" \ |
|
|
|
|
%endif |
|
|
|
|
./configure \ |
|
|
|
|
--cache-file=./config.cache \ |
|
|
|
|
--prefix=%{l_prefix} \ |
|
|
|
|
|