Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > b70b4702677e09da8a1a2edf8d276096 > files > 2

wavbreaker-0.3-1mdk.src.rpm

%define name wavbreaker
%define version 0.3
%define release 1mdk

Summary:	Gtk+ program to split WAV files between songs
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://huli.org/wavbreaker/%{name}-%{version}.tar.bz2
URL:		http://huli.org/wavbreaker/
License:	GPL
Group:		Sound
BuildRoot:	%{_tmppath}/%{name}-buildroot
Prefix:		%{_prefix}
BuildRequires:	gtk+2-devel libxml2-devel
Requires:	libxml2

%description
This application's purpose in life is to take a wave file and break it up into
multiple wave files.  It makes a clean break at the correct position to burn
the files to an audio cd without any dead air between the tracks.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/wavbreaker
%{_bindir}/wavmerge
%{_datadir}/wavbreaker
%doc AUTHORS README ChangeLog NEWS

%changelog
* Fri Jun 27 2003 David Walser <luigiwalser@yahoo.com> 0.3-1mdk
- initial package