Summary: Command line mass ID3 tagging utility for audio files URL: http://home.wanadoo.nl/squell/id3.html Name: id3mtag Version: 0.78 Release: 3%{?dist} License: BSD Group: Applications/Multimedia #Packager: squell Source: http://home.wanadoo.nl/squell/files/id3-%{version}.tar.gz Patch: string-include.patch #BuildRoot: %{_tmppath}/%{name} %description ID3 mass tagger is a tool for manipulating id3 and id3v2 tags in multiple files. It can generate tag fields from the filename and other variables, and/or rename files, using an intuitive syntax. %prep %setup -q -n id3-%{version} %patch -p1 %build make %{?_smp_mflags} CFLAGS="%{optflags}" %install rm -rf %{buildroot} make prefix=%{buildroot}%{_prefix} \ bindir=%{buildroot}%{_bindir} \ mandir=%{buildroot}%{_mandir} \ docdir=%{buildroot}%{_docdir}/id3mtag install %clean rm -rf %{buildroot} %files %defattr(-,root,root) %{_bindir}/id3 %{_mandir}/man1/* %doc README CHANGES COPYING %changelog * Thu May 20 2010 Avi Alkalay - 0.78-3 - Included suggestions from https://bugzilla.redhat.com/show_bug.cgi?id=477958#c3 * Fri Jan 02 2009 Avi Alkalay - 0.78-2 - Included suggestions from https://bugzilla.redhat.com/show_bug.cgi?id=477958#c1 * Fri Dec 26 2008 Avi Alkalay - 0.78-1 - First packaging for Fedora based on specfile included on source - Patch for missing string.h include