- libXi 1.4
- disable spec building, don't think they're of much of much use to our users.
This commit is contained in:
parent
054b150d6f
commit
20848aeaea
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
libXi-1.3.1.tar.bz2
|
libXi-1.4.0.tar.bz2
|
||||||
libXi-1.3.2.tar.bz2
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Summary: X.Org X11 libXi runtime library
|
Summary: X.Org X11 libXi runtime library
|
||||||
Name: libXi
|
Name: libXi
|
||||||
Version: 1.3.2
|
Version: 1.4.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -45,7 +45,7 @@ X.Org X11 libXi development package
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
%configure \
|
%configure --disable-specs \
|
||||||
%if ! %{with_static}
|
%if ! %{with_static}
|
||||||
--disable-static
|
--disable-static
|
||||||
%endif
|
%endif
|
||||||
@ -85,6 +85,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 04 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.3.2-1
|
||||||
- libXi 1.3.2
|
- libXi 1.3.2
|
||||||
libXi 1.3.1 had a bug in the configure script.
|
libXi 1.3.1 had a bug in the configure script.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user