- rebase to latest release (will do release with VGA bits later)
- libpciaccess-boot-vga.patch: add boot vga patch from upstream
This commit is contained in:
parent
516e5ec588
commit
5abc51921d
@ -2,8 +2,8 @@
|
|||||||
%define gitrev e392082abb5696c8837224da86cc0af4f21d7010
|
%define gitrev e392082abb5696c8837224da86cc0af4f21d7010
|
||||||
|
|
||||||
Name: libpciaccess
|
Name: libpciaccess
|
||||||
Version: 0.10.5
|
Version: 0.10.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PCI access library
|
Summary: PCI access library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -19,6 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
Patch0: libpciaccess-fd-cache.patch
|
Patch0: libpciaccess-fd-cache.patch
|
||||||
Patch2: libpciaccess-rom-size.patch
|
Patch2: libpciaccess-rom-size.patch
|
||||||
|
Patch3: libpciaccess-boot-vga.patch
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool pkgconfig
|
BuildRequires: autoconf automake libtool pkgconfig
|
||||||
Requires: hwdata
|
Requires: hwdata
|
||||||
@ -40,6 +41,8 @@ Development package for libpciaccess.
|
|||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p1 -b .cache
|
%patch0 -p1 -b .cache
|
||||||
%patch2 -p1 -b .rom-size
|
%patch2 -p1 -b .rom-size
|
||||||
|
exit
|
||||||
|
%patch3 -p1 -b .bootvga
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#autoreconf -v --install
|
#autoreconf -v --install
|
||||||
@ -70,6 +73,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/pciaccess.pc
|
%{_libdir}/pkgconfig/pciaccess.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.5-2
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user