This commit is contained in:
parent
d48b750873
commit
32dc64335e
@ -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
|
Thu Dec 7 17:34:42 CET 2006 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
18
pango.spec
18
pango.spec
@ -16,7 +16,7 @@ License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 1.14.5
|
Version: 1.14.5
|
||||||
Release: 25
|
Release: 29
|
||||||
Summary: System for Layout and Rendering of Internationalised Text
|
Summary: System for Layout and Rendering of Internationalised Text
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.14/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.14/%{name}-%{version}.tar.bz2
|
||||||
Source2: README.SuSE
|
Source2: README.SuSE
|
||||||
@ -109,12 +109,14 @@ rm $RPM_BUILD_ROOT%{_libdir}/*/*/*/*.*a
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
sbin/ldconfig
|
||||||
%if "%_lib" == "lib64"
|
%if "%_lib" == "lib64"
|
||||||
usr/bin/pango-querymodules-64 \
|
LD_LIBRARY_PATH=usr/%{_lib}\
|
||||||
|
usr/bin/pango-querymodules-64\
|
||||||
> etc/pango/pango64.modules
|
> etc/pango/pango64.modules
|
||||||
%else
|
%else
|
||||||
usr/bin/pango-querymodules \
|
LD_LIBRARY_PATH=usr/%{_lib}\
|
||||||
|
usr/bin/pango-querymodules\
|
||||||
> etc/pango/pango.modules
|
> etc/pango/pango.modules
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -122,12 +124,14 @@ usr/bin/pango-querymodules \
|
|||||||
%run_ldconfig
|
%run_ldconfig
|
||||||
%if "%_lib" == "lib64"
|
%if "%_lib" == "lib64"
|
||||||
if [ -x usr/bin/pango-querymodules-64 ] ; then
|
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
|
> etc/pango/pango64.modules
|
||||||
fi
|
fi
|
||||||
%else
|
%else
|
||||||
if [ -x usr/bin/pango-querymodules ] ; then
|
if [ -x usr/bin/pango-querymodules ] ; then
|
||||||
usr/bin/pango-querymodules \
|
LD_LIBRARY_PATH=usr/%{_lib}\
|
||||||
|
usr/bin/pango-querymodules\
|
||||||
> etc/pango/pango.modules
|
> etc/pango/pango.modules
|
||||||
fi
|
fi
|
||||||
%endif
|
%endif
|
||||||
@ -167,6 +171,8 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/pango
|
%{_datadir}/gtk-doc/html/pango
|
||||||
|
|
||||||
%changelog -n 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
|
* Thu Dec 07 2006 - sbrabec@suse.cz
|
||||||
- Prefix changed to /usr.
|
- Prefix changed to /usr.
|
||||||
- Spec file cleanup.
|
- Spec file cleanup.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user