Update of /cvsroot/rccparser/rccparser
In directory sc8-pr-cvs1:/tmp/cvs-serv12601
Added Files:
spec.tmpl
Log Message:
2003-07-01 Tom Howard <tom...@us...>
* ./configure.in
Released rccparser-1.2.5
--- NEW FILE: spec.tmpl ---
Summary: The RoboCup Soccer Simulator Client Parser
Name: @NAME@
Version: @VER@
Release: 0
Copyright: GPL
Group: Development/Libraries
Source0: http://prdownloads.sourceforge.net/rccparser/%{name}-%{version}.tar.gz
URL: http://rccparser.sf.net
BuildRoot: %{_tmppath}/%{name}-root
Prefix: %{_prefix}
%description
The RoboCup Soccer Simulator Client Parser package (rccparser) is a
C++ library for parsing sensor information sent by the Simulator to a
client.
%prep
%setup
%build
%configure
make
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README
%changelog
|