[irrlicht/f16] fix soname link

Tom Callaway spot at fedoraproject.org
Tue Aug 2 14:58:49 UTC 2011


commit 5eb68b271d29373b25c1707f49dd3619fba7aeb5
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Tue Aug 2 10:58:36 2011 -0400

    fix soname link

 irrlicht.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/irrlicht.spec b/irrlicht.spec
index e06812a..60eaa3c 100644
--- a/irrlicht.spec
+++ b/irrlicht.spec
@@ -3,7 +3,7 @@
 Name:		irrlicht
 Summary: 	A high performance realtime 3D engine
 Version:	1.7.2
-Release:	6%{?dist}
+Release:	7%{?dist}
 License:	zlib
 Group:		System Environment/Libraries
 Source0:	http://downloads.sourceforge.net/irrlicht/%{name}-%{version}.zip
@@ -68,8 +68,6 @@ Development headers and libraries for irrXML.
 %patch3 -p1 -b .fastatof
 %patch4 -p1 -b .irrXML
 
-exit 0
-
 sed -i 's/\r//' readme.txt
 iconv -o readme.txt.iso88591 -f iso88591 -t utf8 readme.txt
 mv readme.txt.iso88591 readme.txt
@@ -93,7 +91,7 @@ mkdir -p %{buildroot}%{_includedir}/%{name}
 make -C source/Irrlicht INSTALL_DIR=%{buildroot}%{_libdir} install 
 cp -a include/*.h %{buildroot}%{_includedir}/%{name}/
 cd %{buildroot}%{_libdir}
-ln -s libIrrlicht.so.%{version} libIrrlicht.so.1
+ln -s libIrrlicht.so.%{version} libIrrlicht.so.1.7
 
 %clean
 rm -rf %{buildroot}
@@ -140,6 +138,9 @@ rm -rf %{buildroot}
 %{_libdir}/libIrrXML*.so
 
 %changelog
+* Tue Mar 22 2011 Tom Callaway <spot at fedoraproject.org> - 1.7.2-7
+- fix soname version in link (bz699767)
+
 * Tue Mar 22 2011 Tom Callaway <spot at fedoraproject.org> - 1.7.2-6
 - rework shared library patch to ignore crufty ld flags
 - rework fast_atof patch to use new naming, more portable typing


More information about the scm-commits mailing list