Summary: An MP3 technical info viewer and ID3v1.x tag editor Name: mp3info Version: 0.8.5a Release: 1.n0i.8%{?dist} License: GPLv2+ Group: Applications/File Source: ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/%{name}-%{version}.tgz URL: ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/ BuildRequires: ncurses-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description MP3Info is an MP3 technical info viewer and ID3 1.x tag editor. MP3Info can display ID3 tag information as well as various techincal aspects of an MP3 file including playing time, bit-rate, sampling frequency and other attributes in a pre-defined or user-specifiable output format. This package includes an interactive mode (using curses) and a command line mode. %prep %setup -q %build CFLAGS="$RPM_OPT_FLAGS" %{__make} -e mp3info %install %{__rm} -rf ${RPM_BUILD_ROOT} %{__install} -d $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man1} %{__install} -m0755 mp3info $RPM_BUILD_ROOT/%{_bindir}/ %{__install} -m0644 mp3info.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ %clean %{__rm} -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %{_bindir}/mp3info %{_mandir}/*/* %doc ChangeLog README LICENSE mp3info.txt %changelog * Sun Jan 24 2010 Marius FERARU - 0.8.5a-1.n0i.8 - version 0.8.5a * Mon Aug 21 2006 Marius FERARU - 0.8.4-7.n0i.7 - Dist macro * Thu Jul 28 2005 Marius FERARU - 0.8.4-6.n0i.6 - rebuild * Sat Dec 04 2004 Marius FERARU - 0.8.4-5.n0i.5 - automatic rebuild * Sat Feb 14 2004 Marius FERARU - 0.8.4-4.n0i.4 - rebuild on FC1.90 - disabled GTK frontend * Sat Jun 14 2003 Marius FERARU - 0.8.4-3.n0i.3 - rebuild on RHL9 * Mon Sep 23 2002 Marius FERARU - 0.8.4-2.n0i.2 - split things up into 2 packages * Fri Jul 12 2002 Marius Feraru - 0.8.4-1.n0i.1 - RE-made the spec file