[GLC_lib] Remove spurious use of minizip

Nicolas Chauvet kwizart at fedoraproject.org
Sat Jan 21 13:40:57 UTC 2012


commit e9e0bd2ad0b45c3e9392cf622d1535b4992e803b
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Sat Jan 21 14:40:42 2012 +0100

    Remove spurious use of minizip

 GLC_lib.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/GLC_lib.spec b/GLC_lib.spec
index 3e6e653..6315a1b 100644
--- a/GLC_lib.spec
+++ b/GLC_lib.spec
@@ -1,6 +1,6 @@
 Name:           GLC_lib
 Version:        2.2.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        C++ class library for OpenGL application based on Qt 4
 
 Group:          System Environment/Libraries
@@ -44,6 +44,7 @@ sed -i -e 's|LIB_DIR = /usr/local/lib|LIB_DIR = %{_libdir}|' GLC_lib.pro
 sed -i -e 's|/usr/local/include|%{_includedir}|' GLC_lib.pro
 
 # Fix internal use of several libraries
+sed -i -e 's|lib3ds minizip|lib3ds|' GLC_lib.pro
 rm -rf 3rdparty
 
 
@@ -81,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jan 21 2012 Nicolas Chauvet <kwizart at gmail.com> - 2.2.0-5
+- Remove spurious direct use of minizip
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list