[rcssserver] Revert to serial build, the fix didn't work :P

Hedayat Vatankhah hedayat at fedoraproject.org
Tue Aug 21 18:51:03 UTC 2012


commit c553f84ad15794f74dafe118ad06e7f28d0b4113
Author: Hedayat Vatankhah <hedayat.fwd at gmail.com>
Date:   Tue Aug 21 23:19:38 2012 +0430

    Revert to serial build, the fix didn't work :P

 rcssserver-parallelbuildfix.patch |   27 ---------------------------
 rcssserver.spec                   |    6 ++----
 2 files changed, 2 insertions(+), 31 deletions(-)
---
diff --git a/rcssserver.spec b/rcssserver.spec
index 523b954..180ed66 100644
--- a/rcssserver.spec
+++ b/rcssserver.spec
@@ -10,7 +10,6 @@ URL:            http://sourceforge.net/projects/sserver/
 Source0:        http://downloads.sourceforge.net/sserver/%{name}-%{version}.tar.gz
 # Source 1 is created by me.
 Source1:        %{name}.desktop
-Patch0:         rcssserver-parallelbuildfix.patch
 
 BuildRequires:  automake libtool boost-devel zlib-devel
 BuildRequires:  desktop-file-utils flex bison
@@ -52,7 +51,6 @@ provide a menu entry for this script.
 
 %prep
 %setup -q
-%patch0 -p1 -b .parallelbuildfix
 # Fix rpath
 sed -i.rpath -e '/sys_lib_search_path_spec/s| /usr/lib| /lib64 /usr/lib64 /usr/lib|' \
     configure
@@ -60,7 +58,8 @@ sed -i.rpath -e '/sys_lib_search_path_spec/s| /usr/lib| /lib64 /usr/lib64 /usr/l
 %build
 %configure
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
-make %{?_smp_mflags}
+#%{?_smp_mflags} doesn't work
+make 
 
 %install
 make install DESTDIR=%{buildroot} INSTALL="install -p"
@@ -88,7 +87,6 @@ desktop-file-install --vendor="fedora"                 \
 %changelog
 * Tue Aug 21 2012 Hedayat Vatankhah <hedayat.fwd+rpmchlog at gmail.com> - 15.1.0-3
 - Rebuild for Boost 1.50
-- Enable parallel build
 - Don't use boost filesystem v2
 
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 15.1.0-2


More information about the scm-commits mailing list