Run autoreconf
This commit is contained in:
parent
51fac40b69
commit
e9d83f3a59
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: clutter
|
Name: clutter
|
||||||
Version: 1.21.2
|
Version: 1.21.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Open Source software library for creating rich graphical user interfaces
|
Summary: Open Source software library for creating rich graphical user interfaces
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -29,6 +29,7 @@ BuildRequires: libXcomposite-devel
|
|||||||
BuildRequires: libXdamage-devel
|
BuildRequires: libXdamage-devel
|
||||||
BuildRequires: libXi-devel
|
BuildRequires: libXi-devel
|
||||||
BuildRequires: libevdev-devel
|
BuildRequires: libevdev-devel
|
||||||
|
BuildRequires: automake autoconf libtool
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
%if 0%{?with_wayland}
|
%if 0%{?with_wayland}
|
||||||
BuildRequires: libgudev1-devel
|
BuildRequires: libgudev1-devel
|
||||||
@ -84,6 +85,7 @@ the functionality of the installed clutter package.
|
|||||||
%patch01 -p1
|
%patch01 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -i -f
|
||||||
%configure \
|
%configure \
|
||||||
--enable-xinput \
|
--enable-xinput \
|
||||||
--enable-gdk-backend \
|
--enable-gdk-backend \
|
||||||
@ -136,6 +138,9 @@ make check %{?_smp_mflags} V=1
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 19 2015 Peter Hutterer <peter.hutterer@redhat.com> 1.21.2-3
|
||||||
|
- Run autoreconf
|
||||||
|
|
||||||
* Mon Jan 19 2015 Peter Hutterer <peter.hutterer@redhat.com> 1.21.2-2
|
* Mon Jan 19 2015 Peter Hutterer <peter.hutterer@redhat.com> 1.21.2-2
|
||||||
- Update to libinput 0.8
|
- Update to libinput 0.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user