This commit is contained in:
parent
20df06000a
commit
9a7d2969c1
14
baselibs.conf
Normal file
14
baselibs.conf
Normal file
@ -0,0 +1,14 @@
|
||||
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"
|
||||
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"
|
||||
targettype 32bit post "LD_LIBRARY_PATH=usr/lib usr/bin/pango-querymodules > etc/pango/pango.modules"
|
||||
arch ppc64 package pango-devel
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 23:29:14 CEST 2008 - maw@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@ License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: 1.20.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: System for Layout and Rendering of Internationalised Text
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2
|
||||
Source1: README.SuSE
|
||||
@ -181,6 +181,9 @@ fi
|
||||
%{_datadir}/gtk-doc/html/pango
|
||||
|
||||
%changelog
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Thu Apr 10 2008 maw@suse.de
|
||||
- Update to version 1.20.1:
|
||||
+ Update to Unicode Character Databse 5.1.0; this adds newentries
|
||||
|
Loading…
Reference in New Issue
Block a user