diff --git a/xorg-x11-xtrans-devel.spec b/xorg-x11-xtrans-devel.spec index 71ee4a3..1e2ea7f 100644 --- a/xorg-x11-xtrans-devel.spec +++ b/xorg-x11-xtrans-devel.spec @@ -6,7 +6,7 @@ Summary: X.Org X11 developmental X transport library Name: xorg-x11-xtrans-devel Version: 1.2.7 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -19,6 +19,7 @@ Patch1: xtrans-1.0.3-avoid-gethostname.patch BuildRequires: pkgconfig BuildRequires: xorg-x11-util-macros +BuildRequires: autoconf automake libtool %description X.Org X11 developmental X transport library @@ -28,7 +29,7 @@ X.Org X11 developmental X transport library %patch1 -p1 -b .my-name-is-unix %build - +autoreconf -vif # yes, this looks horrible, but it's to get the .pc file in datadir %configure --libdir=%{_datadir} \ --docdir=%{_docdir}/%{name}-%{version}-%{release} @@ -56,6 +57,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %{_docdir}/%{name}-%{version}-%{release}/xtrans.xml %changelog +* Thu Mar 07 2013 Dave Airlie 1.2.7-4 +- autoreconf for aarch64 + * Fri Feb 15 2013 Fedora Release Engineering - 1.2.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild