Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > e21a3e296614f8f1c3dbebc170e5f7a8 > files > 2

sfc-0.016-2mdk.src.rpm

%define name	sfc
%define version	0.016
%define release 2mdk

Name: 	 	%{name}
Summary: 	SoundFontCombi - ALSA MIDI event mixer
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://personal.telefonica.terra.es/web/soudfontcombi
License:	GPL
Group:		Sound
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	fltk-devel libalsa-devel

%description
SoudFontCombi uses the ALSA sequencer to route MIDI events. You have 8 parts
and 2 MIDI ports, and you can produce combinations of sounds like some fancy
synthetizers.

%prep
%setup -q

%build
%configure2_5x
%make
										
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

#menu
mkdir -p $RPM_BUILD_ROOT%{_menudir}
cat << EOF > $RPM_BUILD_ROOT%{_menudir}/%{name}
?package(%{name}): command="%{name}" icon="sound_section.png" needs="x11" title="SoundFontCombi" longtitle="MIDI event mixer" section="Multimedia/Sound"
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_menus
		
%postun
%clean_menus

%files
%defattr(-,root,root)
%doc  AUTHORS ChangeLog README COPYING
%{_bindir}/%name
%{_datadir}/%name
%{_menudir}/%name

%changelog
* Fri Jul 02 2004 Michael Scherer <misc@mandrake.org> 0.016-2mdk 
- rebuild for new gcc

* Tue May 4 2004 Austin Acton <austin@mandrake.org> 0.016-1mdk
- 0.016
- configure 2.5

* Wed Jan 14 2004 Austin Acton <austin@mandrake.org> 0.015-1mdk
- 0.015

* Fri Jan 9 2004 Austin Acton <austin@linux.ca> 0.014-1mdk
- 0.014

* Sat Dec 27 2003 Austin Acton <austin@linux.ca> 0.013-1mdk
- 0.013
- use configure

* Sun Apr 27 2003 Austin Acton <aacton@yorku.ca> 0.012-1mdk
- 0.012

* Sun Apr 27 2003 Austin Acton <aacton@yorku.ca> 0.006-2mdk
- fix typo (thanks, Levi)

* Wed Apr 23 2003 Austin Acton <aacton@yorku.ca> 0.006-1mdk
- initial package