Author: arekm Date: Sun Jan 7 00:25:33 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 4; drop _noautoreqdep (not needed in th); package so symlinks
---- Files affected: SPECS: Mesa.spec (1.139 -> 1.140) ---- Diffs: ================================================================ Index: SPECS/Mesa.spec diff -u SPECS/Mesa.spec:1.139 SPECS/Mesa.spec:1.140 --- SPECS/Mesa.spec:1.139 Sun Jan 7 00:52:59 2007 +++ SPECS/Mesa.spec Sun Jan 7 01:25:28 2007 @@ -13,7 +13,7 @@ Summary(pl): Wolnodostępna implementacja standardu OpenGL Name: Mesa Version: 6.5.2 -Release: 3 +Release: 4 License: MIT (core), SGI (GLU,libGLw) and others - see COPYRIGHT file Group: X11/Libraries Source0: http://dl.sourceforge.net/mesa3d/%{name}Lib-%{version}.tar.bz2 @@ -36,9 +36,6 @@ BuildRequires: xorg-util-makedepend BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -# avoid XFree86-OpenGL* dependency -%define _noautoreqdep libGL.so.1 libGLU.so.1 libOSMesa.so.4 - %define _sysconfdir /etc/X11 %description @@ -620,8 +617,8 @@ %files libGL %defattr(644,root,root,755) %doc docs/{*.html,README.{3DFX,GGI,MITS,QUAKE,THREADS},RELNOTES*} -%attr(755,root,root) %{_libdir}/libGL.so.*.* -%attr(755,root,root) %{_libdir}/libOSMesa.so.*.* +%attr(755,root,root) %{_libdir}/libGL.so.* +%attr(755,root,root) %{_libdir}/libOSMesa.so.* # symlink for binary apps which fail to conform Linux OpenGL ABI # (and dlopen libGL.so instead of libGL.so.1) %attr(755,root,root) %{_libdir}/libGL.so @@ -650,7 +647,7 @@ %files libGLU %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libGLU.so.*.* +%attr(755,root,root) %{_libdir}/libGLU.so.* %files libGLU-devel %defattr(644,root,root,755) @@ -664,7 +661,7 @@ %files libGLw %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libGLw.so.*.* +%attr(755,root,root) %{_libdir}/libGLw.so.* %files libGLw-devel %defattr(644,root,root,755) @@ -776,6 +773,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.140 2007/01/07 00:25:28 arekm +- rel 4; drop _noautoreqdep (not needed in th); package so symlinks + Revision 1.139 2007/01/06 23:52:59 arekm - rel 3; obsolete only ac x11 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/Mesa.spec?r1=1.139&r2=1.140&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
