https://bugzilla.novell.com/show_bug.cgi?id=222522 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Comment #4 from andreas.hanke@gmx-topmail.de 2007-03-15 09:42 MST ------- libblam.la is still present with the latest checkin. In case you removed the "rm" line while moving the package to autobuild because of the previous x86_64 build failure, it's this: http://lists.opensuse.org/opensuse-commit/2006-12/msg00511.html Wrong: rm $RPM_BUILD_ROOT%{prefix}/%_lib/blam/*.*a Right: rm $RPM_BUILD_ROOT%{_prefix}/lib/%{name}/*.*a blam really uses "lib" everywhere, not "%_lib". Also note the difference between prefix and _prefix, sysconfdir and _sysconfdir. There is no need to keep %define prefix /usr %define sysconfdir /etc/ in the spec file because they are no longer used now that standard paths are used for all packages (if they are still used somewhere, this is a bug per se). _prefix is used instead of prefix, _sysconfdir is used instead of sysconfdir and the standard _-prefixed macros are automatically defined by rpm to /usr resp. /etc. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.