mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
Fix filesystem for with_hardware == 0
This commit is contained in:
parent
40ec05151b
commit
42cacb9e50
1 changed files with 6 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 9.2
|
Version: 9.2
|
||||||
Release: 0.1.%{gitdate}%{?dist}
|
Release: 0.2.%{gitdate}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -438,7 +438,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc docs/COPYING docs/Mesa-MLAA-License-Clarification-Email.txt
|
%doc docs/COPYING docs/Mesa-MLAA-License-Clarification-Email.txt
|
||||||
%dir %{_libdir}/dri
|
%dir %{_libdir}/dri
|
||||||
|
%if %{with_hardware}
|
||||||
%dir %{_libdir}/vdpau
|
%dir %{_libdir}/vdpau
|
||||||
|
%endif
|
||||||
|
|
||||||
%files libglapi
|
%files libglapi
|
||||||
%{_libdir}/libglapi.so.0
|
%{_libdir}/libglapi.so.0
|
||||||
|
@ -584,6 +586,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 15 2013 Adam Jackson <ajax@redhat.com> 9.2-0.2.20130514
|
||||||
|
- Fix filesystem for with_hardware == 0
|
||||||
|
|
||||||
* Tue May 14 2013 Adam Jackson <ajax@redhat.com> 9.2-0.1.20130514
|
* Tue May 14 2013 Adam Jackson <ajax@redhat.com> 9.2-0.1.20130514
|
||||||
- Today's git snap
|
- Today's git snap
|
||||||
- Revert to swrast on ppc32 and s390 since llvm doesn't actually work
|
- Revert to swrast on ppc32 and s390 since llvm doesn't actually work
|
||||||
|
|
Loading…
Reference in a new issue