2010-03-16 16:40:59 +00:00
|
|
|
# define gitdate 20091209
|
|
|
|
# define gitrev 5e8d4c19b4f618e22b6e8e1ad3294d8708067474
|
2007-06-05 16:32:52 +00:00
|
|
|
|
|
|
|
Name: libpciaccess
|
2010-07-20 23:47:49 +00:00
|
|
|
Version: 0.12.0
|
2011-02-08 10:45:25 +00:00
|
|
|
Release: 2%{?dist}
|
2007-06-05 16:32:52 +00:00
|
|
|
Summary: PCI access library
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: MIT
|
|
|
|
URL: http://gitweb.freedesktop.org/?p=xorg/lib/libpciaccess.git
|
2007-10-31 17:31:16 +00:00
|
|
|
|
2007-06-05 16:32:52 +00:00
|
|
|
# git snapshot. To recreate, run
|
|
|
|
# % ./make-libpciaccess-snapshot.sh %{gitrev}
|
2010-03-16 16:40:59 +00:00
|
|
|
#Source0: libpciaccess-%{gitdate}.tar.bz2
|
|
|
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
2007-06-05 16:32:52 +00:00
|
|
|
Source1: make-libpciaccess-snapshot.sh
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2009-02-16 01:30:14 +00:00
|
|
|
Patch2: libpciaccess-rom-size.patch
|
2008-01-23 18:45:55 +00:00
|
|
|
|
2009-07-31 03:23:53 +00:00
|
|
|
BuildRequires: autoconf automake libtool pkgconfig xorg-x11-util-macros
|
2007-06-05 16:32:52 +00:00
|
|
|
Requires: hwdata
|
|
|
|
|
|
|
|
%description
|
|
|
|
libpciaccess is a library for portable PCI access routines across multiple
|
|
|
|
operating systems.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: PCI access library development package
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development package for libpciaccess.
|
|
|
|
|
|
|
|
%prep
|
2010-03-16 16:40:59 +00:00
|
|
|
%setup -q
|
2009-02-16 01:30:14 +00:00
|
|
|
%patch2 -p1 -b .rom-size
|
2007-06-05 16:32:52 +00:00
|
|
|
|
|
|
|
%build
|
2009-07-31 03:16:24 +00:00
|
|
|
autoreconf -v --install
|
2007-06-05 16:32:52 +00:00
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2009-12-09 20:39:37 +00:00
|
|
|
%doc COPYING AUTHORS
|
2007-06-05 16:32:52 +00:00
|
|
|
%{_libdir}/libpciaccess.so.0
|
2008-08-28 17:58:59 +00:00
|
|
|
%{_libdir}/libpciaccess.so.0.10.*
|
2007-06-05 16:32:52 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/pciaccess.h
|
|
|
|
%{_libdir}/libpciaccess.so
|
|
|
|
%{_libdir}/pkgconfig/pciaccess.pc
|
|
|
|
|
|
|
|
%changelog
|
2011-02-08 10:45:25 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-07-20 23:47:49 +00:00
|
|
|
* Wed Jul 21 2010 Dave Airlie <airlied@redhat.com> 0.12.0-1
|
|
|
|
- libpciaccess 0.12
|
|
|
|
|
2010-03-16 16:40:59 +00:00
|
|
|
* Tue Mar 16 2010 Adam Jackson <ajax@redhat.com> 0.11.0-1
|
|
|
|
- libpciaccess 0.11
|
|
|
|
|
2009-12-09 20:39:37 +00:00
|
|
|
* Wed Dec 09 2009 Adam Jackson <ajax@redhat.com> 0.10.9-2.20091209
|
|
|
|
- New git snapshot
|
|
|
|
- Drop the fd cache patch
|
|
|
|
|
2009-09-25 01:55:53 +00:00
|
|
|
* Fri Sep 25 2009 Dave Airlie <airlied@redhat.com> 0.10.9-1
|
|
|
|
- rebase to latest upstream release - drop patches
|
|
|
|
|
2009-08-05 23:48:16 +00:00
|
|
|
* Thu Aug 06 2009 Dave Airlie <airlied@redhat.com> 0.10.6-7
|
|
|
|
- disable rom reading fallbacks
|
|
|
|
|
2009-08-05 18:22:12 +00:00
|
|
|
* Wed Aug 05 2009 Adam Jackson <ajax@redhat.com> 0.10.6-6
|
|
|
|
- D'oh. Fix obvious sense inversion in the previous patch.
|
|
|
|
|
2009-08-05 15:52:45 +00:00
|
|
|
* Wed Aug 05 2009 Adam Jackson <ajax@redhat.com> 0.10.6-5
|
|
|
|
- libpciaccess-0.10.6-rom-sanity.patch: If we hit the /dev/mem path for
|
|
|
|
reading a device's ROM, verify that it looks like it at least might belong
|
|
|
|
to the device in question by checking vendor and device ID match. Fixes
|
|
|
|
vbetool post hanging forever (and thus blocking boot) on some dual-gpu
|
|
|
|
laptops.
|
|
|
|
|
2009-08-03 00:00:31 +00:00
|
|
|
* Mon Aug 03 2009 Dave Airlie <airlied@redhat.com> 0.10.6-4
|
|
|
|
- Add support for default vga arb device selection
|
|
|
|
- Update libpciaccess VGA arb code for newer kernel API
|
|
|
|
|
2009-07-31 03:16:24 +00:00
|
|
|
* Fri Jul 31 2009 Dave Airlie <airlied@redhat.com> 0.10.6-3
|
|
|
|
- enable autoreconf to rebuild configure properly
|
|
|
|
|
2009-07-31 01:23:28 +00:00
|
|
|
* Fri Jul 31 2009 Dave Airlie <airlied@redhat.com> 0.10.6-2
|
|
|
|
- libpciaccess-vga-arbiter.patch: add vga arbiter support to libpciaccess
|
|
|
|
|
2009-07-27 05:11:39 +00:00
|
|
|
* Mon Jul 27 2009 Dave Airlie <airlied@redhat.com> 0.10.6-1
|
|
|
|
- rebase to latest release (will do release with VGA bits later)
|
|
|
|
- libpciaccess-boot-vga.patch: add boot vga patch from upstream
|
|
|
|
|
2009-07-25 06:25:02 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-04-21 14:40:06 +00:00
|
|
|
* Tue Apr 21 2009 Adam Jackson <ajax@redhat.com> 0.10.5-1
|
|
|
|
- libpciaccess 0.10.5
|
|
|
|
|
2009-02-25 17:29:11 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-16 01:52:27 +00:00
|
|
|
* Sun Feb 15 2009 Kristian Høgsberg <krh@redhat.com> - 0.10.3-5
|
|
|
|
- Unbreak the rom-size patch.
|
|
|
|
|
2009-02-16 01:30:14 +00:00
|
|
|
* Sun Feb 15 2009 Kristian Høgsberg <krh@redhat.com> - 0.10.3-4
|
|
|
|
- Don't read more than the advertised rom_size.
|
|
|
|
|
2008-08-28 17:58:59 +00:00
|
|
|
* Thu Aug 28 2008 Adam Jackson <ajax@redhat.com> 0.10.3-3
|
|
|
|
- Rediff for --fuzz=0
|
|
|
|
|
|
|
|
* Wed Jul 02 2008 Adam Jackson <ajax@redhat.com> 0.10.3-2
|
|
|
|
- Fix file access mode in config fd cache. (#452910)
|
|
|
|
|
|
|
|
* Tue Jul 01 2008 Adam Jackson <ajax@redhat.com> 0.10.3-1
|
|
|
|
- libpciaccess 0.10.3
|
|
|
|
|
|
|
|
* Tue May 20 2008 Adam Jackson <ajax@redhat.com> 0.10-3
|
|
|
|
- libpciaccess-no-pci-fix.patch: Fix init when /sys/bus/pci is empty or
|
|
|
|
nonexistent.
|
|
|
|
|
|
|
|
* Mon Apr 21 2008 Dave Airlie <airlied@redhat.com> 0.10-2
|
|
|
|
- fix major problem with libpciaccess and write combining.
|
|
|
|
|
2008-03-06 20:40:43 +00:00
|
|
|
* Thu Mar 06 2008 Adam Jackson <ajax@redhat.com> 0.10-1
|
|
|
|
- libpciaccess 0.10
|
|
|
|
|
2008-02-18 18:58:32 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.1-4.20071031
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-01-23 18:45:55 +00:00
|
|
|
* Wed Jan 23 2008 Adam Jackson <ajax@redhat.com> 0.9.1-3.20071031
|
|
|
|
- libpciaccess-fd-cache.patch: Cache sysfs PCI config space file
|
|
|
|
descriptors for great boot speed justice.
|
|
|
|
|
2007-10-31 17:42:03 +00:00
|
|
|
* Wed Oct 31 2007 Kristian Høgsberg <krh@redhat.com> 0.9.1-2.20071031
|
|
|
|
- New snapshot, git revision e392082abb5696c8837224da86cc0af4f21d7010.
|
2007-10-31 17:45:44 +00:00
|
|
|
- Pick up new .so file.
|
2007-10-31 17:42:03 +00:00
|
|
|
|
2007-09-24 19:52:37 +00:00
|
|
|
* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 0.9.1-1
|
|
|
|
- libpciaccess 0.9.1
|
|
|
|
|
2007-08-27 17:13:38 +00:00
|
|
|
* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 0.8-0.4.20070827git
|
|
|
|
- New snapshot.
|
|
|
|
|
2007-08-24 11:56:17 +00:00
|
|
|
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 0.8-0.3.20070712git
|
|
|
|
- Rebuild for PPC toolchain bug
|
|
|
|
|
2007-07-12 21:28:39 +00:00
|
|
|
* Thu Jul 12 2007 Adam Jackson <ajax@redhat.com> 0.8-0.2.20070712git
|
|
|
|
- New snapshot. Adds VGA ROM support.
|
|
|
|
|
2007-06-05 16:32:52 +00:00
|
|
|
* Thu May 24 2007 Adam Jackson <ajax@redhat.com> 0.8-0.1.20070524git
|
|
|
|
- Initial revision.
|