Fix spec bug

This commit is contained in:
Stuart Gathman
2006-03-25 17:33:36 +00:00
parent 44d76a63d8
commit f42ddbfb53
+4 -4
View File
@@ -52,14 +52,14 @@ modules provide for navigating and modifying MIME parts.
%prep %prep
%setup %setup
#%patch -p0 -b .bms #patch -p0 -b .bms
%build %build
if %{redhat9}; then %if %{redhat9}
LDFLAGS="-g" LDFLAGS="-g"
else %else
LDFLAGS="-s" LDFLAGS="-s"
fi %endif
env CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$LDFLAGS" %{python} setup.py build env CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$LDFLAGS" %{python} setup.py build
%install %install