Comment hard-coded cups_serverbin (bug #674619).
This commit is contained in:
parent
52d3a41e09
commit
8984319b1a
13
cups.spec
13
cups.spec
@ -1,9 +1,14 @@
|
|||||||
%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
|
%global php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
|
||||||
%global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
|
%global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
|
||||||
|
|
||||||
%define use_alternatives 1
|
%global use_alternatives 1
|
||||||
%define lspp 1
|
%global lspp 1
|
||||||
%define cups_serverbin %{_exec_prefix}/lib/cups
|
|
||||||
|
# {_exec_prefix}/lib/cups is correct, even on x86_64.
|
||||||
|
# It is not used for shared objects but for executables.
|
||||||
|
# It's more of a libexec-style ({_libexecdir}) usage,
|
||||||
|
# but we use lib for compatibility with 3rd party drivers (at upstream request).
|
||||||
|
%global cups_serverbin %{_exec_prefix}/lib/cups
|
||||||
|
|
||||||
Summary: Common Unix Printing System
|
Summary: Common Unix Printing System
|
||||||
Name: cups
|
Name: cups
|
||||||
|
Loading…
Reference in New Issue
Block a user