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