Fix spec bug
This commit is contained in:
+4
-4
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user