- Update to today's git master, requires inputproto 1.9.99.902
This commit is contained in:
parent
01da42ae73
commit
2a61d2460e
@ -1 +1 @@
|
||||
libXi-20090805.tar.bz2
|
||||
libXi-20090825.tar.bz2
|
||||
|
||||
2
commitid
2
commitid
@ -1 +1 @@
|
||||
bc3900ea706438005f8b5613de4d9fb6bd954f62
|
||||
2ce629c30745fc4027d2a95745bf21e8d8c7b893
|
||||
|
||||
11
libXi.spec
11
libXi.spec
@ -1,10 +1,10 @@
|
||||
%define tarball libXi
|
||||
%define gitdate 20090805
|
||||
%define gitdate 20090825
|
||||
|
||||
Summary: X.Org X11 libXi runtime library
|
||||
Name: libXi
|
||||
Version: 1.2.99
|
||||
Release: 10.%{gitdate}%{?dist}
|
||||
Release: 11.%{gitdate}%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -17,7 +17,7 @@ Source1: make-git-snapshot.sh
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: xorg-x11-util-macros
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: pkgconfig(inputproto) >= 1.9.99.14
|
||||
BuildRequires: pkgconfig(inputproto) >= 1.9.99.902
|
||||
BuildRequires: libX11-devel >= 1.2.99
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXau-devel
|
||||
@ -71,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%{_libdir}/libXi.so.6
|
||||
%{_libdir}/libXi.so.6.0.0
|
||||
%{_libdir}/libXi.so.6.1.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 25 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-11.20090825
|
||||
- Update to today's git master, requires inputproto 1.9.99.902
|
||||
|
||||
* Wed Aug 05 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-10.20090805
|
||||
- Update to today's git master
|
||||
- Re-enable parallel builds, the man page makefile is fixed now.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user