libpciaccess 0.13
This commit is contained in:
parent
4b6dae95b5
commit
3ee76ea035
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ libpciaccess-0.12.0.tar.bz2
|
|||||||
/libpciaccess-0.12.1.tar.bz2
|
/libpciaccess-0.12.1.tar.bz2
|
||||||
/libpciaccess-20111109.tar.bz2
|
/libpciaccess-20111109.tar.bz2
|
||||||
/libpciaccess-0.12.902.tar.bz2
|
/libpciaccess-0.12.902.tar.bz2
|
||||||
|
/libpciaccess-0.13.tar.bz2
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
#define gitrev a0a53a67c91c698007dcac3e7aba27c999c4f6ed
|
#define gitrev a0a53a67c91c698007dcac3e7aba27c999c4f6ed
|
||||||
|
|
||||||
Name: libpciaccess
|
Name: libpciaccess
|
||||||
Version: 0.12.902
|
Version: 0.13
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PCI access library
|
Summary: PCI access library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -17,8 +17,6 @@ Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.t
|
|||||||
Source1: make-libpciaccess-snapshot.sh
|
Source1: make-libpciaccess-snapshot.sh
|
||||||
|
|
||||||
Patch2: libpciaccess-rom-size.patch
|
Patch2: libpciaccess-rom-size.patch
|
||||||
Patch3: libpciaccess-ios-free.patch
|
|
||||||
Patch4: libpciaccess-lol-dev-port.patch
|
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool pkgconfig xorg-x11-util-macros
|
BuildRequires: autoconf automake libtool pkgconfig xorg-x11-util-macros
|
||||||
Requires: hwdata
|
Requires: hwdata
|
||||||
@ -39,8 +37,6 @@ Development package for libpciaccess.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
||||||
%patch2 -p1 -b .rom-size
|
%patch2 -p1 -b .rom-size
|
||||||
%patch3 -p1 -b .ios
|
|
||||||
%patch4 -p1 -b .sigh
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -v --install
|
autoreconf -v --install
|
||||||
@ -71,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/pciaccess.pc
|
%{_libdir}/pkgconfig/pciaccess.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 28 2012 Adam Jackson <ajax@redhat.com> 0.13-1
|
||||||
|
- libpciaccess 0.13
|
||||||
|
|
||||||
* Wed Feb 29 2012 Dan Horák <dan[at]danny.cz> - 0.12.902-6
|
* Wed Feb 29 2012 Dan Horák <dan[at]danny.cz> - 0.12.902-6
|
||||||
- fix the out[bwl] compatibility macros
|
- fix the out[bwl] compatibility macros
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user