2009-08-21 Jeff Cai <[email protected]>
authorqc161282
Fri, 21 Aug 2009 03:40:20 +0000
changeset 16325 82f4b892f131
parent 16324 1f07a362343f
child 16326 3f0265c808fd
2009-08-21 Jeff Cai <[email protected]> * SUNWgnutls.spec: - Remove the temporary softlink libgnutls.so.13
ChangeLog
SUNWgnutls.spec
--- a/ChangeLog	Fri Aug 21 03:19:12 2009 +0000
+++ b/ChangeLog	Fri Aug 21 03:40:20 2009 +0000
@@ -1,3 +1,7 @@
+2009-08-21  Jeff Cai <[email protected]>
+
+	* SUNWgnutls.spec: - Remove the temporary softlink libgnutls.so.13
+
 2009-08-21 Li Yuan <[email protected]>
 
 	* SUNWgnome-a11y-reader.spec:
--- a/SUNWgnutls.spec	Fri Aug 21 03:19:12 2009 +0000
+++ b/SUNWgnutls.spec	Fri Aug 21 03:40:20 2009 +0000
@@ -86,13 +86,6 @@
 rm  $RPM_BUILD_ROOT%{_libdir}/%_arch64/pkgconfig/gnutls-extra.pc
 rm  $RPM_BUILD_ROOT%{_includedir}/gnutls/openssl.h
 rm  $RPM_BUILD_ROOT%{_includedir}/gnutls/extra.h
-# Temporary fix for ON bits that have been built against previous verison of gnutls
-# This can be removed once ON start building against snv_115, d.o.o. : 8876
-saved_pwd=`pwd`
-cd $RPM_BUILD_ROOT%{_libdir}/%_arch64
-ln -s libgnutls.so libgnutls.so.13
-cd $saved_pwd
-%endif
 
 %gnutls.install -d %name-%version/%base_arch
 rm -rf $RPM_BUILD_ROOT%{_datadir}/man
@@ -103,12 +96,6 @@
 rm  $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gnutls-extra.pc
 rm  $RPM_BUILD_ROOT%{_includedir}/gnutls/extra.h
 rm  $RPM_BUILD_ROOT%{_includedir}/gnutls/openssl.h
-# Temporary fix for ON bits that have been built against previous verison of gnutls
-# This can be removed once ON start building against snv_115, d.o.o. : 8876
-saved_pwd=`pwd`
-cd $RPM_BUILD_ROOT%{_libdir}/
-ln -s libgnutls.so libgnutls.so.13
-cd $saved_pwd
 
 %ifarch amd64 sparcv9
 cd $RPM_BUILD_ROOT%{_libdir}/%_arch64
@@ -172,6 +159,8 @@
 %endif
 
 %changelog
+* Thu Aug 20 2009 - [email protected]
+- Remove the temporary softlink libgnutls.so.13 
 * Mon Jun 01 2009 - [email protected]
 - Since COPYING.lib is moved to lib/COPYING, change the
   spec to ship it.