Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 37d526d58a9acecee2c5828ecf803b96 > files > 2

adplay-1.4-3mdk.src.rpm

%define name adplay
%define version 1.4
%define release 3mdk

Summary: AdLib music player for the command line
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://prdownloads.sourceforge.net/adplug/%{name}-%{version}.tar.bz2
License: GPL
Group: Sound
URL: http://adplug.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libadplug-devel >= 1.4
BuildRequires: libSDL-devel
BuildRequires: esound-devel

%description
AdPlay/UNIX is AdPlug's UNIX console-based frontend. AdPlug is a free,
universal OPL2 audio playback library. AdPlay/UNIX supports the full range
of AdPlug's file format playback features. Despite this, at the moment, only
emulated OPL2 output is supported by AdPlay/UNIX, but this on a wide range
of output devices.

%prep
%setup -q

%build
export CPPFLAGS="-I%_includedir/libbinio"
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README NEWS TODO AUTHORS ChangeLog
%_bindir/adplay
%_mandir/man1/adplay.1*

%changelog
* Sun Sep 18 2005 Götz Waschk <waschk@mandriva.org> 1.4-3mdk
- adapt for new libbinio header location

* Sat May 14 2005 Götz Waschk <waschk@mandriva.org> 1.4-2mdk
- rebuild for new adplug

* Sat Oct  2 2004 Götz Waschk <waschk@linux-mandrake.com> 1.4-1mdk
- fix buildrequires
- New release 1.4

* Fri Oct  1 2004 Götz Waschk <waschk@linux-mandrake.com> 1.3-4mdk
- rebuild

* Sun Jun  6 2004 Götz Waschk <waschk@linux-mandrake.com> 1.3-3mdk
- new g++
- drop prefix

* Mon May  5 2003 Götz Waschk <waschk@linux-mandrake.com> 1.3-2mdk
- new adplug

* Tue Mar 18 2003 Götz Waschk <waschk@linux-mandrake.com> 1.3-1mdk
- new version

* Fri Dec 27 2002 Götz Waschk <waschk@linux-mandrake.com> 1.2-2mdk
- rebuild

* Tue Nov 26 2002 Götz Waschk <waschk@linux-mandrake.com> 1.2-1mdk
- initial package