rpms/ustr/devel ustr.spec,1.14,1.15

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Thu Feb 21 18:18:12 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/ustr/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31300

Modified Files:
	ustr.spec 
Log Message:
set broken_fed_dbg_opts to 0 per upstreams recomendation
add smp and cflags to make check




Index: ustr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ustr/devel/ustr.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ustr.spec	14 Feb 2008 00:27:57 -0000	1.14
+++ ustr.spec	21 Feb 2008 18:17:30 -0000	1.15
@@ -1,6 +1,6 @@
 
 %define show_all_cmds       1
-%define broken_fed_dbg_opts 1
+%define broken_fed_dbg_opts 0
 %define multilib_inst       1
 
 %if %{show_all_cmds}
@@ -27,7 +27,7 @@
 
 Name: ustr
 Version: 1.0.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: String library, very low memory overhead, simple to import
 Group: System Environment/Libraries
 License: MIT or LGPLv2+ or BSD
@@ -98,7 +98,7 @@
 
 %check
 %if %{?chk}%{!?chk:1}
-make check %{policy_cflags}
+make %{?_smp_mflags} check CFLAGS="${CFLAGS:-%optflags}" %{policy_cflags}
 %endif
 
 %install
@@ -156,6 +156,10 @@
 
 
 %changelog
+* Thu Feb 21 2008 Dennis Gilmore <dennis at ausil.us> - 1.0.3-5
+- set broken_fed_dbg_opts to 0 its the recomended option upstream
+- add smpflags and cflags to make check
+
 * Wed Feb 13 2008 James Antill <james at fedoraproject.org> - 1.0.3-4
 - Preserve timestamps for shared multilib. files.
 - Relates: bug#343351




More information about the fedora-extras-commits mailing list