- libpciaccess 0.11
This commit is contained in:
parent
d95f75e568
commit
754a49808d
@ -1 +1 @@
|
||||
libpciaccess-20091209.tar.bz2
|
||||
libpciaccess-0.11.0.tar.bz2
|
||||
|
@ -1,9 +1,9 @@
|
||||
%define gitdate 20091209
|
||||
%define gitrev 5e8d4c19b4f618e22b6e8e1ad3294d8708067474
|
||||
# define gitdate 20091209
|
||||
# define gitrev 5e8d4c19b4f618e22b6e8e1ad3294d8708067474
|
||||
|
||||
Name: libpciaccess
|
||||
Version: 0.10.9
|
||||
Release: 2.%{gitdate}%{?dist}
|
||||
Version: 0.11.0
|
||||
Release: 1%{?dist}
|
||||
Summary: PCI access library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -12,8 +12,8 @@ URL: http://gitweb.freedesktop.org/?p=xorg/lib/libpciaccess.git
|
||||
|
||||
# git snapshot. To recreate, run
|
||||
# % ./make-libpciaccess-snapshot.sh %{gitrev}
|
||||
Source0: libpciaccess-%{gitdate}.tar.bz2
|
||||
#Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||
#Source0: libpciaccess-%{gitdate}.tar.bz2
|
||||
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source1: make-libpciaccess-snapshot.sh
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -36,7 +36,7 @@ Requires: pkgconfig
|
||||
Development package for libpciaccess.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{gitdate}
|
||||
%setup -q
|
||||
%patch2 -p1 -b .rom-size
|
||||
|
||||
%build
|
||||
@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/pciaccess.pc
|
||||
|
||||
%changelog
|
||||
* Tue Mar 16 2010 Adam Jackson <ajax@redhat.com> 0.11.0-1
|
||||
- libpciaccess 0.11
|
||||
|
||||
* Wed Dec 09 2009 Adam Jackson <ajax@redhat.com> 0.10.9-2.20091209
|
||||
- New git snapshot
|
||||
- Drop the fd cache patch
|
||||
|
Loading…
Reference in New Issue
Block a user