orion pushed to irrlicht (epel7). "fix soname link"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Mar 28 03:52:06 UTC 2015


>From f688ddb01bccd34e4f7af46cb606f110b40f8d6a Mon Sep 17 00:00:00 2001
From: "Tom \"spot\" Callaway" <tcallawa at redhat.com>
Date: Tue, 2 Aug 2011 10:59:00 -0400
Subject: fix soname link


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
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/irrlicht.git/commit/?h=epel7&id=f688ddb01bccd34e4f7af46cb606f110b40f8d6a


More information about the scm-commits mailing list