Today's git snapshot
This commit is contained in:
parent
4611b2e3b8
commit
d609f93792
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
libpciaccess-0.12.0.tar.bz2
|
||||
/libpciaccess-0.12.1.tar.bz2
|
||||
/libpciaccess-20111109.tar.bz2
|
||||
|
@ -1,8 +1,8 @@
|
||||
# define gitdate 20091209
|
||||
# define gitrev 5e8d4c19b4f618e22b6e8e1ad3294d8708067474
|
||||
%define gitdate 20111109
|
||||
%define gitrev a0a53a67c91c698007dcac3e7aba27c999c4f6ed
|
||||
|
||||
Name: libpciaccess
|
||||
Version: 0.12.1
|
||||
Version: 0.12.901
|
||||
Release: 1%{?dist}
|
||||
Summary: PCI access library
|
||||
|
||||
@ -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
|
||||
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
||||
%patch2 -p1 -b .rom-size
|
||||
|
||||
%build
|
||||
@ -59,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING AUTHORS
|
||||
%{_libdir}/libpciaccess.so.0
|
||||
%{_libdir}/libpciaccess.so.0.10.*
|
||||
%{_libdir}/libpciaccess.so.0.11.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/pciaccess.pc
|
||||
|
||||
%changelog
|
||||
* Wed Nov 09 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.12.901-1
|
||||
- Today's git snapshot
|
||||
|
||||
* Wed Feb 09 2011 Adam Jackson <ajax@redhat.com> 0.12.1-1
|
||||
- libpciaccess 0.12.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user