rpms/rcssmonitor/F-8 import.log, NONE, 1.1 rcssmonitor.desktop, NONE, 1.1 rcssmonitor.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hedayat Vatankhah hedayat at fedoraproject.org
Tue Aug 26 11:57:00 UTC 2008


Author: hedayat

Update of /cvs/pkgs/rpms/rcssmonitor/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26882/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rcssmonitor.desktop rcssmonitor.spec 
Log Message:
Initial Import



--- NEW FILE import.log ---
rcssmonitor-12_1_0-2_fc9:F-8:rcssmonitor-12.1.0-2.fc9.src.rpm:1219751460


--- NEW FILE rcssmonitor.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=RoboCup 2D Soccer Monitor
Comment=A monitor for RoboCup 2D Soccer Simulator
Exec=rcssmonitor
Icon=rcssmonitor
Terminal=false
Type=Application
Categories=Education;Science;Robotics;



--- NEW FILE rcssmonitor.spec ---
Name:           rcssmonitor
Version:        12.1.0
Release:        2%{?dist}
Summary:        RoboCup 2D Soccer Simulator Monitor

Group:          Applications/System
License:        GPLv2+
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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  automake boost-devel libXpm-devel libX11-devel desktop-file-utils
%description
The RoboCup Soccer Simulator Monitor is a viewer for moved 2d vector graphics.
You can use it to watch 2D soccer games running on rcssserver. However, The
architecture of The RoboCup Soccer Simulator Monitor was from the beginning
kept as general and modular as possible and not just hacked to fit the  needs
of the robocup soccer server (rcssserver). So by now The RoboCup Soccer
Simulator Monitor is also used to visualize many other two dimensional system.

You can use UDP/IP communication sockets to send commands to The RoboCup Soccer
Simulator Monitor. A generic communication device is also included. It
understands a very easy description language to build and move 2d objects.

%prep
%setup -q
sed -i.lib \
    -e 's|\$ac_boost_path/lib|\$libdir|' \
    -e 's|$ac_boost_path_tmp/lib|\$libdir|' \
    m4/ax_boost_base.m4
autoreconf -if

%build
%configure
make %{?_smp_mflags} 

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"

mkdir %{buildroot}/%{_datadir}/pixmaps/
cp -p src/rcssmonitor.png %{buildroot}/%{_datadir}/pixmaps/

desktop-file-install --vendor="fedora"                 \
  --dir=%{buildroot}/%{_datadir}/applications %{SOURCE1}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING FAQ.TXT NEWS PLATFORMS README 
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_datadir}/applications/*

%changelog
* Tue Aug 26 2008 Hedayat Vatankhah <hedayat at grad.com> 12.1.0-2
- Fixed source no. in the Source1 comment
- Fixed the .desktop file

* Tue Aug 12 2008 Hedayat Vatankhah <hedayat at grad.com> 12.1.0-1
- Completed the description
- Added icon and .desktop file installation

* Sat Jul 12 2008 Hedayat Vatankhah <hedayat at grad.com> 12.1.0-1
- Initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rcssmonitor/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Aug 2008 18:56:45 -0000	1.1
+++ .cvsignore	26 Aug 2008 11:56:30 -0000	1.2
@@ -0,0 +1 @@
+rcssmonitor-12.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rcssmonitor/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Aug 2008 18:56:45 -0000	1.1
+++ sources	26 Aug 2008 11:56:30 -0000	1.2
@@ -0,0 +1 @@
+bf8a0988f9feb599da6fad09e5649447  rcssmonitor-12.1.0.tar.gz




More information about the scm-commits mailing list