2008-07-08 Jeff Cai <[email protected]>
authorqc161282
Tue, 08 Jul 2008 02:47:22 +0000
changeset 12770 9fa82101dd9a
parent 12769 fa231116bc80
child 12771 011b8a8b6ac2
2008-07-08 Jeff Cai <[email protected]> * SUNWgnutls.spec: Add a temporary softlink libgnutls.so.13 Will be removed after snv_101.
ChangeLog
SUNWgnutls.spec
--- a/ChangeLog	Tue Jul 08 02:00:27 2008 +0000
+++ b/ChangeLog	Tue Jul 08 02:47:22 2008 +0000
@@ -1,3 +1,10 @@
+2008-07-08  Jeff Cai  <[email protected]>
+
+	* SUNWgnutls.spec:
+	Add a temporary softlink libgnutls.so.13
+    Will be removed after snv_101.
+
+
 2008-07-08  Jeff Cai  <[email protected]>
 
 	* SUNWgnome-spell.spec:
--- a/SUNWgnutls.spec	Tue Jul 08 02:00:27 2008 +0000
+++ b/SUNWgnutls.spec	Tue Jul 08 02:47:22 2008 +0000
@@ -92,6 +92,13 @@
 rm  $RPM_BUILD_ROOT%{_includedir}/gnutls/openssl.h
 rm  $RPM_BUILD_ROOT%{_datadir}/aclocal/libgnutls-extra.m4
 
+%ifarch amd64 sparcv9
+cd $RPM_BUILD_ROOT%{_libdir}/%_arch64
+ln -s libgnutls.so.26 libgnutls.so.13
+%endif
+cd $RPM_BUILD_ROOT%{_libdir}/
+ln -s libgnutls.so.26 libgnutls.so.13
+
 %if %option_with_l10n
 %else
 # REMOVE l10n FILES
@@ -139,6 +146,9 @@
 %endif
 
 %changelog
+* Tue Jul 08 2008 - [email protected]
+- Add a temporary softlink libgnutls.so.13 
+  Will be removed after snv_101.
 * Mon Jun 30 2008 - [email protected]
 - Ship /usr/bin/libgnutls-config
 * Thu Jun 12 2008 - [email protected]