Accepting request 35395 from home:oertel:branches:openSUSE:Factory
Copy from home:oertel:branches:openSUSE:Factory/libdrm via accept of submit request 35395 revision 6. Request was accepted with message: reviewed ok. OBS-URL: https://build.opensuse.org/request/show/35395 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=45
This commit is contained in:
parent
fcf70c9a27
commit
dd5c99ab75
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6c5b44fff5cb602096cc48a1bced426496bc8060463c577a7d86f2e56eeb604
|
|
||||||
size 425768
|
|
3
libdrm-2.4.19.tar.bz2
Normal file
3
libdrm-2.4.19.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc3aa12f30e650c82b5f482fd3c52dd73ee4e6c350588d0565557dccbebafef2
|
||||||
|
size 428262
|
@ -3,6 +3,13 @@ Thu Mar 18 07:26:44 UTC 2010 - coolo@novell.com
|
|||||||
|
|
||||||
- fix typo in description
|
- fix typo in description
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 17 21:38:43 CET 2010 - ro@suse.de
|
||||||
|
|
||||||
|
- update to 2.4.19 for Mesa-7.8
|
||||||
|
* added nouveau driver
|
||||||
|
* added kms wrapper library driver
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 28 18:51:47 CET 2010 - sndirsch@suse.de
|
Sun Feb 28 18:51:47 CET 2010 - sndirsch@suse.de
|
||||||
|
|
||||||
|
13
libdrm.spec
13
libdrm.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdrm (Version 2.4.18)
|
# spec file for package libdrm (Version 2.4.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -31,8 +31,8 @@ Obsoletes: libdrm23
|
|||||||
Obsoletes: libdrm-64bit
|
Obsoletes: libdrm-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 2.4.18
|
Version: 2.4.19
|
||||||
Release: 2
|
Release: 1
|
||||||
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
|
||||||
@ -43,6 +43,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
The package contains the userspace interface to the kernel DRM
|
The package contains the userspace interface to the kernel DRM
|
||||||
services.
|
services.
|
||||||
|
|
||||||
|
|
||||||
%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
|
||||||
@ -92,6 +93,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/%{_lib}/libdrm_nouveau.so.1.0.0
|
/usr/%{_lib}/libdrm_nouveau.so.1.0.0
|
||||||
/usr/%{_lib}/libdrm_radeon.so.1
|
/usr/%{_lib}/libdrm_radeon.so.1
|
||||||
/usr/%{_lib}/libdrm_radeon.so.1.0.0
|
/usr/%{_lib}/libdrm_radeon.so.1.0.0
|
||||||
|
/usr/%{_lib}/libkms.so.1
|
||||||
|
/usr/%{_lib}/libkms.so.1.0.0
|
||||||
/usr/bin/dristat
|
/usr/bin/dristat
|
||||||
/usr/bin/drmstat
|
/usr/bin/drmstat
|
||||||
/usr/bin/modeprint
|
/usr/bin/modeprint
|
||||||
@ -101,6 +104,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/usr/include/drm/
|
/usr/include/drm/
|
||||||
/usr/include/nouveau/
|
/usr/include/nouveau/
|
||||||
|
/usr/include/libkms/
|
||||||
/usr/include/xf86drm.h
|
/usr/include/xf86drm.h
|
||||||
/usr/include/xf86drmMode.h
|
/usr/include/xf86drmMode.h
|
||||||
/usr/include/intel_bufmgr.h
|
/usr/include/intel_bufmgr.h
|
||||||
@ -108,13 +112,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/%{_lib}/libdrm_intel.so
|
/usr/%{_lib}/libdrm_intel.so
|
||||||
/usr/%{_lib}/libdrm_nouveau.so
|
/usr/%{_lib}/libdrm_nouveau.so
|
||||||
/usr/%{_lib}/libdrm_radeon.so
|
/usr/%{_lib}/libdrm_radeon.so
|
||||||
|
/usr/%{_lib}/libkms.so
|
||||||
/usr/%{_lib}/pkgconfig/libdrm.pc
|
/usr/%{_lib}/pkgconfig/libdrm.pc
|
||||||
/usr/%{_lib}/pkgconfig/libdrm_intel.pc
|
/usr/%{_lib}/pkgconfig/libdrm_intel.pc
|
||||||
/usr/%{_lib}/pkgconfig/libdrm_nouveau.pc
|
/usr/%{_lib}/pkgconfig/libdrm_nouveau.pc
|
||||||
/usr/%{_lib}/pkgconfig/libdrm_radeon.pc
|
/usr/%{_lib}/pkgconfig/libdrm_radeon.pc
|
||||||
|
/usr/%{_lib}/pkgconfig/libkms.pc
|
||||||
%exclude %{_libdir}/libdrm.la
|
%exclude %{_libdir}/libdrm.la
|
||||||
%exclude %{_libdir}/libdrm_intel.la
|
%exclude %{_libdir}/libdrm_intel.la
|
||||||
%exclude %{_libdir}/libdrm_nouveau.la
|
%exclude %{_libdir}/libdrm_nouveau.la
|
||||||
%exclude %{_libdir}/libdrm_radeon.la
|
%exclude %{_libdir}/libdrm_radeon.la
|
||||||
|
%exclude %{_libdir}/libkms.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user