[gprolog] Built with $$RPM_OPT_FLAGS (#718457)

Jochen Schmitt s4504kr at fedoraproject.org
Sun Jul 3 18:43:13 UTC 2011


commit f372e0369048e84d699c8ff890e55a8881353d5c
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Sun Jul 3 20:43:09 2011 +0200

    Built with $$RPM_OPT_FLAGS (#718457)

 gprolog.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gprolog.spec b/gprolog.spec
index 5ea1b0e..e2490ac 100644
--- a/gprolog.spec
+++ b/gprolog.spec
@@ -1,6 +1,6 @@
 Name:           gprolog
 Version:	1.4.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary: 	GNU Prolog is a free Prolog compiler
 
 Group: 		Development/Languages
@@ -51,7 +51,7 @@ cd src
        --with-install-dir=$RPM_BUILD_ROOT%{_libdir}/gprolog-%{version} \
        --without-links-dir --without-examples-dir \
        --with-doc-dir=dist-doc \
-      --with-c-flags="$CFLG"
+      --with-c-flags="$RPM_OPT_FLAGS"
 
 # _smp_flags seems to make trouble
 make
@@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc src/dist-doc/*
 
 %changelog
+* Sun Jul  3 2011 Jochen Schmitt <Jochen herr-schmitt de> - 1.4.0-2
+- Built with $$RPM_OPT_FLAGS (#718457)
+
 * Wed Jun 29 2011 Jochen Schmitt <s4504kr at omega.inet.herr-schmitt.de> 1.4.0-1
 - New upstream release (#717592)
 - Remove examples subpackage


More information about the scm-commits mailing list