Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 3602d4b6f8cd93159851e5aa6bad1607 > files > 2

mp3_check-1.98-5mdk.src.rpm

Name:      mp3_check 
Summary:   A utility which analyzes mp3 files for errors and standards conformance
Version:   1.98
Release:   5mdk
Group:     Sound
URL:	   https://sourceforge.net/project/?group_id=6126
License:   GPL
Source:    ftp://ftp.thedeepsky.com/outgoing/mp3_check-%version.tar.bz2
Buildroot: %{_tmppath}/mp3_check-root

%description

Identify in explicit detail mp3s that do not correctly follow the mp3
format. Also look for invalid frame headers, missing frames, etc. This
can be especially important when building an archive, and you want
quality mp3s.  

%prep 
%setup -q

%build
%make CFLAGS="%optflags"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -s -m 755 mp3_check $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/mp3_check
%doc NOTES README THANKYOU WISHLIST MY_NOTES GOALS FOR_TESTING
%doc MILESTONE* TODO
%changelog
* Fri Feb  4 2005 Götz Waschk <waschk@linux-mandrake.com> 1.98-5mdk
- rebuild

* Fri Jan  2 2004 Götz Waschk <waschk@linux-mandrake.com> 1.98-4mdk
- routinely rebuild

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

* Fri Dec  6 2002 Götz Waschk <waschk@linux-mandrake.com> 1.98-2mdk
- build release

* Tue Nov  6 2001 Götz Waschk <waschk@linux-mandrake.com> 1.98-1mdk
- initial Mandrake package