Sophie

Sophie

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

id3v2-0.1.5-4mdk.src.rpm

%define name id3v2
%define version 0.1.5
%define release 4mdk

Summary: A command line id3v2 tag editor
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Sound
URL: http://id3v2.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
BuildRequires: libid3lib3.8-devel

%description
In case you didn't know id3 tags can be found on mp3 files, they can
store infomation about what band recorded the song, the song name, etc.

I wrote this because id3v1 are seriously deficient in what kind of
info can be in them and the length of info that can be in them.  id3v2 tags
are much better but there isn't a tool to edit them in Linux.  This is a
tool to fill that space.

%prep
%setup -q

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
cp id3v2 $RPM_BUILD_ROOT%{_bindir}
cp id3v2.1 $RPM_BUILD_ROOT%{_mandir}/man1
%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING INSTALL
%{_bindir}/id3v2
%{_mandir}/man1/id3v2.1*

%changelog
* Fri Aug 16 2002 Götz Waschk <waschk@linux-mandrake.com> 0.1.5-4mdk
- gcc 3.2-0.3mdk build

* Mon Jul 29 2002 Götz Waschk <waschk@linux-mandrake.com> 0.1.5-3mdk
- gcc3.2

* Tue May 28 2002 Götz Waschk <waschk@linux-mandrake.com> 0.1.5-2mdk
- gcc3.1

* Mon Feb 18 2002 Götz Waschk <waschk@linux-mandrake.com> 0.1.5-1mdk
- initial package