Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 50a7a9654b60eb70371f7e5a1555e965 > files > 2

wavbreaker-0.5-1mdk.src.rpm

%define name wavbreaker
%define version 0.5
%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

%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/*
%_datadir/%name
%doc AUTHORS README ChangeLog NEWS

%changelog
* Tue Jul 13 2004 Austin Acton <austin@mandrake.org> 0.5-1mdk
- 0.5

* Fri Jun 02 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.4-1mdk
- 0.4

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