summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2013-05-15 11:26:50 -0400
committerAdam Jackson <ajax@redhat.com>2013-05-15 11:26:50 -0400
commit42cacb9e5040af976246b8dc654021e0a335f64e (patch)
treec1fa2dd14cce572559556abfabf5e9e0466fbc49
parent40ec05151bbfa8dd25a6aba60a5f4064fa245b50 (diff)
downloadmesa-42cacb9e5040af976246b8dc654021e0a335f64e.tar.gz
mesa-42cacb9e5040af976246b8dc654021e0a335f64e.tar.xz
mesa-42cacb9e5040af976246b8dc654021e0a335f64e.zip
Fix filesystem for with_hardware == 0
-rw-r--r--mesa.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/mesa.spec b/mesa.spec
index b7c4041..6790b83 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -51,7 +51,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 9.2
-Release: 0.1.%{gitdate}%{?dist}
+Release: 0.2.%{gitdate}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -438,7 +438,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc docs/COPYING docs/Mesa-MLAA-License-Clarification-Email.txt
%dir %{_libdir}/dri
+%if %{with_hardware}
%dir %{_libdir}/vdpau
+%endif
%files libglapi
%{_libdir}/libglapi.so.0
@@ -584,6 +586,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Today's git snap
- Revert to swrast on ppc32 and s390 since llvm doesn't actually work