92255af50e
Copy from home:jengelh:branches:GNOME:Factory/pango via accept of submit request 26823 revision 3. Request was accepted with message: accept OBS-URL: https://build.opensuse.org/request/show/26823 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=42
16 lines
1005 B
Plaintext
16 lines
1005 B
Plaintext
pango
|
|
+/etc/pango/pango(64)?.modules
|
|
+/usr/bin/pango-querymodules(-64)?
|
|
prereq "filesystem glib2 xorg-x11-libs xorg-x11-libXrender xorg-x11-libX11"
|
|
postun "/sbin/ldconfig"
|
|
targettype 64bit postun "if [ -x usr/bin/pango-querymodules-64 ] ; then"
|
|
targettype 64bit postun "LD_LIBRARY_PATH=usr/lib64 usr/bin/pango-querymodules-64 > etc/pango/pango64.modules || echo pango-querymodules-64 did not run properly in postun."
|
|
targettype 64bit postun "fi"
|
|
targettype 32bit postun "if [ -x usr/bin/pango-querymodules ] ; then"
|
|
targettype 32bit postun "LD_LIBRARY_PATH=usr/lib usr/bin/pango-querymodules > etc/pango/pango.modules"
|
|
targettype 32bit postun "fi"
|
|
targettype 64bit post "LD_LIBRARY_PATH=usr/lib64 usr/bin/pango-querymodules-64 > etc/pango/pango64.modules || echo pango-querymodules-64 did not run properly in postin."
|
|
targettype 32bit post "LD_LIBRARY_PATH=usr/lib usr/bin/pango-querymodules > etc/pango/pango.modules"
|
|
arch ppc package pango-devel
|
|
arch sparcv9 package pango-devel
|