%define nam gogo %define ver 3.12 %define rel 0.2 %define srl 2004071101 %define srcver 312 Summary: Fast MP3 encoder optimized for 3DNow! and SSE. Name: %{nam} Version: %{ver} Release: %{rel} Serial: %{srl} License: LGPL Group: Applications/Sound Source0: http://homepage1.nifty.com/herumi/soft/petit/petit%{srcver}.tgz BuildRequires: nasm BuildRoot: %{_tmppath}/%{name}-%{version}-root %description GOGO is a mp3 encoder based on lame3.88beta and optimized by PEN@MarineCat, Keiichi SAKAI, URURI, kei and shigeo. GOGO makes use of MMX, 3D Now! Enhanced 3D Now!, SSE and SSE2 if your system supports these instructions. %prep rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} %setup -q -n petit%{srcver} %build cd linux make -j4 %install cd linux install -s gogo %{buildroot}%{_bindir} %files %defattr(-,root,root) %attr(755,root,root) %{_bindir}/gogo %doc COPYING history readme.txt readme_e.txt contrib/cdda2mp3/* contrib/aircheck/* %changelog * Sat Jun 26 2004 Yukihiro Hosogai - Initial packaging for Turbolinux 10.