Name: aucblogo
Version: 4.7
Release: 1%{?dist}.bin
Summary: Another interpreter for the Logo programming language
Group: Development/Languages
License: GPL
Vendor: Andreas Micheler <Andreas.Micheler@[EMAIL PROTECTED]
>
Source0: http://www.physik.uni-augsburg.de/~micheler/aucblogo-4.7-ubuntu-6.06-i386.deb
URL: http://www.physik.uni-augsburg.de/~micheler
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -
n)
Requires: ncurses, avifile, portmidi, libtiff, expat
%description
aUCBLogo is a freeware interpreter for the Logo programming language.
It is based on the famous UCBLogo written by Brian Harvey,
Daniel Van Blerkom, Michael Katz and Douglas Orleans.
%prep
%setup -T -c
ar -x %{SOURCE0}
%build
%install
mkdir -p %{buildroot}
tar xzvf data.tar.gz -C %{buildroot}
mv -f %{buildroot}%{_datadir}/applications/kde/%{name}.desktop %
{buildroot}%{_datadir}/applications/%{name}.desktop
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_libdir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%changelog
* Sat Dec 08 2007 Wei-Lun Chao <chaoweilun@[EMAIL PROTECTED]
> - 4.7-1
- initial binary package


|