- libdrm: update to upstream master + add radeon patches from
modesetting-gem
This commit is contained in:
parent
f24a26bf20
commit
60ceb777bc
27
libdrm.spec
27
libdrm.spec
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
Summary: Direct Rendering Manager runtime library
|
Summary: Direct Rendering Manager runtime library
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Version: 2.4.0
|
Version: 2.4.3
|
||||||
Release: 0.21%{?dist}
|
Release: 0.1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://dri.sourceforge.net
|
URL: http://dri.sourceforge.net
|
||||||
#Source0: http://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.bz2
|
Source0: http://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.bz2
|
||||||
Source0: %{name}-%{gitdate}.tar.bz2
|
#Source0: %{name}-%{gitdate}.tar.bz2
|
||||||
Source1: make-git-snapshot.sh
|
Source1: make-git-snapshot.sh
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -25,9 +25,7 @@ Patch2: libdrm-2.4.0-no-freaking-mknod.patch
|
|||||||
# - funk that just bash it direct for now -
|
# - funk that just bash it direct for now -
|
||||||
Patch3: libdrm-make-dri-perms-okay.patch
|
Patch3: libdrm-make-dri-perms-okay.patch
|
||||||
Patch4: libdrm-2.4.0-no-bc.patch
|
Patch4: libdrm-2.4.0-no-bc.patch
|
||||||
Patch5: libdrm-2.4.0-intel-handle.patch
|
Patch8: libdrm-radeon.patch
|
||||||
Patch6: libdrm-gtt-map-support-3.patch
|
|
||||||
Patch7: libdrm-fix-link.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Direct Rendering Manager runtime library
|
Direct Rendering Manager runtime library
|
||||||
@ -42,13 +40,11 @@ Requires: kernel-headers >= 2.6.27-0.144.rc0.git2.fc10
|
|||||||
Direct Rendering Manager development package
|
Direct Rendering Manager development package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{gitdate}
|
%setup -q -n %{name}-%{version}
|
||||||
#patch2 -p1 -b .mknod
|
#patch2 -p1 -b .mknod
|
||||||
%patch3 -p1 -b .forceperms
|
%patch3 -p1 -b .forceperms
|
||||||
%patch4 -p1 -b .no-bc
|
%patch4 -p1 -b .no-bc
|
||||||
%patch5 -p1 -b .intel-handle
|
%patch8 -p1 -b .radeon
|
||||||
%patch6 -p1 -b .gttmap
|
|
||||||
%patch7 -p1 -b .fixlink
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
@ -82,9 +78,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README
|
%doc README
|
||||||
%{_libdir}/libdrm.so.2
|
%{_libdir}/libdrm.so.2
|
||||||
%{_libdir}/libdrm.so.2.3.0
|
%{_libdir}/libdrm.so.2.4.0
|
||||||
%{_libdir}/libdrm_intel.so.1
|
%{_libdir}/libdrm_intel.so.1
|
||||||
%{_libdir}/libdrm_intel.so.1.0.0
|
%{_libdir}/libdrm_intel.so.1.0.0
|
||||||
|
%{_libdir}/libdrm_radeon.so.1
|
||||||
|
%{_libdir}/libdrm_radeon.so.1.0.0
|
||||||
%{_sysconfdir}/udev/rules.d/91-drm-modeset.rules
|
%{_sysconfdir}/udev/rules.d/91-drm-modeset.rules
|
||||||
%{_sysconfdir}/modprobe.d/i915modeset
|
%{_sysconfdir}/modprobe.d/i915modeset
|
||||||
|
|
||||||
@ -94,11 +92,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/xf86drm.h
|
%{_includedir}/xf86drm.h
|
||||||
%{_includedir}/xf86drmMode.h
|
%{_includedir}/xf86drmMode.h
|
||||||
%{_includedir}/intel_bufmgr.h
|
%{_includedir}/intel_bufmgr.h
|
||||||
|
%{_includedir}/drm/radeon*.h
|
||||||
%{_libdir}/libdrm.so
|
%{_libdir}/libdrm.so
|
||||||
%{_libdir}/libdrm_intel.so
|
%{_libdir}/libdrm_intel.so
|
||||||
|
%{_libdir}/libdrm_radeon.so
|
||||||
%{_libdir}/pkgconfig/libdrm.pc
|
%{_libdir}/pkgconfig/libdrm.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 19 2008 Dave Airlie <airlied@redhat.com> 2.4.3-0.1
|
||||||
|
- libdrm: update to upstream master + add radeon patches from modesetting-gem
|
||||||
|
|
||||||
* Tue Sep 30 2008 Dave Airlie <airlied@redhat.com> 2.4.0-0.21
|
* Tue Sep 30 2008 Dave Airlie <airlied@redhat.com> 2.4.0-0.21
|
||||||
- move intel bufmgr code around - update patches
|
- move intel bufmgr code around - update patches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user