rpms/rcssserver/F-9 rcssserver.spec,1.6,1.7

Hedayat Vatankhah hedayat at fedoraproject.org
Thu Apr 16 14:38:52 UTC 2009


Author: hedayat

Update of /cvs/pkgs/rpms/rcssserver/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6399

Modified Files:
	rcssserver.spec 
Log Message:
fixed a compilation fix for libtool


Index: rcssserver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rcssserver/F-9/rcssserver.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rcssserver.spec	7 Apr 2009 14:35:25 -0000	1.6
+++ rcssserver.spec	16 Apr 2009 14:38:22 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           rcssserver
 Version:        13.2.0
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        Robocup 2D Soccer Simulation Server
 
 Group:          Applications/System
@@ -56,13 +56,19 @@
     -e 's|\$ac_boost_path/lib|\$libdir|' \
     -e 's|$ac_boost_path_tmp/lib|\$libdir|' \
     m4/ax_boost_base.m4
-autoreconf -if
+aclocal -I m4
+automake
+autoconf
+autoheader
+touch config.h.in
 # Fix rpath
 sed -i.rpath -e '/sys_lib_search_path_spec/s| /usr/lib| /lib64 /usr/lib64 /usr/lib|' \
     configure
 
 %build
 %configure
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 #%{?_smp_mflags} doesn't work
 make 
@@ -98,6 +104,9 @@
 %{_datadir}/applications/*
 
 %changelog
+* Thu Apr 16 2009 Hedayat Vatankhah <hedayat at grad.com> 13.2.0-1.1
+- Fixed a libtool build problem caused by autoreconf conmmand
+
 * Tue Apr 07 2009 Hedayat Vatankhah <hedayat at grad.com> 13.2.0-1
 - Updated to the latest upstream release
 




More information about the fedora-extras-commits mailing list