diff --git a/libXtst.spec b/libXtst.spec index c73ddba..53a6906 100644 --- a/libXtst.spec +++ b/libXtst.spec @@ -1,13 +1,15 @@ Summary: X.Org X11 libXtst runtime library Name: libXtst Version: 1.2.1 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 +BuildRequires: xorg-x11-util-macros +BuildRequires: autoconf automake libtool BuildRequires: xorg-x11-proto-devel BuildRequires: libX11-devel BuildRequires: libXext-devel @@ -30,6 +32,7 @@ X.Org X11 libXtst development package %setup -q %build +autoreconf -v --install --force %configure --disable-static make %{?_smp_mflags} @@ -65,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/XTest*.3* %changelog +* Thu Mar 07 2013 Peter Hutterer - 1.2.1-5 +- autoreconf for aarch64 + * Thu Feb 14 2013 Fedora Release Engineering - 1.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild