rpms/kanatest/devel kanatest.spec,1.10,1.11

Robert Marcano (robmv) fedora-extras-commits at redhat.com
Fri Apr 4 14:22:17 UTC 2008


Author: robmv

Update of /cvs/extras/rpms/kanatest/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8009

Modified Files:
	kanatest.spec 
Log Message:
fix bug #249977: kanatest not built with $RPM_OPT_FLAGS



Index: kanatest.spec
===================================================================
RCS file: /cvs/extras/rpms/kanatest/devel/kanatest.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- kanatest.spec	19 Feb 2008 22:18:32 -0000	1.10
+++ kanatest.spec	4 Apr 2008 14:21:35 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           kanatest
 Version:        0.4.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Hiragana and Katakana drill tool
 
 Group:          Amusements/Games
@@ -27,6 +27,7 @@
 
 
 %build
+export PLATFORM_CFLAGS="$RPM_OPT_FLAGS"
 %configure
 make %{?_smp_mflags}
 
@@ -58,6 +59,9 @@
 
 
 %changelog
+* Fri Apr 04 2008 Robert Marcano <robert at marcanoonline.com> - 0.4.4-5
+- fix bug #249977: kanatest not built with $RPM_OPT_FLAGS
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.4.4-4
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list