rpms/zinnia/F-13 zinnia.spec,1.3,1.4

Liang Suilong liangsuilong at fedoraproject.org
Tue Jun 8 07:32:34 UTC 2010


Author: liangsuilong

Update of /cvs/pkgs/rpms/zinnia/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18397

Modified Files:
	zinnia.spec 
Log Message:



Index: zinnia.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zinnia/F-13/zinnia.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- zinnia.spec	4 Jun 2010 06:22:52 -0000	1.3
+++ zinnia.spec	8 Jun 2010 07:32:34 -0000	1.4
@@ -5,7 +5,7 @@
 
 Name:		zinnia
 Version:	0.06
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Online handwriting recognition system with machine learning
 
 Group:		System Environment/Libraries
@@ -105,7 +105,7 @@ popd
 %configure --disable-static
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-make %{?_smp_mflags}
+make CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" %{?_smp_mflags}
 make -f Makefile.tomoe build
 
 pushd perl
@@ -191,6 +191,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/zinnia/model/tomoe/handwriting-zh_CN.model
 
 %changelog
+* Tue Jun 08 2010 Liang Suilong <liangsuilong at gmail.com> - 0.06-5
+- Force to use default compiling macro 
+
 * Fri Jun 04 2010  Peng Wu <pwu at redhat.com> - 0.06-4
 - Add a patch(zinnia-0.06-fixes-ppc-float.patch),
   to fixes ppc/ppc64 zinnia tomoe model generating error.



More information about the scm-commits mailing list