- Update to today's git master

- Re-enable parallel builds, the man page makefile is fixed now.
This commit is contained in:
Peter Hutterer 2009-08-04 22:44:38 +00:00
parent 20cde6f38b
commit 01da42ae73
4 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
libXi-20090804.tar.bz2
libXi-20090805.tar.bz2

View File

@ -1 +1 @@
aa8272dd31b69f84d19dbe2c45889b806df8260e
bc3900ea706438005f8b5613de4d9fb6bd954f62

View File

@ -1,10 +1,10 @@
%define tarball libXi
%define gitdate 20090804
%define gitdate 20090805
Summary: X.Org X11 libXi runtime library
Name: libXi
Version: 1.2.99
Release: 9.%{gitdate}%{?dist}
Release: 10.%{gitdate}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.x.org
@ -51,8 +51,7 @@ autoreconf -v --install || exit 1
--disable-static
%endif
# FIXME: parallel builds disabled. Man page hate.
make #%{?_smp_mflags}
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
@ -87,6 +86,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3*
%changelog
* 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.
* Tue Aug 04 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-9.20090804
- Update to today's git master

View File

@ -1 +1 @@
e3c7fab893b4ff8d2e891fd99ab34886 libXi-20090804.tar.bz2
778252cf450025f852466c656f5ae87f libXi-20090805.tar.bz2