[xorg-x11-drv-intel] Don't package I810XvMC when not building legacy i810

Adam Jackson ajax at fedoraproject.org
Thu Aug 30 16:13:31 UTC 2012


commit 7c9d8b1ea905918d483e9841e2be954b58068313
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Aug 30 12:13:30 2012 -0400

    Don't package I810XvMC when not building legacy i810

 xorg-x11-drv-intel.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/xorg-x11-drv-intel.spec b/xorg-x11-drv-intel.spec
index 6f623fc..95d7ab3 100644
--- a/xorg-x11-drv-intel.spec
+++ b/xorg-x11-drv-intel.spec
@@ -14,7 +14,7 @@
 Summary:   Xorg X11 Intel video driver
 Name:      xorg-x11-drv-intel
 Version:   2.20.5
-Release:   1%{?gitrev}%{?dist}
+Release:   2%{?gitrev}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -112,13 +112,17 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc COPYING
 %{driverdir}/intel_drv.so
+%if !0%{?rhel7}
 %{_libdir}/libI810XvMC.so.1*
+%endif
 %{_libdir}/libIntelXvMC.so.1*
 %{_mandir}/man4/i*
 
 %files devel
 %defattr(-,root,root,-)
+%if !0%{?rhel7}
 %{_libdir}/libI810XvMC.so
+%endif
 %{_libdir}/libIntelXvMC.so
 
 %files -n intel-gpu-tools
@@ -129,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/intel_*.1*
 
 %changelog
+* Thu Aug 30 2012 Adam Jackson <ajax at redhat.com> 2.20.5-2
+- Don't package I810XvMC when not building legacy i810
+
 * Mon Aug 27 2012 Adam Jackson <ajax at redhat.com> 2.20.5-1
 - intel 2.20.5
 


More information about the scm-commits mailing list