- Update to today's git master
- Re-enable parallel builds, the man page makefile is fixed now.
This commit is contained in:
parent
20cde6f38b
commit
01da42ae73
@ -1 +1 @@
|
||||
libXi-20090804.tar.bz2
|
||||
libXi-20090805.tar.bz2
|
||||
|
||||
2
commitid
2
commitid
@ -1 +1 @@
|
||||
aa8272dd31b69f84d19dbe2c45889b806df8260e
|
||||
bc3900ea706438005f8b5613de4d9fb6bd954f62
|
||||
|
||||
11
libXi.spec
11
libXi.spec
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user