diff --git a/demorse.spec b/demorse.spec index 0938a72..901f83c 100644 --- a/demorse.spec +++ b/demorse.spec @@ -1,6 +1,6 @@ Name: demorse Version: 0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Command line tool for decoding Morse code signals Group: Applications/Communications @@ -31,7 +31,7 @@ decoded Morse signals are sent to stdout. %build -make %{?_smp_mflags} +make CC="gcc $RPM_OPT_FLAGS" %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/%{name} %changelog +* Fri Feb 29 2008 David Woodhouse 0.9-2 +- Fix CFLAGS + * Fri Feb 29 2008 Robert 'Bob' Jensen 0.9-1 - New Upstream Version