OBS User unknown 2007-01-18 00:42:18 +00:00 committed by Git OBS Bridge
parent d48b750873
commit 32dc64335e
2 changed files with 17 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 17 16:31:37 CET 2007 - sbrabec@suse.cz
- Use correct library instance in scriptlets (#235626).
-------------------------------------------------------------------
Thu Dec 7 17:34:42 CET 2006 - sbrabec@suse.cz

View File

@ -16,7 +16,7 @@ License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Libraries
Autoreqprov: on
Version: 1.14.5
Release: 25
Release: 29
Summary: System for Layout and Rendering of Internationalised Text
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.14/%{name}-%{version}.tar.bz2
Source2: README.SuSE
@ -109,12 +109,14 @@ rm $RPM_BUILD_ROOT%{_libdir}/*/*/*/*.*a
rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
sbin/ldconfig
%if "%_lib" == "lib64"
usr/bin/pango-querymodules-64 \
LD_LIBRARY_PATH=usr/%{_lib}\
usr/bin/pango-querymodules-64\
> etc/pango/pango64.modules
%else
usr/bin/pango-querymodules \
LD_LIBRARY_PATH=usr/%{_lib}\
usr/bin/pango-querymodules\
> etc/pango/pango.modules
%endif
@ -122,12 +124,14 @@ usr/bin/pango-querymodules \
%run_ldconfig
%if "%_lib" == "lib64"
if [ -x usr/bin/pango-querymodules-64 ] ; then
usr/bin/pango-querymodules-64 \
LD_LIBRARY_PATH=usr/%{_lib}\
usr/bin/pango-querymodules-64\
> etc/pango/pango64.modules
fi
%else
if [ -x usr/bin/pango-querymodules ] ; then
usr/bin/pango-querymodules \
LD_LIBRARY_PATH=usr/%{_lib}\
usr/bin/pango-querymodules\
> etc/pango/pango.modules
fi
%endif
@ -167,6 +171,8 @@ fi
%{_datadir}/gtk-doc/html/pango
%changelog -n pango
* Wed Jan 17 2007 - sbrabec@suse.cz
- Use correct library instance in scriptlets (#235626).
* Thu Dec 07 2006 - sbrabec@suse.cz
- Prefix changed to /usr.
- Spec file cleanup.