Accepting request 42707 from X11:XOrg
checked in (request 42707) OBS-URL: https://build.opensuse.org/request/show/42707 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=57
This commit is contained in:
parent
e9d3b6793f
commit
c212a42b20
9047
libdrm-204c76c.diff
Normal file
9047
libdrm-204c76c.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 7 00:00:00 CEST 2010 - johannesobermayr@gmx.de
|
||||
|
||||
- bnc #620037
|
||||
* remove libdrm-204c76c.diff (reverse applied)
|
||||
- silence some RPMLINT warnings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 24 16:57:19 CEST 2010 - sndirsch@suse.de
|
||||
|
||||
|
18
libdrm.spec
18
libdrm.spec
@ -24,20 +24,20 @@ Url: http://dri.sf.net
|
||||
License: MIT License (or similar)
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: 2.4.21
|
||||
Release: 2
|
||||
Provides: libdrm23 = %{version}
|
||||
Obsoletes: libdrm23 < %{version}
|
||||
Provides: libdrm23
|
||||
Obsoletes: libdrm23
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libdrm-64bit < %{version}
|
||||
Provides: libdrm-64bit = %{version}
|
||||
Obsoletes: libdrm-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 2.4.21
|
||||
Release: 1
|
||||
Summary: Userspace Interface for Kernel DRM Services
|
||||
Source: %{name}-%{version}-726210f.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
Patch: enable_test_tools.diff
|
||||
Patch1: libdrm-204c76c.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -48,12 +48,11 @@ services.
|
||||
%package devel
|
||||
License: MIT License (or similar)
|
||||
Summary: Libraries, includes and more to develop libdrm applications
|
||||
Group: Development/Libraries/X11
|
||||
Group: System/Libraries
|
||||
Requires: libdrm = %{version} glibc-devel
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libdrm-devel-64bit < %{version}
|
||||
Provides: libdrm-devel-64bit = %{version}
|
||||
Obsoletes: libdrm-devel-64bit
|
||||
%endif
|
||||
#
|
||||
|
||||
@ -64,6 +63,7 @@ services.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
%patch1 -p1 -R
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
|
Loading…
Reference in New Issue
Block a user