- kernel headers now installs somes of these files for us
This commit is contained in:
parent
84ada3fcfe
commit
0ce6ce1131
30
libdrm.spec
30
libdrm.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Direct Rendering Manager runtime library
|
Summary: Direct Rendering Manager runtime library
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 0.13%{?dist}
|
Release: 0.14%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://dri.sourceforge.net
|
URL: http://dri.sourceforge.net
|
||||||
@ -33,6 +33,7 @@ Direct Rendering Manager runtime library
|
|||||||
Summary: Direct Rendering Manager development package
|
Summary: Direct Rendering Manager development package
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: kernel-headers >= 2.6.27-0.144.rc0.git2.fc10
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Direct Rendering Manager development package
|
Direct Rendering Manager development package
|
||||||
@ -80,20 +81,20 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%dir %{_includedir}/drm
|
%dir %{_includedir}/drm
|
||||||
# NOTE: Headers are listed explicitly, so we can monitor additions/removals.
|
# NOTE: Headers are listed explicitly, so we can monitor additions/removals.
|
||||||
%{_includedir}/drm/drm.h
|
#%{_includedir}/drm/drm.h
|
||||||
%{_includedir}/drm/drm_sarea.h
|
#%{_includedir}/drm/drm_sarea.h
|
||||||
%{_includedir}/drm/i915_drm.h
|
#%{_includedir}/drm/i915_drm.h
|
||||||
%{_includedir}/drm/nouveau_drm.h
|
%{_includedir}/drm/nouveau_drm.h
|
||||||
%{_includedir}/drm/mach64_drm.h
|
%{_includedir}/drm/mach64_drm.h
|
||||||
%{_includedir}/drm/mga_drm.h
|
#%{_includedir}/drm/mga_drm.h
|
||||||
%{_includedir}/drm/r128_drm.h
|
#%{_includedir}/drm/r128_drm.h
|
||||||
%{_includedir}/drm/r300_reg.h
|
#%{_includedir}/drm/r300_reg.h
|
||||||
%{_includedir}/drm/radeon_drm.h
|
#%{_includedir}/drm/radeon_drm.h
|
||||||
%{_includedir}/drm/savage_drm.h
|
#%{_includedir}/drm/savage_drm.h
|
||||||
%{_includedir}/drm/sis_drm.h
|
#%{_includedir}/drm/sis_drm.h
|
||||||
%{_includedir}/drm/via_3d_reg.h
|
#%{_includedir}/drm/via_3d_reg.h
|
||||||
%{_includedir}/drm/via_drm.h
|
#%{_includedir}/drm/via_drm.h
|
||||||
%{_includedir}/drm/xgi_drm.h
|
#%{_includedir}/drm/xgi_drm.h
|
||||||
# FIXME should be in drm/ too
|
# FIXME should be in drm/ too
|
||||||
%{_includedir}/xf86drm.h
|
%{_includedir}/xf86drm.h
|
||||||
%{_includedir}/xf86drmMode.h
|
%{_includedir}/xf86drmMode.h
|
||||||
@ -102,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libdrm.pc
|
%{_libdir}/pkgconfig/libdrm.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 17 2008 Dave Airlie <airlied@redhat.com> 2.4.0-0.14
|
||||||
|
- kernel headers now installs somes of these files for us
|
||||||
|
|
||||||
* Wed Jun 18 2008 Dave Airlie <airlied@redhat.com> 2.4.0-0.13
|
* Wed Jun 18 2008 Dave Airlie <airlied@redhat.com> 2.4.0-0.13
|
||||||
- add modeset ctl interface fix
|
- add modeset ctl interface fix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user