summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichuz2000-12-23 00:48:45 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitab3f62fc7cea6e93b4258efc738e160f9097b043 (patch)
tree7334ec4c0b3bcb1ec59539eb7dc3f18efbbefe2f
parent6c640df755fe509e9185e69b68f68743dbd3ec0f (diff)
downloadlibgsm-ab3f62fc7cea6e93b4258efc738e160f9097b043.zip
libgsm-ab3f62fc7cea6e93b4258efc738e160f9097b043.tar.gz
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
(now it's more C like) Changed files: libgsm.spec -> 1.13
Notes
Notes: - changed %{!?debug:...}%{?debug...} to %{?debug:...}%{!?debug...} (now it's more C like)
-rw-r--r--libgsm.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgsm.spec b/libgsm.spec
index 33bcd06..14a6d95 100644
--- a/libgsm.spec
+++ b/libgsm.spec
@@ -48,7 +48,7 @@ GSM Audio Encoding/decoding static library.
%patch0 -p1
%build
-%{__make} OPTFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" WAV49="-DWAV49"
+%{__make} OPTFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" WAV49="-DWAV49"
%install