rpms/gprolog/devel gprolog.spec,1.8,1.9

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Thu May 24 18:52:45 UTC 2007


Author: s4504kr

Update of /cvs/extras/rpms/gprolog/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21027

Modified Files:
	gprolog.spec 
Log Message:
remove _smp_mflags


Index: gprolog.spec
===================================================================
RCS file: /cvs/extras/rpms/gprolog/devel/gprolog.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gprolog.spec	24 May 2007 18:08:01 -0000	1.8
+++ gprolog.spec	24 May 2007 18:52:06 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           gprolog
 Version:	1.3.0
-Release:	3%{?dist}
+Release:	5%{?dist}
 Summary: 	GNU Prolog is a free Prolog compiler
 
 Group: 		Development/Languages
@@ -10,7 +10,7 @@
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-ExclusiveArch:	%{ix86} x86_64 ppc
+# ExclusiveArch:	%{ix86} x86_64 ppc
 
 %description 
 GNU Prolog is a native Prolog compiler with constraint solving over
@@ -57,18 +57,18 @@
 # gprolog only acccept -O0 and don't like -fomit-frame-pointer
 
 # CFLG="$(echo $RPM_OPT_FLAGS | sed -e "s/\-O2/-O0/" | \
-#                              sed -e "s/\-fomit-frame-pointer//")"
-
-CFLG="$RPM_OPT_FLAGS"
+#                             sed -e "s/\-fomit-frame-pointer//")"
 
+CFLG=$RPM_OPT_FLAGS
 # sed -i -e "s:TXT_FILES      = @TXT_FILES@:TXT_FILES=:" Makefile.in
 ./configure \
        --with-install-dir=$RPM_BUILD_ROOT%{_libdir}/gprolog-%{version} \
        --without-links-dir --without-examples-dir \
        --disable-fast-call --with-doc-dir=dist-doc \
        --with-c-flags="$CFLG"
-make %{?_smp_mflags} 
 
+# _smp_flags seems to make trouble
+make 
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -117,8 +117,9 @@
 
 
 %changelog
-* Thu May 24 2007 Jochen Schmitt <Jochen herr-schmitt de> 1.3.0-3
+* Thu May 24 2007 Jochen Schmitt <Jochen herr-schmitt de> 1.3.0-5
 - Include the PPC arch to build
+- Remove _smp_mflags becouse is make trouble
 
 * Sun Mar 25 2007 Jochen Schmitt <Jochen herr-schmitt de> 1.3.0-1
 - New upstream version




More information about the fedora-extras-commits mailing list