View | Details | Raw Unified | Return to bug 8215
Collapse All | Expand All

(-)./gaim.spec.orig (+9 lines)
Lines 174-179 Link Here
174
%build
174
%build
175
./configure	--disable-artsc \
175
./configure	--disable-artsc \
176
			--prefix=/usr --enable-nas \
176
			--prefix=/usr --enable-nas \
177
			%{subst_enable perl} \
178
			%{subst_enable tcl} \
179
			%{subst_enable gevolution} \
177
%if_enabled mozilla_psm			
180
%if_enabled mozilla_psm			
178
			--with-nss-includes=/usr/include/nss \
181
			--with-nss-includes=/usr/include/nss \
179
			--with-nspr-includes=/usr/include/nspr \
182
			--with-nspr-includes=/usr/include/nspr \
Lines 226-234 Link Here
226
%_bindir/*
229
%_bindir/*
227
%_libdir/%name
230
%_libdir/%name
228
%exclude %_libdir/%name/*.la
231
%exclude %_libdir/%name/*.la
232
%if_enabled gevolution
229
%exclude %_libdir/%name/gevolution.so
233
%exclude %_libdir/%name/gevolution.so
234
%endif
235
%if_enabled perl
230
%exclude %_libdir/%name/perl.so
236
%exclude %_libdir/%name/perl.so
237
%endif
238
%if_enabled tcl
231
%exclude %_libdir/%name/tcl.so
239
%exclude %_libdir/%name/tcl.so
240
%endif
232
%_libdir/*.so.*
241
%_libdir/*.so.*
233
%_menudir/*
242
%_menudir/*
234
%_mandir/man?/*
243
%_mandir/man?/*

Return to bug 8215