92 -e 's;/gthread-x\.x\.pc;/gthread-2.0.pc;g' \ |
92 -e 's;/gthread-x\.x\.pc;/gthread-2.0.pc;g' \ |
93 -e 's;/gmodule-x\.x\.pc;/gmodule-2.0.pc;g' \ |
93 -e 's;/gmodule-x\.x\.pc;/gmodule-2.0.pc;g' \ |
94 -e 's;/gio-unix-x\.x\.pc;/gio-unix-2.0.pc;g' \ |
94 -e 's;/gio-unix-x\.x\.pc;/gio-unix-2.0.pc;g' \ |
95 -e 's;/gio-x\.x\.pc;/gio-2.0.pc;g' \ |
95 -e 's;/gio-x\.x\.pc;/gio-2.0.pc;g' \ |
96 -e 's;lib\(g[a-z]*\)-2\.0;lib\1;g' \ |
96 -e 's;lib\(g[a-z]*\)-2\.0;lib\1;g' \ |
|
97 -e 's; *@GLIB_WARN_CFLAGS@;;g' \ |
97 `find . -name Makefile.in -print` \ |
98 `find . -name Makefile.in -print` \ |
98 m4macros/glib-2.0.m4 |
99 m4macros/glib-2.0.m4 |
99 %{l_shtool} subst \ |
100 %{l_shtool} subst \ |
100 -e 's;/glib-2\.0;/glib;g' \ |
101 -e 's;/glib-2\.0;/glib;g' \ |
101 -e 's;/gobject-2\.0;/gobject;g' \ |
102 -e 's;/gobject-2\.0;/gobject;g' \ |
145 LIBFFI_LIBS="%{l_ldflags} -lffi" \ |
146 LIBFFI_LIBS="%{l_ldflags} -lffi" \ |
146 PCRE_CFLAGS="%{l_cppflags pcre .}" \ |
147 PCRE_CFLAGS="%{l_cppflags pcre .}" \ |
147 PCRE_LIBS="%{l_ldflags} -lpcre" \ |
148 PCRE_LIBS="%{l_ldflags} -lpcre" \ |
148 PERL="%{l_prefix}/bin/perl" \ |
149 PERL="%{l_prefix}/bin/perl" \ |
149 PERL_PATH="%{l_prefix}/bin/perl" \ |
150 PERL_PATH="%{l_prefix}/bin/perl" \ |
150 GLIB_WARN_CFLAGS="" \ |
|
151 GREP="grep" \ |
151 GREP="grep" \ |
152 ./configure \ |
152 ./configure \ |
153 --prefix=%{l_prefix} \ |
153 --prefix=%{l_prefix} \ |
154 --mandir=%{l_prefix}/man \ |
154 --mandir=%{l_prefix}/man \ |
155 --with-libiconv=gnu \ |
155 --with-libiconv=gnu \ |