libpciaccess 0.12.902
This commit is contained in:
parent
d609f93792
commit
137f6c5b50
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
libpciaccess-0.12.0.tar.bz2
|
libpciaccess-0.12.0.tar.bz2
|
||||||
/libpciaccess-0.12.1.tar.bz2
|
/libpciaccess-0.12.1.tar.bz2
|
||||||
/libpciaccess-20111109.tar.bz2
|
/libpciaccess-20111109.tar.bz2
|
||||||
|
/libpciaccess-0.12.902.tar.bz2
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%define gitdate 20111109
|
#define gitdate 20111109
|
||||||
%define gitrev a0a53a67c91c698007dcac3e7aba27c999c4f6ed
|
#define gitrev a0a53a67c91c698007dcac3e7aba27c999c4f6ed
|
||||||
|
|
||||||
Name: libpciaccess
|
Name: libpciaccess
|
||||||
Version: 0.12.901
|
Version: 0.12.902
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PCI access library
|
Summary: PCI access library
|
||||||
|
|
||||||
@ -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)
|
||||||
|
|
||||||
@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/pciaccess.pc
|
%{_libdir}/pkgconfig/pciaccess.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 09 2011 Adam Jackson <ajax@redhat.com> 0.12.902-1
|
||||||
|
- libpciaccess 0.12.902
|
||||||
|
|
||||||
* Wed Nov 09 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.12.901-1
|
* Wed Nov 09 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.12.901-1
|
||||||
- Today's git snapshot
|
- Today's git snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user