[fltk/f19] autoconfig moved from build to prep section

Jan Chaloupka jchaloup at fedoraproject.org
Thu Jan 23 13:07:47 UTC 2014


commit 33052dd84599054cca8f8cecd282a4cda32d9993
Author: jchaloup <jchaloup at redhat.com>
Date:   Thu Jan 23 14:07:48 2014 +0100

    autoconfig moved from build to prep section

 fltk.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/fltk.spec b/fltk.spec
index 2944751..21b8737 100644
--- a/fltk.spec
+++ b/fltk.spec
@@ -6,7 +6,7 @@
 Summary:	C++ user interface toolkit
 Name:		fltk
 Version:	1.3.0
-Release:	11%{?dist}
+Release:	12%{?dist}
 
 # see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
 License:	LGPLv2+ with exceptions	
@@ -125,11 +125,10 @@ Requires: %{name}-devel
 # verbose build output
 sed -i.silent '\,^.SILENT:,d' makeinclude.in
 
+autoconf
 
 %build
 
-autoconf
-
 # using --with-optim, so unset CFLAGS/CXXFLAGS
 export CFLAGS=" "
 export CXXFLAGS=" "
@@ -233,6 +232,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %changelog
+* Thu Jan 23 2014 jchaloup <jchaloup at redhat.com> - 1.3.0-12
+- autoconf moved from build to prep section
+
 * Thu Jan 16 2014 Petr Hracek <phracek at redhat.com> - 1.3.0-11
 - fltk is not build properly (#1048857)
 


More information about the scm-commits mailing list