|
@@ -1,8 +1,8 @@
|
|
Name: libpciaccess
|
|
Name: libpciaccess
|
|
-Version: 0.10.9
|
|
|
|
-Release: 1%{?_dist_release}
|
|
|
|
Summary: PCI access library
|
|
Summary: PCI access library
|
|
Summary(ja): PCI アクセスライブラリ
|
|
Summary(ja): PCI アクセスライブラリ
|
|
|
|
+Version: 0.12.0
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: MIT
|
|
License: MIT
|
|
@@ -11,11 +11,12 @@ 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-fd-cache.patch
|
|
|
|
Patch1: libpciaccess-kludge-wc-mmap.patch
|
|
Patch1: libpciaccess-kludge-wc-mmap.patch
|
|
|
|
+Patch2: libpciaccess-rom-size.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: autoconf automake libtool pkgconfig
|
|
BuildRequires: autoconf automake libtool pkgconfig
|
|
|
|
+BuildRequires: xorg-x11-util-macros
|
|
Requires: hwdata
|
|
Requires: hwdata
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -34,11 +35,11 @@ Development package for libpciaccess.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{name}-%{version}
|
|
%setup -q -n %{name}-%{version}
|
|
-%patch0 -p1 -b .cache
|
|
|
|
%patch1 -p1 -b .wc
|
|
%patch1 -p1 -b .wc
|
|
|
|
+%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}
|
|
|
|
|
|
@@ -65,6 +66,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/pkgconfig/pciaccess.pc
|
|
%{_libdir}/pkgconfig/pciaccess.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jul 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.12.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- Drop the fd cache patch
|
|
|
|
+- added Patch2 from Fedora
|
|
|
|
+
|
|
* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.9-1
|
|
* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.9-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|