From 1034111955479f3284f6ef822288a8b8aadf890a Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 21 May 2014 13:50:29 -0400 Subject: [PATCH] Always autoreconf to pick up patch changes (#1070602) --- mesa-libGLU.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mesa-libGLU.spec b/mesa-libGLU.spec index e3ae103..cea6c3b 100644 --- a/mesa-libGLU.spec +++ b/mesa-libGLU.spec @@ -2,7 +2,7 @@ Name: mesa-libGLU Version: 9.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Mesa libGLU library License: MIT @@ -13,9 +13,7 @@ Source2: make-git-snapshot.sh Patch1: 0001-glu-initialize-PriorityQ-order-field-to-NULL-in-pqNe.patch Patch2: 0002-Add-D-N-DEBUG-to-CFLAGS-dependent-on-enable-debug.patch -%if 0%{?gitdate} BuildRequires: autoconf automake libtool -%endif BuildRequires: mesa-libGL-devel #Requires: Provides: libGLU @@ -39,9 +37,7 @@ developing applications that use %{name}. %patch2 -p1 %build -%if 0%{?gitdate} autoreconf -v -i -f -%endif %configure --disable-static make %{?_smp_mflags} @@ -65,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/man/man3/gl[A-Z]* %{_libdir}/pkgconfig/glu.pc %changelog +* Wed May 21 2014 Adam Jackson 9.0.0-5 +- Always autoreconf to pick up patch changes (#1070602) + * Mon Dec 09 2013 Adam Jackson 9.0.0-4 - Sync with git (#1011823)