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

Jan Chaloupka jchaloup at fedoraproject.org
Thu Jan 23 12:34:14 UTC 2014


commit 2e240b610c6fece7ce548b50c4b9c49cf5b08080
Author: jchaloup <jchaloup at redhat.com>
Date:   Thu Jan 23 13:34:19 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 d7366e8..d60d46f 100644
--- a/fltk.spec
+++ b/fltk.spec
@@ -9,7 +9,7 @@
 Summary:	C++ user interface toolkit
 Name:		fltk
 Version:	1.3.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 
 # see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
 License:	LGPLv2+ with exceptions	
@@ -124,11 +124,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=" "
@@ -232,6 +231,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %changelog
+* Thu Jan 23 2014 jchaloup <jchaloup at redhat.com> - 1.3.2-3
+- autoconfig moved from build to prep section
+
 * Thu Jan 16 2014 Petr Hracek <phracek at redhat.com> - 1.3.2-2
 - fltk is not build properly (#1048857)
 


More information about the scm-commits mailing list