Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > f61d4b0366be15b8dd55f5a45c1c27d3 > files > 2

streamripper-1.32-1mdk.src.rpm

%define name		streamripper
%define version		1.32
%define release 	1mdk

Summary:	MP3 streams recorder
Provides:	%{name}
Obsoletes:	%{name}
Name:		%{name}
Version:	%{version}
Release:	%{release}
Group:		Sound
URL:		http://sourceforge.net/projects/streamripper
License:	GPL

Source0:	%{name}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-buildroot

%description
streamripper records shoutcast compatible and live365 streams.
For shoutcast style streams it finds the "meta data" or track
separation data, and uses that as a marker for where the track
should be separated. For live365 streams it hits the website 
and finds when a track has changed. Either way, the MP3 data 
will be decoded and scanned for a silent point which is where 
tracks will be created.

%prep
rm -rf $RPM_BUILD_ROOT

%setup

%build

%configure

%make

%install
mkdir -p $RPM_BUILD_ROOT%_bindir

%makeinstall

%files
%defattr(-,root,root)
%doc CHANGES COPYING README THANKS TODO 
%_bindir/*

%clean
rm -rf $RPM_BUILD_ROOT

%changelog
* Wed May 15 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.32-1mdk
- 1.32

* Wed Aug 29 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.0.5-1mdk
- added by Jerome Limozin <jerome@limozin.net> :k
	- Initial rpm