Description of problem: $ /usr/bin/cups-config --serverbin /usr/bin/cups-config: line 55: test: too many arguments /usr/lib/cups This is because of: # Fetch libdir from gnutls's pkg-config script. This is a bit # of a cheat, but the cups-devel package requires gnutls-devel anyway. libdir=`pkg-config --variable=libdir gnutls` imagelibdir=`pkg-config --variable=libdir gnutls` but cups-devel doesn't require gnutls-devel anymore. Version-Release number of selected component (if applicable): cups-devel-1.6.3-3.fc19.x86_64
Oops, thanks for spotting this.