packages: qt4/qt4.spec - libicui18n.so.48 from proper arch (there should be...

glen glen at pld-linux.org
Sat Apr 14 20:46:35 CEST 2012


Author: glen                         Date: Sat Apr 14 18:46:35 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- libicui18n.so.48 from proper arch (there should be a better way!)

---- Files affected:
packages/qt4:
   qt4.spec (1.309 -> 1.310) 

---- Diffs:

================================================================
Index: packages/qt4/qt4.spec
diff -u packages/qt4/qt4.spec:1.309 packages/qt4/qt4.spec:1.310
--- packages/qt4/qt4.spec:1.309	Wed Apr  4 19:47:25 2012
+++ packages/qt4/qt4.spec	Sat Apr 14 20:46:29 2012
@@ -56,7 +56,7 @@
 Summary(pt_BR.UTF-8):	Estrutura para rodar aplicações GUI Qt
 Name:		qt4
 Version:	4.8.1
-Release:	2
+Release:	3
 License:	LGPL v2.1 or GPL v3.0
 Group:		X11/Libraries
 Source0:	http://download.qt.nokia.com/qt/source/qt-everywhere-opensource-src-%{version}.tar.gz
@@ -258,6 +258,13 @@
 Summary(pl.UTF-8):	Podstawowe klasy Qt używane przez inne moduły
 Group:		X11/Libraries
 %requires_eq	libicu
+# be sure to depend on proper arch.
+%ifarch %{ix86}
+Requires:	libicui18n.so.48
+%endif
+%ifarch %{x8664}
+Requires:	libicui18n.so.48()(64bit)
+%endif
 Obsoletes:	QtAssistant
 
 %description -n QtCore
@@ -697,7 +704,8 @@
 Qt classes for scriptin applications - development files.
 
 %description -n QtScript-devel -l pl.UTF-8
-Klasy Qt do obsługi skryptów wewnątrz aplikacji - pliki programistyczne.
+Klasy Qt do obsługi skryptów wewnątrz aplikacji - pliki
+programistyczne.
 
 %package -n QtScript-static
 Summary:	Qt classes for scripting applications - static library
@@ -1107,7 +1115,8 @@
 Requires:	QtWebKit-devel = %{version}-%{release}
 
 %description -n QtWebKit-static
-Qt classes for rendering HTML, XHTML and SVG documents - static library.
+Qt classes for rendering HTML, XHTML and SVG documents - static
+library.
 
 %description -n QtWebKit-static -l pl.UTF-8
 Klasy Qt do renderowania dokumentów HTML, XHTML i SVG - biblioteka
@@ -2409,6 +2418,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.310  2012/04/14 18:46:29  glen
+- libicui18n.so.48 from proper arch (there should be a better way!)
+
 Revision 1.309  2012/04/04 17:47:25  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/qt4/qt4.spec?r1=1.309&r2=1.310



More information about the pld-cvs-commit mailing list