Accepting request 23530 from X11:XOrg
Copy from X11:XOrg/libdrm based on submit request 23530 from user sndirsch OBS-URL: https://build.opensuse.org/request/show/23530 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=19
This commit is contained in:
parent
a3279a9bf5
commit
c847e6d6f3
@ -5,6 +5,11 @@ Thu Oct 29 11:54:08 CET 2009 - sndirsch@suse.de
|
|||||||
* enabled build of test tools (dristat, drmstat, modeprint,
|
* enabled build of test tools (dristat, drmstat, modeprint,
|
||||||
modeset)
|
modeset)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 28 16:34:52 UTC 2009 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- libdrm-devel requires glibc-devel.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:56:36 CEST 2009 - sndirsch@suse.de
|
Tue Sep 29 20:56:36 CEST 2009 - sndirsch@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
BuildRequires: glibc-devel pkgconfig xorg-x11-proto-devel
|
BuildRequires: pkgconfig xorg-x11-proto-devel
|
||||||
Url: http://dri.sf.net
|
Url: http://dri.sf.net
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -32,7 +32,7 @@ Obsoletes: libdrm-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 2.4.14
|
Version: 2.4.14
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Userspace Interface for Kernel DRM Services
|
Summary: Userspace Interface for Kernel DRM Services
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch: enable_test_tools.diff
|
Patch: enable_test_tools.diff
|
||||||
@ -74,7 +74,7 @@ Authors:
|
|||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
Summary: Libraries, includes and more to develop libdrm applications
|
Summary: Libraries, includes and more to develop libdrm applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libdrm = %{version}
|
Requires: libdrm = %{version} glibc-devel
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libdrm-devel-64bit
|
Obsoletes: libdrm-devel-64bit
|
||||||
@ -121,7 +121,7 @@ Authors:
|
|||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
%configure --with-pic --enable-nouveau-experimental-api
|
%configure --with-pic --enable-nouveau-experimental-api
|
||||||
make
|
%{__make} %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user