Author: qboosh Date: Sat Apr 30 18:17:21 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.6.0 (note: new soname)
---- Files affected: packages/glew: glew.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: packages/glew/glew.spec diff -u packages/glew/glew.spec:1.12 packages/glew/glew.spec:1.13 --- packages/glew/glew.spec:1.12 Wed Feb 2 21:18:37 2011 +++ packages/glew/glew.spec Sat Apr 30 20:17:15 2011 @@ -2,12 +2,12 @@ Summary: The OpenGL Extension Wrangler Library Summary(pl.UTF-8): Bibliteka OpenGL Extension Wrangler Name: glew -Version: 1.5.8 +Version: 1.6.0 Release: 1 License: BSD Group: Libraries Source0: http://downloads.sourceforge.net/glew/%{name}-%{version}.tgz -# Source0-md5: 342c8dc64fb9daa6af245b132e086bdd +# Source0-md5: 7dfbb444b5a4e125bc5dba0aef403082 Patch0: %{name}-dynamic-progs.patch URL: http://glew.sourceforge.net/ BuildRequires: OpenGL-GLU-devel @@ -76,7 +76,7 @@ install bin/* $RPM_BUILD_ROOT%{_bindir} cp -d lib/* $RPM_BUILD_ROOT%{_libdir} install include/GL/{glew,glxew}.h $RPM_BUILD_ROOT%{_includedir}/GL -install glew.pc $RPM_BUILD_ROOT%{_pkgconfigdir} +install glew.pc glewmx.pc $RPM_BUILD_ROOT%{_pkgconfigdir} %clean rm -rf $RPM_BUILD_ROOT @@ -90,18 +90,23 @@ %attr(755,root,root) %{_bindir}/glewinfo %attr(755,root,root) %{_bindir}/visualinfo %attr(755,root,root) %{_libdir}/libGLEW.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libGLEW.so.1.5 +%attr(755,root,root) %ghost %{_libdir}/libGLEW.so.1.6 +%attr(755,root,root) %{_libdir}/libGLEWmx.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libGLEWmx.so.1.6 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libGLEW.so +%attr(755,root,root) %{_libdir}/libGLEWmx.so %{_includedir}/GL/glew.h %{_includedir}/GL/glxew.h %{_pkgconfigdir}/glew.pc +%{_pkgconfigdir}/glewmx.pc %files static %defattr(644,root,root,755) %{_libdir}/libGLEW.a +%{_libdir}/libGLEWmx.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -109,6 +114,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2011/04/30 18:17:15 qboosh +- updated to 1.6.0 (note: new soname) + Revision 1.12 2011/02/02 20:18:37 qboosh - updated to 1.5.8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glew/glew.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
