diff --git a/pl.spec b/pl.spec index 0470c8c..a62a7c5 100644 --- a/pl.spec +++ b/pl.spec @@ -3,7 +3,7 @@ Name: pl Version: 5.7.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: SWI-Prolog - Edinburgh compatible Prolog compiler @@ -138,17 +138,8 @@ export JAVA_LIB=$JAVA_HOME/jre/lib/%{_arch} %endif %configure --enable-shared make COFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -PATH=$PWD/src:$PATH cd packages %configure -cd clib/maildrop -for dir in rfc*; do -pushd $dir -%configure -sed --in-place=.pic -e 's/CFLAGS=/CFLAGS=-fPIC /' Makefile -popd -done -cd ../.. make COFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" JAVALIBS="-L$JAVA_LIB/server -L$JAVA_LIB -ljava -lverify -ljvm" cd .. @@ -253,6 +244,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 7 2009 Mary Ellen Foster - 5.7.11-2 +- Really fix issue with compiling "maildrop" packages + * Mon Jul 6 2009 Mary Ellen Foster - 5.7.11-1 - Move binaries into /usr/bin directly to fix multilib issues - Update to latest upstream release