2007-02-19 19:44:34 +00:00
|
|
|
Summary: Direct Rendering Manager runtime library
|
2005-09-12 18:13:08 +00:00
|
|
|
Name: libdrm
|
2007-11-01 06:01:57 +00:00
|
|
|
Version: 2.4.0
|
2007-11-30 08:57:13 +00:00
|
|
|
Release: 0.2%{?dist}
|
2007-02-19 19:44:34 +00:00
|
|
|
License: MIT
|
2005-09-12 18:13:08 +00:00
|
|
|
Group: System Environment/Libraries
|
2005-09-30 04:53:20 +00:00
|
|
|
URL: http://dri.sourceforge.net
|
2007-11-30 08:57:13 +00:00
|
|
|
#Source0: http://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.bz2
|
|
|
|
Source0: libdrm-20071130.tar.bz2
|
2005-10-04 20:08:22 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2005-09-12 18:13:08 +00:00
|
|
|
|
2006-11-17 17:41:35 +00:00
|
|
|
BuildRequires: pkgconfig automake autoconf libtool
|
2005-10-04 20:08:22 +00:00
|
|
|
|
2007-11-13 00:31:01 +00:00
|
|
|
Patch2: libdrm-2.4.0-no-freaking-mknod.patch
|
2006-11-17 17:19:46 +00:00
|
|
|
|
2005-09-12 18:13:08 +00:00
|
|
|
%description
|
2007-02-19 19:44:34 +00:00
|
|
|
Direct Rendering Manager runtime library
|
2005-09-12 18:13:08 +00:00
|
|
|
|
|
|
|
%package devel
|
2007-02-19 19:44:34 +00:00
|
|
|
Summary: Direct Rendering Manager development package
|
2005-09-12 18:13:08 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
2007-02-19 19:44:34 +00:00
|
|
|
Direct Rendering Manager development package
|
2005-09-12 18:13:08 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2007-11-13 00:31:01 +00:00
|
|
|
%patch2 -p1 -b .mknod
|
2005-09-12 18:13:08 +00:00
|
|
|
|
|
|
|
%build
|
2006-11-17 17:36:17 +00:00
|
|
|
aclocal ; automake ; autoconf
|
2006-06-28 00:15:18 +00:00
|
|
|
%configure
|
2005-09-12 18:13:08 +00:00
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
2006-06-19 17:16:20 +00:00
|
|
|
# NOTE: We intentionally don't ship *.la files
|
|
|
|
find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || :
|
2005-09-12 18:13:08 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2005-09-30 04:53:20 +00:00
|
|
|
%doc README
|
2005-12-01 03:19:30 +00:00
|
|
|
%{_libdir}/libdrm.so.2
|
2006-11-17 17:19:46 +00:00
|
|
|
%{_libdir}/libdrm.so.2.3.0
|
2005-09-12 18:13:08 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_includedir}/drm
|
2005-09-12 18:18:20 +00:00
|
|
|
# NOTE: Headers are listed explicitly, so we can monitor additions/removals.
|
2005-09-12 18:13:08 +00:00
|
|
|
%{_includedir}/drm/drm.h
|
|
|
|
%{_includedir}/drm/drm_sarea.h
|
|
|
|
%{_includedir}/drm/i915_drm.h
|
2006-11-17 17:19:46 +00:00
|
|
|
%{_includedir}/drm/nouveau_drm.h
|
2005-09-12 18:13:08 +00:00
|
|
|
%{_includedir}/drm/mach64_drm.h
|
|
|
|
%{_includedir}/drm/mga_drm.h
|
|
|
|
%{_includedir}/drm/r128_drm.h
|
|
|
|
%{_includedir}/drm/r300_reg.h
|
|
|
|
%{_includedir}/drm/radeon_drm.h
|
|
|
|
%{_includedir}/drm/savage_drm.h
|
|
|
|
%{_includedir}/drm/sis_drm.h
|
|
|
|
%{_includedir}/drm/via_3d_reg.h
|
|
|
|
%{_includedir}/drm/via_drm.h
|
2007-11-01 06:01:57 +00:00
|
|
|
%{_includedir}/drm/xgi_drm.h
|
2006-11-17 17:19:46 +00:00
|
|
|
# FIXME should be in drm/ too
|
2005-09-12 18:13:08 +00:00
|
|
|
%{_includedir}/xf86drm.h
|
2006-11-17 17:19:46 +00:00
|
|
|
%{_includedir}/xf86mm.h
|
2005-09-12 18:13:08 +00:00
|
|
|
%{_libdir}/libdrm.so
|
|
|
|
%{_libdir}/pkgconfig/libdrm.pc
|
|
|
|
|
|
|
|
%changelog
|
2007-11-30 08:57:13 +00:00
|
|
|
* Thu Nov 30 2007 Dave Airlie <airlied@redhat.com> - 2.4.0-0.2
|
|
|
|
- Update to a newer upstream snapshot
|
|
|
|
|
2007-11-13 00:31:01 +00:00
|
|
|
* Mon Nov 12 2007 Adam Jackson <ajax@redhat.com> 2.4.0-0.1
|
|
|
|
- libdrm-2.4.0-no-freaking-mknod.patch: Don't magically mknod the device
|
|
|
|
file, that's what udev is for.
|
|
|
|
|
2007-11-05 21:01:39 +00:00
|
|
|
* Thu Nov 01 2007 Dave Airlie <airlied@redhat.com> - 2.4.0-0
|
2007-11-01 06:01:57 +00:00
|
|
|
- Import a snapshot of what will be 2.4 upstream
|
|
|
|
|
2007-09-19 23:56:46 +00:00
|
|
|
* Thu Sep 20 2007 Dave Airlie <airlied@redhat.com> - 2.3.0-7
|
|
|
|
- Update nouveau patch.
|
|
|
|
|
2007-08-21 18:44:07 +00:00
|
|
|
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 2.3.0-6
|
|
|
|
- Rebuild for build id
|
|
|
|
|
2007-03-30 18:57:37 +00:00
|
|
|
* Fri Mar 30 2007 Kristian Høgsberg <krh@redhat.com> - 2.3.0-5
|
|
|
|
- Update nouveau patch.
|
|
|
|
|
2007-02-19 19:44:34 +00:00
|
|
|
* Tue Feb 19 2007 Adam Jackson <ajax@redhat.com> 2.3.0-4
|
|
|
|
- Update nouveau patch
|
|
|
|
- Fix License tag and other rpmlint noise
|
|
|
|
|
2007-02-02 16:35:37 +00:00
|
|
|
* Fri Feb 02 2007 Adam Jackson <ajax@redhat.com> 2.3.0-3
|
|
|
|
- Remove ExclusiveArch.
|
|
|
|
|
2007-01-29 19:39:31 +00:00
|
|
|
* Mon Jan 29 2007 Adam Jackson <ajax@redhat.com> 2.3.0-2
|
|
|
|
- Change default device mode to 0666. (#221545)
|
|
|
|
|
2006-11-17 17:19:46 +00:00
|
|
|
* Fri Nov 17 2006 Adam Jackson <ajax@redhat.com> 2.3.0-1.fc7
|
|
|
|
- Update to 2.3.0 from upstream.
|
|
|
|
- Add nouveau userspace header.
|
|
|
|
|
2006-07-26 22:49:38 +00:00
|
|
|
* Wed Jul 26 2006 Kristian Høgsberg <krh@redhat.com> - 2.0.2-3.fc6
|
|
|
|
- Build for rawhide.
|
|
|
|
|
2006-07-26 22:32:14 +00:00
|
|
|
* Wed Jul 26 2006 Kristian Høgsberg <krh@redhat.com> - 2.0.2-2.fc5.aiglx
|
|
|
|
- Build for fc5 aiglx repo.
|
|
|
|
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 2.0.2-2.1
|
2006-07-12 06:48:17 +00:00
|
|
|
- rebuild
|
|
|
|
|
2006-06-28 00:15:18 +00:00
|
|
|
* Tue Jun 27 2006 Adam Jackson <ajackson@redhat.com> 2.0.2-2
|
|
|
|
- Bump to 2.0.2 for header updates. Fix BuildRequires. Minor spec cleanups.
|
|
|
|
|
2006-06-19 17:16:20 +00:00
|
|
|
* Mon Jun 09 2006 Mike A. Harris <mharris@redhat.com> 2.0.1-4
|
|
|
|
- Added "Exclusivearch: ix86, x86_64, ia64, ppc, alpha, sparc, sparc64" to
|
|
|
|
restrict build to DRI-enabled architectures.
|
|
|
|
|
2006-06-09 00:17:49 +00:00
|
|
|
* Thu Jun 08 2006 Mike A. Harris <mharris@redhat.com> 2.0.1-3
|
|
|
|
- Remove package ownership of mandir/libdir/etc.
|
|
|
|
|
2006-04-10 18:57:13 +00:00
|
|
|
* Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 2.0.1-2
|
|
|
|
- Bump for fc5 build.
|
|
|
|
|
2006-06-19 17:16:20 +00:00
|
|
|
* Thu Mar 30 2006 Adam Jackson <ajackson@redhat.com> 2.0.1-1
|
2006-03-30 18:22:13 +00:00
|
|
|
- Bump to libdrm 2.0.1 from upstream.
|
|
|
|
|
2006-06-19 17:16:20 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 2.0-2.2
|
2006-02-11 03:55:10 +00:00
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-06-19 17:16:20 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 2.0-2.1
|
2006-02-07 12:34:42 +00:00
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-11 18:52:41 +00:00
|
|
|
* Wed Jan 11 2006 Mike A. Harris <mharris@redhat.com> 2.0-2
|
|
|
|
- Replaced the temporary tongue-in-cheek humourous package summary and
|
|
|
|
description with the proper package descriptions, as many people didn't get
|
|
|
|
the joke, while others felt it was getting old. Ah well, I had my fun for
|
|
|
|
a while anyway. ;o)
|
|
|
|
|
2005-12-01 03:19:30 +00:00
|
|
|
* Wed Nov 30 2005 Mike A. Harris <mharris@redhat.com> 2.0-1
|
|
|
|
- Updated libdrm to version 2.0 from dri.sf.net. This is an ABI incompatible
|
|
|
|
release, meaning everything linked to it needs to be recompiled.
|
|
|
|
|
2006-06-19 17:16:20 +00:00
|
|
|
* Tue Nov 01 2005 Mike A. Harris <mharris@redhat.com> 1.0.5-1
|
2005-11-01 20:20:17 +00:00
|
|
|
- Updated libdrm to version 1.0.5 from dri.sf.net upstream to work around
|
|
|
|
mesa unichrome dri driver compile failure.
|
|
|
|
|
2005-10-27 10:08:49 +00:00
|
|
|
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 1.0.4-1
|
|
|
|
- Updated libdrm to version 1.0.4 from X11R7 RC1
|
|
|
|
- Remove i915_drv.h, imagine_drv.h, mach64_drv.h, mga_drv.h, mga_ucode.h,
|
|
|
|
r128_drv.h, radeon_drv.h, savage_drv.h, sis_drv.h, sis_ds.h, tdfx_drv.h,
|
|
|
|
via_drv.h, via_ds.h, via_mm.h, via_verifier.h from file manifest.
|
|
|
|
|
2006-06-19 17:16:20 +00:00
|
|
|
* Tue Oct 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.3-3
|
2005-10-04 20:08:22 +00:00
|
|
|
- Update BuildRoot to use Fedora Packaging Guidelines.
|
|
|
|
- Add missing "BuildRequires: libX11-devel, pkgconfig"
|
|
|
|
|
2005-09-30 04:53:20 +00:00
|
|
|
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 1.0.3-2
|
|
|
|
- Add missing documentation to doc macro
|
|
|
|
- Fix spec file project URL
|
|
|
|
|
2006-06-19 17:16:20 +00:00
|
|
|
* Sat Sep 03 2005 Mike A. Harris <mharris@redhat.com> 1.0.3-1
|
2005-09-12 18:13:08 +00:00
|
|
|
- Initial build.
|