rpms/rcssserver3d/F-12 .cvsignore, 1.5, 1.6 rcssserver3d.spec, 1.21, 1.22 sources, 1.5, 1.6

Hedayat Vatankhah hedayat at fedoraproject.org
Wed Jun 9 10:59:10 UTC 2010


Author: hedayat

Update of /cvs/pkgs/rpms/rcssserver3d/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17419

Modified Files:
	.cvsignore rcssserver3d.spec sources 
Log Message:
New upstream version 0.6.4


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rcssserver3d/F-12/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	19 Jan 2010 18:50:32 -0000	1.5
+++ .cvsignore	9 Jun 2010 10:59:10 -0000	1.6
@@ -1 +1 @@
-rcssserver3d-0.6.3.tar.gz
+rcssserver3d-0.6.4.tar.gz


Index: rcssserver3d.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rcssserver3d/F-12/rcssserver3d.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- rcssserver3d.spec	21 Jan 2010 21:54:25 -0000	1.21
+++ rcssserver3d.spec	9 Jun 2010 10:59:10 -0000	1.22
@@ -1,6 +1,6 @@
 Name:           rcssserver3d
-Version:        0.6.3
-Release:        2%{?dist}
+Version:        0.6.4
+Release:        1%{?dist}
 Summary:        Robocup 3D Soccer Simulation Server
 
 Group:          Applications/System
@@ -8,8 +8,6 @@ License:        GPLv2
 URL:            http://sourceforge.net/projects/simspark/
 Source0:        http://downloads.sourceforge.net/simspark/%{name}-%{version}.tar.gz
 
-# Source 1 is created by myslef.
-Source1:        %{name}.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake boost-devel SDL-devel desktop-file-utils simspark-devel
@@ -57,12 +55,6 @@ 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/
@@ -71,15 +63,11 @@ cp doc/users/user-manual.pdf ../doc/user
 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
-
 mkdir %{buildroot}/%{_datadir}/pixmaps/
 cp -p data/logos/simspark.png %{buildroot}/%{_datadir}/pixmaps/
 
 desktop-file-install --vendor="%{linvendor}"                 \
-  --dir=%{buildroot}/%{_datadir}/applications %{SOURCE1}
+  --dir=%{buildroot}/%{_datadir}/applications linux/%{name}.desktop
 
 mkdir package_docs
 mv %{buildroot}/%{_datadir}/doc/%{name}/* package_docs/
@@ -112,6 +100,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jun 09 2010 Hedayat Vatankhah <hedayat at fedoraproject.org> - 0.6.4-1
+- New upstream version: 0.6.4
+- Using rcssserver3d's own .desktop file
+
 * Fri Jan 22 2010 Hedayat Vatankhah <hedayat at grad.com> - 0.6.3-2
 - Added a workaround for the inability in installing an invalid symlink by
   creating the link after "make install" manually


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rcssserver3d/F-12/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	19 Jan 2010 18:50:33 -0000	1.5
+++ sources	9 Jun 2010 10:59:10 -0000	1.6
@@ -1 +1 @@
-15d5daf8b658d1c9bdc3d214a91bfe7f  rcssserver3d-0.6.3.tar.gz
+06419e88d804f497f9a64d3cd3fbafc8  rcssserver3d-0.6.4.tar.gz



More information about the scm-commits mailing list