rpms/pl/devel pl.spec,1.60,1.61

mef mef at fedoraproject.org
Tue Jul 7 15:17:26 UTC 2009


Author: mef

Update of /cvs/pkgs/rpms/pl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3508/devel

Modified Files:
	pl.spec 
Log Message:
Really fix 'maildrop' compilation


Index: pl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pl/devel/pl.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- pl.spec	6 Jul 2009 11:08:32 -0000	1.60
+++ pl.spec	7 Jul 2009 15:16:56 -0000	1.61
@@ -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/%{_ar
 %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 <mefoster at gmail.com> - 5.7.11-2
+- Really fix issue with compiling "maildrop" packages
+
 * Mon Jul  6 2009 Mary Ellen Foster <mefoster at gmail.com> - 5.7.11-1
 - Move binaries into /usr/bin directly to fix multilib issues
 - Update to latest upstream release




More information about the fedora-extras-commits mailing list