]> git.pld-linux.org Git - packages/Mesa.git/blobdiff - Mesa.spec
- check-files cleanup
[packages/Mesa.git] / Mesa.spec
index 0e76ddc14e3ffb8d680c24eddb095a78de8abf23..6a7c58597a1951b868e6b4af8f570ec0c875716b 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -859,6 +859,8 @@ cp -p osmesa8/osmesa.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
 
 # strip out undesirable headers
 %{__rm} $RPM_BUILD_ROOT%{_includedir}/GL/{vms_x_fix,wglext,wmesa}.h
+# dlopened by soname
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so
 
 # remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
 # set up via /etc/ld.so.conf.d/*.conf will be preferred over this
@@ -1062,10 +1064,12 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %if %{with gallium}
+%if %{with gallium_nouveau}
 %files libXvMC-nouveau
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libXvMCnouveau.so.1.0
 %attr(755,root,root) %ghost %{_libdir}/libXvMCnouveau.so.1
+%endif
 
 %files libXvMC-r300
 %defattr(644,root,root,755)
This page took 0.060995 seconds and 4 git commands to generate.