165 |
Provides: Mesa = %{version} |
Provides: Mesa = %{version} |
166 |
Obsoletes: Mesa < %{version} |
Obsoletes: Mesa < %{version} |
167 |
|
|
|
%if %{enable_egl} |
|
|
%package -n %{libeglname} |
|
|
Summary: Files for Mesa (EGL libs) |
|
|
Group: System/Libraries |
|
|
Provides: %{libeglname_virt} = %{version}-%{release} |
|
|
|
|
|
%package -n %{libeglname}-devel |
|
|
Summary: Development files for Mesa (EGL libs) |
|
|
Group: Development/C |
|
|
Requires: %{name} = %{version} |
|
|
Provides: EGL-devel |
|
|
%endif |
|
|
|
|
168 |
%package -n %{libglname} |
%package -n %{libglname} |
169 |
Summary: Files for Mesa (GL and GLX libs) |
Summary: Files for Mesa (GL and GLX libs) |
170 |
Group: System/Libraries |
Group: System/Libraries |
258 |
Provides: lib%{glwname}-devel = %{version}-%{release} |
Provides: lib%{glwname}-devel = %{version}-%{release} |
259 |
Provides: %{glwname}-devel = %{version}-%{release} |
Provides: %{glwname}-devel = %{version}-%{release} |
260 |
|
|
261 |
|
%if %{enable_egl} |
262 |
|
%package -n %{libeglname} |
263 |
|
Summary: Files for Mesa (EGL libs) |
264 |
|
Group: System/Libraries |
265 |
|
Provides: %{libeglname_virt} = %{version}-%{release} |
266 |
|
|
267 |
|
%package -n %{libeglname}-devel |
268 |
|
Summary: Development files for Mesa (EGL libs) |
269 |
|
Group: Development/C |
270 |
|
Requires: %{name} = %{version} |
271 |
|
Provides: EGL-devel |
272 |
|
%endif |
273 |
|
|
274 |
%package common-devel |
%package common-devel |
275 |
Summary: Meta package for mesa devel |
Summary: Meta package for mesa devel |
276 |
Group: Development/C |
Group: Development/C |
445 |
%defattr(-,root,root) |
%defattr(-,root,root) |
446 |
%doc docs/COPYING docs/README.* |
%doc docs/COPYING docs/README.* |
447 |
|
|
|
%if %{enable_egl} |
|
|
%files -n %{libeglname} |
|
|
%defattr(-,root,root) |
|
|
%{_libdir}/libEGL.so.1* |
|
|
%{_libdir}/libegldri.so.1* |
|
|
|
|
|
%files -n %{libeglname}-devel |
|
|
%defattr(-,root,root) |
|
|
%{_libdir}/libEGL.so |
|
|
%{_libdir}/libegldri.so |
|
|
%{_includedir}/gles/egl*.h |
|
|
%endif |
|
|
|
|
|
%files -n %{libglname} |
|
|
%defattr(-,root,root) |
|
|
%doc docs/COPYING |
|
|
%{_libdir}/libGL.so.* |
|
|
%dir %{_libdir}/mesa |
|
|
%{_libdir}/mesa/libGL.so.* |
|
|
|
|
448 |
%files -n %{dridrivers} |
%files -n %{dridrivers} |
449 |
%defattr(-,root,root) |
%defattr(-,root,root) |
450 |
%doc docs/COPYING |
%doc docs/COPYING |
467 |
%{_libdir}/dri/nouveau_vieux_dri.so |
%{_libdir}/dri/nouveau_vieux_dri.so |
468 |
%endif |
%endif |
469 |
|
|
470 |
|
%files -n %{libglname} |
471 |
|
%defattr(-,root,root) |
472 |
|
%doc docs/COPYING |
473 |
|
%{_libdir}/libGL.so.* |
474 |
|
%dir %{_libdir}/mesa |
475 |
|
%{_libdir}/mesa/libGL.so.* |
476 |
|
|
477 |
|
%files -n %{libgluname |
478 |
|
%defattr(-,root,root) |
479 |
|
%doc docs/COPYING |
480 |
|
%{_libdir}/libGLU.so.* |
481 |
|
|
482 |
|
%if %{with_mesaglut} |
483 |
|
%files -n %{libglutname} |
484 |
|
%defattr(-,root,root) |
485 |
|
%doc docs/COPYING |
486 |
|
%{_libdir}/libglut.so.* |
487 |
|
%endif |
488 |
|
|
489 |
|
%files -n %{libglwname} |
490 |
|
%defattr(-,root,root) |
491 |
|
%doc docs/COPYING |
492 |
|
%{_libdir}/libGLw.so.* |
493 |
|
|
494 |
|
%if %{enable_egl} |
495 |
|
%files -n %{libeglname} |
496 |
|
%defattr(-,root,root) |
497 |
|
%{_libdir}/libEGL.so.1* |
498 |
|
%{_libdir}/libegldri.so.1* |
499 |
|
|
500 |
%files -n %{libglname}-devel |
%files -n %{libglname}-devel |
501 |
%defattr(-,root,root) |
%defattr(-,root,root) |
502 |
%doc docs/COPYING |
%doc docs/COPYING |
518 |
%dir %{_includedir}/GL/internal |
%dir %{_includedir}/GL/internal |
519 |
%{_includedir}/GL/internal/dri_interface.h |
%{_includedir}/GL/internal/dri_interface.h |
520 |
|
|
|
%files -n %{libgluname} |
|
|
%defattr(-,root,root) |
|
|
%doc docs/COPYING |
|
|
%{_libdir}/libGLU.so.* |
|
|
|
|
|
%if %{with_mesaglut} |
|
|
%files -n %{libglutname} |
|
|
%defattr(-,root,root) |
|
|
%doc docs/COPYING |
|
|
%{_libdir}/libglut.so.* |
|
|
%endif |
|
|
|
|
|
%files -n %{libglwname} |
|
|
%defattr(-,root,root) |
|
|
%doc docs/COPYING |
|
|
%{_libdir}/libGLw.so.* |
|
|
|
|
|
|
|
521 |
%files -n %{libgluname}-devel |
%files -n %{libgluname}-devel |
522 |
%defattr(-,root,root) |
%defattr(-,root,root) |
523 |
%doc docs/COPYING |
%doc docs/COPYING |
547 |
%{_includedir}/GL/GLwMDrawAP.h |
%{_includedir}/GL/GLwMDrawAP.h |
548 |
%{_libdir}/libGLw.so |
%{_libdir}/libGLw.so |
549 |
|
|
550 |
|
%files -n %{libeglname}-devel |
551 |
|
%defattr(-,root,root) |
552 |
|
%{_libdir}/libEGL.so |
553 |
|
%{_libdir}/libegldri.so |
554 |
|
%{_includedir}/gles/egl*.h |
555 |
|
%endif |
556 |
|
|
557 |
|
|
558 |
|
|