libpciaccess 0.10
This commit is contained in:
parent
1f3b6bb244
commit
18bafdc2e1
@ -1 +1 @@
|
||||
libpciaccess-20071031.tar.bz2
|
||||
libpciaccess-0.10.tar.bz2
|
||||
|
@ -2,8 +2,8 @@
|
||||
%define gitrev e392082abb5696c8837224da86cc0af4f21d7010
|
||||
|
||||
Name: libpciaccess
|
||||
Version: 0.9.1
|
||||
Release: 4.%{gitdate}%{?dist}
|
||||
Version: 0.10
|
||||
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-20071031.tar.bz2
|
||||
#Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||
#Source0: libpciaccess-20071031.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,11 +36,11 @@ Requires: pkgconfig
|
||||
Development package for libpciaccess.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{gitdate}
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1 -b .cache
|
||||
|
||||
%build
|
||||
autoreconf -v --install
|
||||
#autoreconf -v --install
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/pciaccess.pc
|
||||
|
||||
%changelog
|
||||
* Thu Mar 06 2008 Adam Jackson <ajax@redhat.com> 0.10-1
|
||||
- libpciaccess 0.10
|
||||
|
||||
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.1-4.20071031
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user