Always autoreconf to pick up patch changes (#1070602)

This commit is contained in:
Adam Jackson 2014-05-21 13:50:29 -04:00
parent 2b34d36974
commit 1034111955
1 changed files with 4 additions and 5 deletions

View File

@ -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 <ajax@redhat.com> 9.0.0-5
- Always autoreconf to pick up patch changes (#1070602)
* Mon Dec 09 2013 Adam Jackson <ajax@redhat.com> 9.0.0-4
- Sync with git (#1011823)