Updating link to change in openSUSE:Factory/libdrm revision 27.0
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=dd503e79a701fd3202415f51f18ae8af
This commit is contained in:
parent
8bad27cd56
commit
fcf70c9a27
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 18 07:26:44 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- fix typo in description
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 28 18:51:47 CET 2010 - sndirsch@suse.de
|
Sun Feb 28 18:51:47 CET 2010 - sndirsch@suse.de
|
||||||
|
|
||||||
|
62
libdrm.spec
62
libdrm.spec
@ -32,7 +32,7 @@ Obsoletes: libdrm-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 2.4.18
|
Version: 2.4.18
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Userspace Interface for Kernel DRM Services
|
Summary: Userspace Interface for Kernel DRM Services
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
@ -40,37 +40,9 @@ Patch: enable_test_tools.diff
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The package containts the userspace interface to the kernel DRM
|
The package contains the userspace interface to the kernel DRM
|
||||||
services.
|
services.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Daryll Strauss <daryll@valinux.com>
|
|
||||||
Dave Airlie <airlied@linux.ie>
|
|
||||||
Eric Anholt <anholt@FreeBSD.org>
|
|
||||||
Frank C. Earl <fearl@airmail.net>
|
|
||||||
Gareth Hughes <gareth@valinux.com>
|
|
||||||
Greg Kroah-Hartman <greg@kroah.com>
|
|
||||||
Jeff Hartmann <jhartmann@valinux.com>
|
|
||||||
Jens Owen <jens@tungstengraphics.com>
|
|
||||||
Jon Smirl <jonsmirl@gmail.com>
|
|
||||||
Jose Fonseca <jrfonseca@tungstengraphics.com>
|
|
||||||
Keith Whitwell <keith@tungstengraphics.com>
|
|
||||||
Kevin E. Martin <martin@valinux.com>
|
|
||||||
Leif Delgass <ldelgass@retinalburn.net>
|
|
||||||
Matthew J Sottek <matthew.j.sottek@intel.com>
|
|
||||||
Michel Daenzer <michel@daenzer.net>
|
|
||||||
Nicolai Haehnle <prefect_@gmx.net>
|
|
||||||
Paul Mackerras <paulus@samba.org>
|
|
||||||
Richard Henderson <rth@twiddle.net>
|
|
||||||
Rickard E. (Rik) Faith <faith@valinux.com>
|
|
||||||
Sung-Ching Lin <sclin@sis.com.tw>
|
|
||||||
Terry Barnaby <terry1@beam.ltd.uk>
|
|
||||||
Thomas Hellstrom <unichrome@shipmail.org>
|
|
||||||
Torsten Duwe <duwe@caldera.de>
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
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
|
||||||
@ -83,37 +55,9 @@ Obsoletes: libdrm-devel-64bit
|
|||||||
#
|
#
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The package containts the userspace interface to the kernel DRM
|
The package contains the userspace interface to the kernel DRM
|
||||||
services.
|
services.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Daryll Strauss <daryll@valinux.com>
|
|
||||||
Dave Airlie <airlied@linux.ie>
|
|
||||||
Eric Anholt <anholt@FreeBSD.org>
|
|
||||||
Frank C. Earl <fearl@airmail.net>
|
|
||||||
Gareth Hughes <gareth@valinux.com>
|
|
||||||
Greg Kroah-Hartman <greg@kroah.com>
|
|
||||||
Jeff Hartmann <jhartmann@valinux.com>
|
|
||||||
Jens Owen <jens@tungstengraphics.com>
|
|
||||||
Jon Smirl <jonsmirl@gmail.com>
|
|
||||||
Jose Fonseca <jrfonseca@tungstengraphics.com>
|
|
||||||
Keith Whitwell <keith@tungstengraphics.com>
|
|
||||||
Kevin E. Martin <martin@valinux.com>
|
|
||||||
Leif Delgass <ldelgass@retinalburn.net>
|
|
||||||
Matthew J Sottek <matthew.j.sottek@intel.com>
|
|
||||||
Michel Daenzer <michel@daenzer.net>
|
|
||||||
Nicolai Haehnle <prefect_@gmx.net>
|
|
||||||
Paul Mackerras <paulus@samba.org>
|
|
||||||
Richard Henderson <rth@twiddle.net>
|
|
||||||
Rickard E. (Rik) Faith <faith@valinux.com>
|
|
||||||
Sung-Ching Lin <sclin@sis.com.tw>
|
|
||||||
Terry Barnaby <terry1@beam.ltd.uk>
|
|
||||||
Thomas Hellstrom <unichrome@shipmail.org>
|
|
||||||
Torsten Duwe <duwe@caldera.de>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
%patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user