Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=954108

--- Comment #20 from Michael Schwendt <[email protected]> ---
> What it is change really?

See "rpm --eval %configure". Using %configure does a bit more than plain
"./configure". For example, it adds and corrects some parameters, such as
localedir, which is wrong with your spec file:
DLOCALEDIR=\""/usr/local/share/locale"\" 

If you insist on using autogen.sh, at least patch it to not run "configure"
automatically, so you can use %configure in the spec file. ;-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=tIYdNxzb9U&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to