OBS User unknown 2008-08-02 00:13:57 +00:00 committed by Git OBS Bridge
parent 666ae193b8
commit 2769893558
2 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 29 14:49:22 CEST 2008 - sbrabec@suse.cz
- Do not build thai-lang module for older products.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 18 17:20:53 CEST 2008 - vuntz@novell.com Fri Jul 18 17:20:53 CEST 2008 - vuntz@novell.com

View File

@ -12,14 +12,17 @@
Name: pango Name: pango
BuildRequires: cairo-devel glib2-devel gtk-doc libthai-devel perl-XML-Parser sgml-skel BuildRequires: cairo-devel glib2-devel gtk-doc perl-XML-Parser sgml-skel
%if %suse_version >= 1100
BuildRequires: libthai-devel
%endif
License: LGPL v2.1 or later License: LGPL v2.1 or later
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
Version: 1.21.3 Version: 1.21.3
Release: 10 Release: 14
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.18/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.21/%{name}-%{version}.tar.bz2
Source1: README.SuSE Source1: README.SuSE
# PATCH-FIX-UPSTREAM pango64.patch bgo129534 -- needed for biarch. Unfortunately, this is not good enough for usptream. # PATCH-FIX-UPSTREAM pango64.patch bgo129534 -- needed for biarch. Unfortunately, this is not good enough for usptream.
Patch0: pango64.patch Patch0: pango64.patch
@ -49,6 +52,8 @@ Authors:
Changwoo Ryu <cwryu@adam.kaist.ac.kr> Changwoo Ryu <cwryu@adam.kaist.ac.kr>
Sivaraj Doddannan <sivaraj@intelligroup.com> Sivaraj Doddannan <sivaraj@intelligroup.com>
%if %suse_version >= 1100
%package module-thai-lang %package module-thai-lang
License: LGPL v2.1 or later License: LGPL v2.1 or later
Summary: System for Layout and Rendering of Internationalised Text Summary: System for Layout and Rendering of Internationalised Text
@ -68,6 +73,8 @@ Authors:
Changwoo Ryu <cwryu@adam.kaist.ac.kr> Changwoo Ryu <cwryu@adam.kaist.ac.kr>
Sivaraj Doddannan <sivaraj@intelligroup.com> Sivaraj Doddannan <sivaraj@intelligroup.com>
%endif
%package devel %package devel
License: LGPL v2.1 or later License: LGPL v2.1 or later
Requires: %{name} = %{version} cairo-devel fontconfig-devel freetype2-devel glib2-devel glibc-devel %(rpm -q --whatprovides XFree86-devel --queryformat '%{NAME}') Requires: %{name} = %{version} cairo-devel fontconfig-devel freetype2-devel glib2-devel glibc-devel %(rpm -q --whatprovides XFree86-devel --queryformat '%{NAME}')
@ -179,7 +186,9 @@ fi
%dir %{_libdir}/pango/1.6.0 %dir %{_libdir}/pango/1.6.0
%dir %{_libdir}/pango/1.6.0/modules %dir %{_libdir}/pango/1.6.0/modules
%{_libdir}/pango/1.6.0/modules/*.so %{_libdir}/pango/1.6.0/modules/*.so
%if %suse_version >= 1100
%exclude %{_libdir}/pango/1.6.0/modules/pango-thai-lang.so %exclude %{_libdir}/pango/1.6.0/modules/pango-thai-lang.so
%endif
%{_libdir}/lib*.so.* %{_libdir}/lib*.so.*
%doc %{_mandir}/man?/*.* %doc %{_mandir}/man?/*.*
%dir %{_sysconfdir}/pango %dir %{_sysconfdir}/pango
@ -189,10 +198,12 @@ fi
%else %else
%ghost %{_sysconfdir}/pango/pango.modules %ghost %{_sysconfdir}/pango/pango.modules
%endif %endif
%if %suse_version >= 1100
%files module-thai-lang %files module-thai-lang
%defattr(-, root, root) %defattr(-, root, root)
%{_libdir}/pango/1.6.0/modules/pango-thai-lang.so %{_libdir}/pango/1.6.0/modules/pango-thai-lang.so
%endif
%files devel %files devel
%defattr(-, root, root) %defattr(-, root, root)
@ -205,6 +216,8 @@ fi
%{_datadir}/gtk-doc/html/pango %{_datadir}/gtk-doc/html/pango
%changelog %changelog
* Tue Jul 29 2008 sbrabec@suse.cz
- Do not build thai-lang module for older products.
* Fri Jul 18 2008 vuntz@novell.com * Fri Jul 18 2008 vuntz@novell.com
- Tag pango64.patch - Tag pango64.patch
* Tue Jul 08 2008 crrodriguez@suse.de * Tue Jul 08 2008 crrodriguez@suse.de