- rebase to latest upstream release - drop carried patches
This commit is contained in:
parent
9fd01a092a
commit
0a1c4cefe6
16
libdrm.spec
16
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.12
|
Version: 2.4.14
|
||||||
Release: 0.10%{?dist}
|
Release: 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)
|
||||||
|
|
||||||
@ -46,12 +46,11 @@ Requires: pkgconfig
|
|||||||
Direct Rendering Manager development package
|
Direct Rendering Manager development package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{gitdate}
|
#%setup -q -n %{name}-%{gitdate}
|
||||||
%patch2 -p1 -b .radeon-busy
|
%setup -q
|
||||||
%patch3 -p1 -b .forceperms
|
%patch3 -p1 -b .forceperms
|
||||||
%patch4 -p1 -b .no-bc
|
%patch4 -p1 -b .no-bc
|
||||||
%patch5 -p1 -b .page-flip
|
%patch5 -p1 -b .page-flip
|
||||||
%patch6 -p1 -b .intel-busy
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
@ -111,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libdrm_nouveau.pc
|
%{_libdir}/pkgconfig/libdrm_nouveau.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 25 2009 Dave Airlie <airlied@redhat.com> 2.4.14-1
|
||||||
|
- rebase to latest upstream release - drop carried patches
|
||||||
|
|
||||||
* Thu Sep 10 2009 Kristian Høgsberg <krh@redhat.com> - 2.4.12-0.10
|
* Thu Sep 10 2009 Kristian Høgsberg <krh@redhat.com> - 2.4.12-0.10
|
||||||
- Pull in intel bo busy.
|
- Pull in intel bo busy.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user