From e0d1e3602800f92f376eee5ecc2659afc67dc113 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Feb 21 2008 18:17:30 +0000 Subject: set broken_fed_dbg_opts to 0 per upstreams recomendation add smp and cflags to make check --- diff --git a/ustr.spec b/ustr.spec index bbc8ea8..6677609 100644 --- a/ustr.spec +++ b/ustr.spec @@ -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 @@ make %{?_smp_mflags} all-shared CFLAGS="${CFLAGS:-%optflags}" %{policy_cflags} %check %if %{?chk}%{!?chk:1} -make check %{policy_cflags} +make %{?_smp_mflags} check CFLAGS="${CFLAGS:-%optflags}" %{policy_cflags} %endif %install @@ -156,6 +156,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 21 2008 Dennis Gilmore - 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 - 1.0.3-4 - Preserve timestamps for shared multilib. files. - Relates: bug#343351