Hello, I've been working on the weekend to get as many packages as possible to build. Had as many as 280 (out of ~360) packages building successfully. What I've currently have done is this; gtk2 =================== Add "Requires: pcre-devel" to the -devel package if suse_version <= 1100 Don't run "rm $RPM_BUILD_ROOT/%{_libdir}/gtk-2.0/modules/*.la" unless suse_version > 1100 glib2 =================== Add "Requires: pcre-devel" to the -devel package if suse_version <= 1100 Don't run "rm $RPM_BUILD_ROOT%{_libdir}/*.la" unless suse_version > 1100 glitz2 =================== Don't run "rm -f %{buildroot}%{_libdir}/*.la" unless suse_version > 1100 gdm (Have not actually looked to closely on this one yet) =================== Don't require selinux unless suse_version > 1100 When it comes to pixman... xorg-x11-libs-devel is installed for every package we build. AFAIK, we can't "Obsolete" files in .spec, only packages, so building a separate pixman package will not work (unless you have some clever tricks up your sleeve). ATM, I copied xorg-x11-libs and only updated pixman in there. I also filed a bug (https://bugzilla.novell.com/show_bug.cgi?id=439019) to split out pixman from that package. Still plenty of issues to sort out, but it's looking better and better... :-) Cheers, Magnus -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org