packages: GoogleEarth/GoogleEarth.spec - update bundled shared lib caps
glen
glen at pld-linux.org
Wed Aug 18 12:17:48 CEST 2010
Author: glen Date: Wed Aug 18 10:17:48 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- update bundled shared lib caps
---- Files affected:
packages/GoogleEarth:
GoogleEarth.spec (1.30 -> 1.31)
---- Diffs:
================================================================
Index: packages/GoogleEarth/GoogleEarth.spec
diff -u packages/GoogleEarth/GoogleEarth.spec:1.30 packages/GoogleEarth/GoogleEarth.spec:1.31
--- packages/GoogleEarth/GoogleEarth.spec:1.30 Wed Aug 18 11:58:21 2010
+++ packages/GoogleEarth/GoogleEarth.spec Wed Aug 18 12:17:43 2010
@@ -4,7 +4,7 @@
# - mark national resources as lang
%define buildid 1.1547
-%define rel 0.1
+%define rel 0.2
Summary: Google Earth - 3D planet viewer
Summary(pl.UTF-8): Google Earth - globus
Name: GoogleEarth
@@ -24,11 +24,17 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _appdir %{_libdir}/%{name}
-%define _noautoprov ^\\./ ^libGLU\\.so ^libcrypto\\.so \
- ^libcurl\\.so ^libicudata\\.so ^libicuuc\\.so ^libfreeimage\\.so \
- ^libgcc_s\\.so ^libjpeg\\.so ^libmng\\.so ^libpng12\\.so \
- ^libqt-mt\\.so ^libqui\\.so ^libssl\\.so ^libstdc++\\.so \
- ^libtiff\\.so ^libz\\.so
+
+# Mesa-libGLU
+%define mesa_caps libGLU.so
+# QtCore, QtGui, QtNetwork, QtWebKit
+%define qt4_caps libQtCore.so libQtGui.so libQtNetwork.so libQtWebKit.so
+# curl-libs
+%define curl_caps libcurl.so
+# libicu
+%define icu_caps libicudata.so libicuuc.so
+
+%define _noautoprov %{mesa_caps} %{qt4_caps} %{curl_caps} %{icu_caps}
%define _noautoreq %{_noautoprov}
%description
@@ -74,14 +80,6 @@
# It should be located in /etc and marked as config
cp -a *.ini $RPM_BUILD_ROOT%{_appdir}
-# Some libraries:
-#install libcomponent.so libfusion.so libgeobase.so libmath.so \
-# libwmsbase.so libnet.so libcollada.so libbase.so libgoogleearth.so \
-# $RPM_BUILD_ROOT%{_appdir}
-#install lib{IGAttrs,IGCollision,IGCore,IGDisplay,IGExportCommon,IGGfx,IGGui,IGMath,IGOpt,IGSg,IGUtils,auth,common,framework,render,evll}.so \
-# lib{navigate,layer,measure,gps,basicIngest,googlesearch}.so \
-# $RPM_BUILD_ROOT%{_appdir}
-#install lib{freeimage.so.3,{crypto,ssl}.so.0.9.8} $RPM_BUILD_ROOT%{_libdir}
install -p lib* $RPM_BUILD_ROOT%{_appdir}
cp -a lang plugins resources shaders $RPM_BUILD_ROOT%{_appdir}
@@ -206,6 +204,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31 2010/08/18 10:17:43 glen
+- update bundled shared lib caps
+
Revision 1.30 2010/08/18 09:58:21 glen
- up to 5.2.1.1547-1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/GoogleEarth/GoogleEarth.spec?r1=1.30&r2=1.31&f=u
More information about the pld-cvs-commit
mailing list