rpms/rcssserver3d/F-11 rcssserver3d.spec,1.21,1.22

Hedayat Vatankhah hedayat at fedoraproject.org
Thu Jan 21 21:39:16 UTC 2010


Author: hedayat

Update of /cvs/pkgs/rpms/rcssserver3d/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3952

Modified Files:
	rcssserver3d.spec 
Log Message:
Push the final - correct workaround


Index: rcssserver3d.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rcssserver3d/F-11/rcssserver3d.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- rcssserver3d.spec	21 Jan 2010 21:22:13 -0000	1.21
+++ rcssserver3d.spec	21 Jan 2010 21:39:16 -0000	1.22
@@ -1,6 +1,6 @@
 Name:           rcssserver3d
 Version:        0.6.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Robocup 3D Soccer Simulation Server
 
 Group:          Applications/System
@@ -55,10 +55,12 @@ cd build
 export CXXFLAGS="${CXXFLAGS:-%optflags}"
 export CFLAGS="${CFLAGS:-%optflags}"
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIBDIR:PATH=%{_lib} ..
+
 # apparently there is a problem with installing invalid symbolic links by
 # cmake; so do it myself
 rm -f rcssserver3d/simspark
 touch rcssserver3d/simspark
+
 make VERBOSE=1 %{?_smp_mflags}
 make pdf
 cp doc/users/user-manual.pdf ../doc/users/
@@ -66,6 +68,7 @@ cp doc/users/user-manual.pdf ../doc/user
 %install
 rm -rf %{buildroot}
 make -C build install DESTDIR=%{buildroot}
+
 # installing the correct symlink
 rm -f %{buildroot}/%{_bindir}/simspark
 ln -s %{_bindir}/rcssserver3d %{buildroot}/%{_bindir}/simspark
@@ -107,6 +110,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jan 22 2010 Hedayat Vatankhah <hedayat at grad.com> - 0.6.3-3
+- Fixed the workaround, to remove the invalid symlink and create a correct
+  one in the installation time
+
 * Thu Jan 21 2010 Hedayat Vatankhah <hedayat at grad.com> - 0.6.3-2
 - Create a workaround for missing simspark sym link not created with cmake!
 



More information about the scm-commits mailing list