libpciaccess 0.13.1
This commit is contained in:
parent
630a2ed122
commit
e610e9dadc
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ libpciaccess-0.12.0.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
|
/libpciaccess-0.13.tar.bz2
|
||||||
|
/libpciaccess-0.13.1.tar.bz2
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
#define gitrev a0a53a67c91c698007dcac3e7aba27c999c4f6ed
|
#define gitrev a0a53a67c91c698007dcac3e7aba27c999c4f6ed
|
||||||
|
|
||||||
Name: libpciaccess
|
Name: libpciaccess
|
||||||
Version: 0.13
|
Version: 0.13.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PCI access library
|
Summary: PCI access library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -16,7 +16,6 @@ URL: http://gitweb.freedesktop.org/?p=xorg/lib/libpciaccess.git
|
|||||||
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
Source1: make-libpciaccess-snapshot.sh
|
Source1: make-libpciaccess-snapshot.sh
|
||||||
|
|
||||||
Patch0: libpciaccess-macros.patch
|
|
||||||
Patch2: libpciaccess-rom-size.patch
|
Patch2: libpciaccess-rom-size.patch
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool pkgconfig xorg-x11-util-macros
|
BuildRequires: autoconf automake libtool pkgconfig xorg-x11-util-macros
|
||||||
@ -37,11 +36,10 @@ Development package for libpciaccess.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
||||||
%patch0 -p1 -b .macros
|
|
||||||
%patch2 -p1 -b .rom-size
|
%patch2 -p1 -b .rom-size
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -v --install
|
# autoreconf -v --install
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -69,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/pciaccess.pc
|
%{_libdir}/pkgconfig/pciaccess.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 10 2012 Adam Jackson <ajax@redhat.com> 0.13.1-1
|
||||||
|
- libpciaccess 0.13.1
|
||||||
|
|
||||||
* Wed Mar 28 2012 Adam Jackson <ajax@redhat.com> 0.13-2
|
* Wed Mar 28 2012 Adam Jackson <ajax@redhat.com> 0.13-2
|
||||||
- libpciaccess-macros.patch: Fix out* macros again
|
- libpciaccess-macros.patch: Fix out* macros again
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user