Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > b34f26a21068352b680b051c65943a16 > files > 2

uade-0.70-1mdk.src.rpm

%define name uade
%define version 0.70
%define release 1mdk

Summary: Unix Amiga Delitracker Emulator
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
URL: http://www.ee.tut.fi/~orsila/uade.html
License: GPL
Group: Sound
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
Requires: xmms
BuildRequires: libxmms1-devel

%description
Plays old amiga tunes with UAE emulation and cloned m68k-assembler
Amiga delitracker API. With cloned delitracker API you don't have to
port old players from Amiga, you can re-use old Deliplayers that use
Amiga Delitracker API. Deliplayers are used like on Amiga, they exist
in some directory and you can copy/remove them as you wish. "Installing"
new players is just copying files to your 'players' directory.


%prep
%setup -q
#%patch

%build
./configure --prefix=%{_prefix}
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}%{_libdir}/xmms/Input %{buildroot}%_bindir
make install SYSDATADIR=$RPM_BUILD_ROOT%{_datadir}/uade  BINDIR=%{buildroot}/%_bindir
cp plugindir/.libs/libuade.so $RPM_BUILD_ROOT%{_libdir}/xmms/Input
#fix permissions
find . -type f |xargs chmod 644
find . -type d |xargs chmod 755
%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc *.txt COPYING INSTALL README uade-docs/* 
%{_bindir}/*
%{_datadir}/uade
%{_libdir}/xmms/Input/libuade.so

%changelog
* Thu Feb  7 2002 Götz Waschk <waschk@linux-mandrake.com> 0.70-1mdk
- fixed documentation
- players are now in %%_datadir/uade
- remove patch
- 0.70

* Tue Jan  8 2002 Götz Waschk <waschk@linux-mandrake.com> 0.60-2mdk
- really fix directory to %%_libdir/uade

* Tue Jan  8 2002 Götz Waschk <waschk@linux-mandrake.com> 0.60-1mdk
- added programs to %%_bindir
- fixed installation
- regenerate patch
- 0.60

* Mon Dec  3 2001 Götz Waschk <waschk@linux-mandrake.com> 0.51-1mdk
- 0.51
- added db-content file to doc

* Thu Nov  1 2001 Götz Waschk <waschk@linux-mandrake.com> 0.50-2mdk
- added URL

* Wed Oct 24 2001 Götz Waschk <waschk@linux-mandrake.com> 0.50-1mdk
- updated doc
- 0.50

* Tue Sep 11 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.40-1mdk
- added by Götz Waschk <waschk@linux-mandrake.com> :
	- patch to install in libdir
	- initial package