- libXi 1.4

- disable spec building, don't think they're of much of much use to our
  users.
This commit is contained in:
Peter Hutterer 2010-11-03 08:15:48 +10:00
parent 054b150d6f
commit 20848aeaea
3 changed files with 9 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
libXi-1.3.1.tar.bz2
libXi-1.3.2.tar.bz2
libXi-1.4.0.tar.bz2

View File

@ -3,7 +3,7 @@
Summary: X.Org X11 libXi runtime library
Name: libXi
Version: 1.3.2
Version: 1.4.0
Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
@ -45,7 +45,7 @@ X.Org X11 libXi development package
%build
autoreconf -v --install || exit 1
%configure \
%configure --disable-specs \
%if ! %{with_static}
--disable-static
%endif
@ -85,6 +85,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3*
%changelog
* Wed Nov 03 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.4.0-1
- libXi 1.4
- disable spec building, don't think they're of much of much use to our
users.
* Wed Aug 04 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.3.2-1
- libXi 1.3.2
libXi 1.3.1 had a bug in the configure script.

View File

@ -1 +1 @@
26f93781356b1fdde08f7ee9cd5884d6 libXi-1.3.2.tar.bz2
4ccdfe866f94c99b9190d16ffcfb3bdc libXi-1.4.0.tar.bz2