Accepting request 966839 from home:jsmeix:branches:Printing

Move cups.pc to %{_libdir} if it is not yet there because cups.pc is arch dependent

OBS-URL: https://build.opensuse.org/request/show/966839
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=385
This commit is contained in:
2022-04-04 14:08:30 +00:00
committed by Git OBS Bridge
parent afc8c24899
commit cf82b7d5d8
2 changed files with 20 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Apr 4 12:45:16 UTC 2022 - jsmeix@suse.de
- Have cups.pc in %{_libdir} to avoid a conflict
that cups-devel and cups-devel-32bit would
both contain /usr/lib/pkgconfig/cups.pc because
when cups.pc is arch dependent it has to be in %{_libdir}
which it is because it contains 'libdir=/usr/lib64' on x86_64
(if it was arch independent it would have to be in %{_datadir})
cf. https://build.opensuse.org/request/show/965680
-------------------------------------------------------------------
Fri Mar 4 11:34:13 UTC 2022 - jsmeix@suse.de